Guest User

Untitled

a guest
Oct 23rd, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. from PySide2 import QtCore, QtGui, QtWidgets
  2.  
  3. class Ui_MainWindow(object):
  4. def setupUi(self, MainWindow):
  5. MainWindow.setObjectName("MainWindow")
  6. MainWindow.resize(381, 347)......................................etc.
Add Comment
Please, Sign In to add comment