Guest User

Untitled

a guest
Oct 3rd, 2014
300
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.12 KB | None | 0 0
  1. from PySide import QtGui
  2.  
  3. app = QtGui.QApplication([])
  4. label = QtGui.QLabel("Hello World")
  5. label.show()
  6. app.exec_()
Advertisement
Add Comment
Please, Sign In to add comment