added new panes in code
This commit is contained in:
parent
9b4b630d8d
commit
8c964967c2
@ -48,7 +48,10 @@ class MainWindow(QtWidgets.QMainWindow, Ui_MainWindow):
|
||||
self.slot4ComboBox,
|
||||
self.slot5ComboBox,
|
||||
self.slot6ComboBox,
|
||||
self.slot7ComboBox
|
||||
self.slot7ComboBox,
|
||||
self.slot8ComboBox,
|
||||
self.slot9ComboBox,
|
||||
self.slot10ComboBox
|
||||
]
|
||||
|
||||
for cb in self.comboBoxes:
|
||||
@ -62,7 +65,10 @@ class MainWindow(QtWidgets.QMainWindow, Ui_MainWindow):
|
||||
[self.slot4,None],
|
||||
[self.slot5,None],
|
||||
[self.slot6,None],
|
||||
[self.slot7,None]
|
||||
[self.slot7,None],
|
||||
[self.slot8,None],
|
||||
[self.slot9,None],
|
||||
[self.slot10,None]
|
||||
]
|
||||
|
||||
self.threads = []
|
||||
|
||||
Loading…
Reference in New Issue
Block a user