fixed other page starting
This commit is contained in:
@@ -16,6 +16,7 @@ app = QtWidgets.QApplication(sys.argv)
|
||||
MainWindow = QtWidgets.QMainWindow()
|
||||
ui = Ui_MainWindow()
|
||||
ui.setupUi(MainWindow)
|
||||
ui.pagesWidget.setCurrentIndex(0)
|
||||
|
||||
try:
|
||||
fill_settings(ui)
|
||||
|
||||
@@ -663,7 +663,7 @@ class Ui_MainWindow(object):
|
||||
|
||||
self.retranslateUi(MainWindow)
|
||||
self.leftMenu.setCurrentRow(-1)
|
||||
self.pagesWidget.setCurrentIndex(1)
|
||||
self.pagesWidget.setCurrentIndex(0)
|
||||
self.settingsTabWidget.setCurrentIndex(0)
|
||||
QtCore.QMetaObject.connectSlotsByName(MainWindow)
|
||||
|
||||
|
||||
@@ -481,7 +481,7 @@ QListWidget:item:selected {
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="currentIndex">
|
||||
<number>1</number>
|
||||
<number>0</number>
|
||||
</property>
|
||||
<widget class="QWidget" name="startPage">
|
||||
<layout class="QVBoxLayout" name="verticalLayout_6">
|
||||
|
||||
Reference in New Issue
Block a user