Guest User

Untitled

a guest
Mar 15th, 2013
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. from PyQt4 import QtGui
  2. from gui import Ui_Form
  3. import sys
  4.  
  5. app = QtGui.QApplication(sys.argv)
  6. uiForm = Ui_Form()
  7. uiForm.show()
  8. sys.exit(app.exec_())
Advertisement
Add Comment
Please, Sign In to add comment