add contact form, some updates

This commit is contained in:
ingvar1995 2016-02-19 18:04:53 +03:00
parent d8b06efd7c
commit 17a48df7e5
3 changed files with 80 additions and 8 deletions

View file

@ -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