[PyQt] QJSValueList should be replaced by python list

Phil Thompson phil at riverbankcomputing.com
Wed Feb 5 15:35:30 GMT 2014


On 09-01-2014 6:37 am, iMath wrote:
> some functions such as require QJSValueList as its parameter,
>
> it would be more pythonic if QJSValueList ,such as args 
> =[QJSValue(1),
> QJSValue(2)]
> replaced by python list such as args =[1,2]

Added in tonight's snapshot.

Phil


More information about the PyQt mailing list