Skip to content

Instantly share code, notes, and snippets.

@rbertoche
Created January 17, 2019 18:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rbertoche/f21b15a6e53e3d68a997628436616510 to your computer and use it in GitHub Desktop.
Save rbertoche/f21b15a6e53e3d68a997628436616510 to your computer and use it in GitHub Desktop.
>>> import sip
>>> sip.setapi('QString', 2)
>>> from PyQt4 import QtGui
>>> app = QtGui.QApplication([])
>>> l = QtGui.QLabel()
>>> l.text()
PyQt4.QtCore.QString(u'')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment