Skip to content
Snippets Groups Projects
Commit 8c964967 authored by Djalim Simaila's avatar Djalim Simaila
Browse files

added new panes in code

parent 9b4b630d
No related branches found
No related tags found
1 merge request!12Panels
......@@ -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 = []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment