Hello! >>> from PySide.QtCore import QString >>> QString.number(-1) Traceback (most recent call last): File "<stdin>", line 1, in <module> OverflowError
I don't know why this error. Here is PySide v0.2.3 documentation page.. *static *QString.number(*arg__1*[, *base=10*])Parameters: - *arg__1* – int - *base* – int Return type: QString What's wrong?? Please advise, SJ
_______________________________________________ PySide mailing list [email protected] http://lists.openbossa.org/listinfo/pyside
