add contact form, some updates
This commit is contained in:
parent
d8b06efd7c
commit
17a48df7e5
3 changed files with 80 additions and 8 deletions
|
|
@ -109,10 +109,4 @@ class LoginScreen(QtGui.QWidget):
|
|||
|
||||
|
||||
if __name__ == '__main__':
|
||||
app = QtGui.QApplication(sys.argv)
|
||||
ls = LoginScreen()
|
||||
win = QtGui.QMainWindow()
|
||||
ls.setupUi(win)
|
||||
win.show()
|
||||
app.connect(app, QtCore.SIGNAL("lastWindowClosed()"), app, QtCore.SLOT("quit()"))
|
||||
app.exec_()
|
||||
pass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue