Regenerated UI
This commit is contained in:
parent
cdca1cc899
commit
90034d1033
@ -2,7 +2,8 @@
|
|||||||
|
|
||||||
# Form implementation generated from reading ui file 'relational_gui/maingui.ui'
|
# Form implementation generated from reading ui file 'relational_gui/maingui.ui'
|
||||||
#
|
#
|
||||||
# Created by: PyQt5 UI code generator 5.4.1
|
# Created: Tue Jun 2 15:11:30 2015
|
||||||
|
# by: PyQt5 UI code generator 5.3.2
|
||||||
#
|
#
|
||||||
# WARNING! All changes made in this file will be lost!
|
# WARNING! All changes made in this file will be lost!
|
||||||
|
|
||||||
@ -352,6 +353,7 @@ class Ui_MainWindow(object):
|
|||||||
self.cmdUndoOptimize.clicked.connect(MainWindow.undoOptimize)
|
self.cmdUndoOptimize.clicked.connect(MainWindow.undoOptimize)
|
||||||
self.cmdExecute.clicked.connect(MainWindow.execute)
|
self.cmdExecute.clicked.connect(MainWindow.execute)
|
||||||
self.txtQuery.returnPressed.connect(MainWindow.execute)
|
self.txtQuery.returnPressed.connect(MainWindow.execute)
|
||||||
|
self.lstHistory.itemDoubleClicked['QListWidgetItem*'].connect(MainWindow.resumeHistory)
|
||||||
QtCore.QMetaObject.connectSlotsByName(MainWindow)
|
QtCore.QMetaObject.connectSlotsByName(MainWindow)
|
||||||
MainWindow.setTabOrder(self.cmdAbout, self.cmdSurvey)
|
MainWindow.setTabOrder(self.cmdAbout, self.cmdSurvey)
|
||||||
MainWindow.setTabOrder(self.cmdSurvey, self.cmdProduct)
|
MainWindow.setTabOrder(self.cmdSurvey, self.cmdProduct)
|
||||||
|
@ -2,7 +2,8 @@
|
|||||||
|
|
||||||
# Form implementation generated from reading ui file 'relational_gui/rel_edit.ui'
|
# Form implementation generated from reading ui file 'relational_gui/rel_edit.ui'
|
||||||
#
|
#
|
||||||
# Created by: PyQt5 UI code generator 5.4.1
|
# Created: Tue Jun 2 15:11:30 2015
|
||||||
|
# by: PyQt5 UI code generator 5.3.2
|
||||||
#
|
#
|
||||||
# WARNING! All changes made in this file will be lost!
|
# WARNING! All changes made in this file will be lost!
|
||||||
|
|
||||||
|
@ -2,7 +2,8 @@
|
|||||||
|
|
||||||
# Form implementation generated from reading ui file 'relational_gui/survey.ui'
|
# Form implementation generated from reading ui file 'relational_gui/survey.ui'
|
||||||
#
|
#
|
||||||
# Created by: PyQt5 UI code generator 5.4.1
|
# Created: Tue Jun 2 15:11:30 2015
|
||||||
|
# by: PyQt5 UI code generator 5.3.2
|
||||||
#
|
#
|
||||||
# WARNING! All changes made in this file will be lost!
|
# WARNING! All changes made in this file will be lost!
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user