[PyQt] QJSValueList should be replaced by python list

iMath 2281570025 at qq.com
Thu Jan 9 06:37:56 GMT 2014


some functions such as  
QJSValue QJSValue::call(const QJSValueList & args = QJSValueList())
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]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20140109/d7c54b39/attachment-0001.html>


More information about the PyQt mailing list