1
This commit is contained in:
@@ -34,7 +34,6 @@ ui = kkui.Ui_KOTIKOTlauncher()
|
|||||||
ui.setupUi(KOTIKOTlauncher)
|
ui.setupUi(KOTIKOTlauncher)
|
||||||
KOTIKOTlauncher.show()
|
KOTIKOTlauncher.show()
|
||||||
|
|
||||||
settings = kkset.QtWidgets.QApplication(sys.argv)
|
|
||||||
KOTIKOTsettings = kkset.QtWidgets.QMainWindow()
|
KOTIKOTsettings = kkset.QtWidgets.QMainWindow()
|
||||||
uiset = kkset.Ui_Form()
|
uiset = kkset.Ui_Form()
|
||||||
uiset.setupUi(KOTIKOTsettings)
|
uiset.setupUi(KOTIKOTsettings)
|
||||||
@@ -155,4 +154,3 @@ ui.actionOpen_settings.triggered.connect(openSettings)
|
|||||||
|
|
||||||
################### Exiting #####################
|
################### Exiting #####################
|
||||||
sys.exit(app.exec_())
|
sys.exit(app.exec_())
|
||||||
sys.exit(settings.exec_())
|
|
||||||
@@ -5,7 +5,7 @@ class Ui_Form(object):
|
|||||||
Form.setObjectName("Form")
|
Form.setObjectName("Form")
|
||||||
Form.resize(153, 102)
|
Form.resize(153, 102)
|
||||||
self.verticalLayoutWidget = QtWidgets.QWidget(Form)
|
self.verticalLayoutWidget = QtWidgets.QWidget(Form)
|
||||||
self.verticalLayoutWidget.setGeometry(QtCore.QRect(0, 0, 152, 101))
|
self.verticalLayoutWidget.setGeometry(QtCore.QRect(0, 0, 300, 101))
|
||||||
self.verticalLayoutWidget.setObjectName("verticalLayoutWidget")
|
self.verticalLayoutWidget.setObjectName("verticalLayoutWidget")
|
||||||
self.verticalLayout = QtWidgets.QVBoxLayout(self.verticalLayoutWidget)
|
self.verticalLayout = QtWidgets.QVBoxLayout(self.verticalLayoutWidget)
|
||||||
self.verticalLayout.setContentsMargins(7, 7, 7, 7)
|
self.verticalLayout.setContentsMargins(7, 7, 7, 7)
|
||||||
|
|||||||
Reference in New Issue
Block a user