converted main tabs to stacked widget

This commit is contained in:
Bachir Soussi Chiadmi
2017-05-27 09:06:48 +02:00
parent a37beb4761
commit 096ffa069e
3 changed files with 66 additions and 36 deletions
+2 -2
View File
@@ -12,9 +12,9 @@ class Summary(QLabel):
class ContentTab(QWidget):
class ContentStack(QWidget):
def __init__(self, core):
super(ContentTab, self).__init__()
super(ContentStack, self).__init__()
# self.grid = QGridLayout()
hbox = QHBoxLayout()