Exemplo n.º 1
0
 def init_style(self):
     self.pushButton_8.setHidden(True)
     CommonUtil.set_combobox_style1(self.comboBox)
     CommonUtil.set_combobox_style1(self.comboBox_3)
     CommonUtil.set_groupbox_style(self.groupBox)
     CommonUtil.set_groupbox_style(self.groupBox_2)
     CommonUtil.set_button_style1(self.pushButton_8)
Exemplo n.º 2
0
    def setstyle(self):

        self.setWindowIcon(QIcon(CommonUtil.APP_ICON))
        CommonUtil.set_button_style1( self.pushButton )
        CommonUtil.set_button_style1(self.pushButton_2 )
        CommonUtil.set_button_style1(self.pushButton_7 )
        CommonUtil.set_button_style1(self.pushButton_8 )
        CommonUtil.set_groupbox_style(self.groupBox)
        CommonUtil.set_groupbox_style_withimage(self.groupBox_2,'')
        CommonUtil.set_horizontalline_style(self.line)
        self.label.setText("理论知识学习系统")