Guest User

Untitled

a guest
Oct 22nd, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. from PyQt5 import QtQuickWidgets
  2. import sys
  3. app = QtWidgets.QApplication(sys.argv)
  4. Form = QtWidgets.QWidget()
  5. ui = Ui_Form()
  6. ui.setupUi(Form)
  7. Form.show()
  8.  
  9. sys.exit(app.exec_())
Add Comment
Please, Sign In to add comment