This commit is contained in:
BarsTiger
2021-06-03 19:48:41 +03:00
parent 5874bffbda
commit bcc9bfd1cc
2 changed files with 2 additions and 4 deletions

View File

@@ -34,7 +34,6 @@ ui = kkui.Ui_KOTIKOTlauncher()
ui.setupUi(KOTIKOTlauncher)
KOTIKOTlauncher.show()
settings = kkset.QtWidgets.QApplication(sys.argv)
KOTIKOTsettings = kkset.QtWidgets.QMainWindow()
uiset = kkset.Ui_Form()
uiset.setupUi(KOTIKOTsettings)
@@ -155,4 +154,3 @@ ui.actionOpen_settings.triggered.connect(openSettings)
################### Exiting #####################
sys.exit(app.exec_())
sys.exit(settings.exec_())

View File

@@ -5,7 +5,7 @@ class Ui_Form(object):
Form.setObjectName("Form")
Form.resize(153, 102)
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.verticalLayout = QtWidgets.QVBoxLayout(self.verticalLayoutWidget)
self.verticalLayout.setContentsMargins(7, 7, 7, 7)