示例#1
0
 def createTopLabel(self):
     toplabel = QLabel("Standard")
     toplabel.setStyleSheet(StyleSheets.TopLabelStyleSheet())
     self._allWidgets["toplabel"] = toplabel
     return toplabel
示例#2
0
 def createHistoryLabel(self):
     histlabl = QLabel("History")
     histlabl.setStyleSheet(StyleSheets.TopLabelStyleSheet())
     self._allWidgets["histlabl"] = histlabl
     return histlabl