|  | 
| enum | Widget { Lab_Ico = 0
, BtnMenu = 1
, BtnMenu_Min = 2
, BtnMenu_Max = 3
,
 BtnMenu_Close = 4
 }
 | 
|  | 
| enum | Style { Style_Silvery = 0
, Style_Blue = 1
, Style_LightBlue = 2
, Style_DarkBlue = 3
,
 Style_Gray = 4
, Style_LightGray = 5
, Style_DarkGray = 6
, Style_Black = 7
,
 Style_LightBlack = 8
, Style_DarkBlack = 9
, Style_PSBlack = 10
, Style_FlatBlack = 11
,
 Style_FlatWhite = 12
 }
 | 
|  | 
|  | 
| void | sigChangeStyle (const QString &qssFile) | 
|  | 
|  | 
| static void | setStyle (const QString &qssFile) | 
|  | 
| static void | setStyle (QUIWidget::Style style) | 
|  | 
| static void | setFormInCenter (QWidget *frm) | 
|  | 
| static void | getQssColor (const QString &qss, QString &textColor, QString &panelColor, QString &borderColor, QString &normalColorStart, QString &normalColorEnd, QString &darkColorStart, QString &darkColorEnd, QString &highColor) | 
|  | 
| static void | setTranslator (const QString &qmFile) | 
|  | 
| static void | setCode () | 
|  | 
| static void | showMessageBoxInfo (const QString &info, int closeSec=0) | 
|  | 
| static void | showMessageBoxError (const QString &info, int closeSec=0) | 
|  | 
| static int | showMessageBoxQuestion (const QString &info) | 
|  | 
| static QString | showInputBox (bool &ok, const QString &title, int type=0, int closeSec=0, QString defaultValue=QString(), bool pwd=false) | 
|  | 
|  | 
| bool | eventFilter (QObject *obj, QEvent *evt) override | 
|  | 
| virtual void | resizeEvent (QResizeEvent *event) override | 
|  | 
| virtual void | showEvent (QShowEvent *event) override | 
|  | 
Definition at line 43 of file QUIWidget.h.
 
◆ Style
◆ Widget
◆ QUIWidget()
  
  | 
        
          | QUIWidget::QUIWidget | ( | QWidget * | parent = 0, |  
          |  |  | bool | bQuitOnClose = false |  
          |  | ) |  |  |  | explicit | 
 
 
◆ ~QUIWidget()
  
  | 
        
          | QUIWidget::~QUIWidget | ( |  | ) |  |  | virtual | 
 
 
◆ changeStyle
  
  | 
        
          | void QUIWidget::changeStyle | ( |  | ) |  |  | privateslot | 
 
 
◆ eventFilter()
  
  | 
        
          | bool QUIWidget::eventFilter | ( | QObject * | obj, |  
          |  |  | QEvent * | evt |  
          |  | ) |  |  |  | overrideprotected | 
 
 
◆ getAlignment()
      
        
          | Qt::Alignment QUIWidget::getAlignment | ( |  | ) | const | 
      
 
 
◆ getBtnMenu()
      
        
          | QToolButton * QUIWidget::getBtnMenu | ( |  | ) | const | 
      
 
 
◆ getBtnMenuMax()
      
        
          | QPushButton * QUIWidget::getBtnMenuMax | ( |  | ) | const | 
      
 
 
◆ getBtnMenuMClose()
      
        
          | QPushButton * QUIWidget::getBtnMenuMClose | ( |  | ) | const | 
      
 
 
◆ getBtnMenuMin()
      
        
          | QPushButton * QUIWidget::getBtnMenuMin | ( |  | ) | const | 
      
 
 
◆ getLabIco()
      
        
          | QLabel * QUIWidget::getLabIco | ( |  | ) | const | 
      
 
 
◆ getLabTitle()
      
        
          | QLabel * QUIWidget::getLabTitle | ( |  | ) | const | 
      
 
 
◆ getQssColor()
  
  | 
        
          | void QUIWidget::getQssColor | ( | const QString & | qss, |  
          |  |  | QString & | textColor, |  
          |  |  | QString & | panelColor, |  
          |  |  | QString & | borderColor, |  
          |  |  | QString & | normalColorStart, |  
          |  |  | QString & | normalColorEnd, |  
          |  |  | QString & | darkColorStart, |  
          |  |  | QString & | darkColorEnd, |  
          |  |  | QString & | highColor |  
          |  | ) |  |  |  | static | 
 
 
◆ getTitle()
      
        
          | QString QUIWidget::getTitle | ( |  | ) | const | 
      
 
 
◆ initControl
  
  | 
        
          | void QUIWidget::initControl | ( |  | ) |  |  | privateslot | 
 
 
◆ initForm
  
  | 
        
          | void QUIWidget::initForm | ( |  | ) |  |  | privateslot | 
 
 
◆ minimumSizeHint()
  
  | 
        
          | QSize QUIWidget::minimumSizeHint | ( |  | ) | const |  | override | 
 
 
◆ on_btnMenu_Close_clicked
  
  | 
        
          | void QUIWidget::on_btnMenu_Close_clicked | ( |  | ) |  |  | privateslot | 
 
 
◆ on_btnMenu_Max_clicked
  
  | 
        
          | void QUIWidget::on_btnMenu_Max_clicked | ( |  | ) |  |  | privateslot | 
 
 
◆ on_btnMenu_Min_clicked
  
  | 
        
          | void QUIWidget::on_btnMenu_Min_clicked | ( |  | ) |  |  | privateslot | 
 
 
◆ resizeEvent()
  
  | 
        
          | void QUIWidget::resizeEvent | ( | QResizeEvent * | event | ) |  |  | overrideprotectedvirtual | 
 
 
◆ setAlignment
  
  | 
        
          | void QUIWidget::setAlignment | ( | Qt::Alignment | alignment | ) |  |  | slot | 
 
 
◆ setBtnWidth
  
  | 
        
          | void QUIWidget::setBtnWidth | ( | int | width | ) |  |  | slot | 
 
 
◆ setCode()
  
  | 
        
          | void QUIWidget::setCode | ( |  | ) |  |  | static | 
 
 
◆ setFormInCenter()
  
  | 
        
          | void QUIWidget::setFormInCenter | ( | QWidget * | frm | ) |  |  | static | 
 
 
◆ setIcon
  
  | 
        
          | void QUIWidget::setIcon | ( | QUIWidget::Widget | widget, |  
          |  |  | QChar | str, |  
          |  |  | quint32 | size = 9 |  
          |  | ) |  |  |  | slot | 
 
 
◆ setMainWidget
  
  | 
        
          | void QUIWidget::setMainWidget | ( | QWidget * | mainWidget, |  
          |  |  | bool | bUsed = true |  
          |  | ) |  |  |  | slot | 
 
 
◆ setOnlyCloseBtn
  
  | 
        
          | void QUIWidget::setOnlyCloseBtn | ( |  | ) |  |  | slot | 
 
 
◆ setPixmap
  
  | 
        
          | void QUIWidget::setPixmap | ( | QUIWidget::Widget | widget, |  
          |  |  | const QString & | file, |  
          |  |  | const QSize & | size = QSize(16, 16) |  
          |  | ) |  |  |  | slot | 
 
 
◆ setStyle() [1/2]
  
  | 
        
          | void QUIWidget::setStyle | ( | const QString & | qssFile | ) |  |  | static | 
 
 
◆ setStyle() [2/2]
  
  | 
        
          | void QUIWidget::setStyle | ( | QUIWidget::Style | style | ) |  |  | static | 
 
 
◆ setTitle
  
  | 
        
          | void QUIWidget::setTitle | ( | const QString & | title | ) |  |  | slot | 
 
 
◆ setTitleHeight
  
  | 
        
          | void QUIWidget::setTitleHeight | ( | int | height | ) |  |  | slot | 
 
 
◆ setTranslator()
  
  | 
        
          | void QUIWidget::setTranslator | ( | const QString & | qmFile | ) |  |  | static | 
 
 
◆ setVisible
  
  | 
        
          | void QUIWidget::setVisible | ( | QUIWidget::Widget | widget, |  
          |  |  | bool | visible = true |  
          |  | ) |  |  |  | slot | 
 
 
◆ showEvent()
  
  | 
        
          | void QUIWidget::showEvent | ( | QShowEvent * | event | ) |  |  | overrideprotectedvirtual | 
 
 
◆ showInputBox()
  
  | 
        
          | QString QUIWidget::showInputBox | ( | bool & | ok, |  
          |  |  | const QString & | title, |  
          |  |  | int | type = 0, |  
          |  |  | int | closeSec = 0, |  
          |  |  | QString | defaultValue = QString(), |  
          |  |  | bool | pwd = false |  
          |  | ) |  |  |  | static | 
 
 
◆ showMessageBoxError()
  
  | 
        
          | void QUIWidget::showMessageBoxError | ( | const QString & | info, |  
          |  |  | int | closeSec = 0 |  
          |  | ) |  |  |  | static | 
 
 
◆ showMessageBoxInfo()
  
  | 
        
          | void QUIWidget::showMessageBoxInfo | ( | const QString & | info, |  
          |  |  | int | closeSec = 0 |  
          |  | ) |  |  |  | static | 
 
 
◆ showMessageBoxQuestion()
  
  | 
        
          | int QUIWidget::showMessageBoxQuestion | ( | const QString & | info | ) |  |  | static | 
 
 
◆ sizeHint()
  
  | 
        
          | QSize QUIWidget::sizeHint | ( |  | ) | const |  | override | 
 
 
◆ btnMenu
  
  | 
        
          | QToolButton* QUIWidget::btnMenu |  | private | 
 
 
◆ btnMenu_Close
  
  | 
        
          | QPushButton* QUIWidget::btnMenu_Close |  | private | 
 
 
◆ btnMenu_Max
  
  | 
        
          | QPushButton* QUIWidget::btnMenu_Max |  | private | 
 
 
◆ btnMenu_Min
  
  | 
        
          | QPushButton* QUIWidget::btnMenu_Min |  | private | 
 
 
◆ horizontalLayout
  
  | 
        
          | QHBoxLayout* QUIWidget::horizontalLayout |  | private | 
 
 
◆ horizontalLayout4
  
  | 
        
          | QHBoxLayout* QUIWidget::horizontalLayout4 |  | private | 
 
 
◆ lab_Ico
  
  | 
        
          | QLabel* QUIWidget::lab_Ico |  | private | 
 
 
◆ lab_Title
  
  | 
        
          | QLabel* QUIWidget::lab_Title |  | private | 
 
 
◆ location
  
  | 
        
          | QRect QUIWidget::location |  | private | 
 
 
◆ mainWidget
  
  | 
        
          | QWidget* QUIWidget::mainWidget |  | private | 
 
 
◆ max
◆ verticalLayout1
  
  | 
        
          | QVBoxLayout* QUIWidget::verticalLayout1 |  | private | 
 
 
◆ verticalLayout2
  
  | 
        
          | QVBoxLayout* QUIWidget::verticalLayout2 |  | private | 
 
 
◆ verticalLayout3
  
  | 
        
          | QVBoxLayout* QUIWidget::verticalLayout3 |  | private | 
 
 
◆ widget
  
  | 
        
          | QWidget* QUIWidget::widget |  | private | 
 
 
◆ widget_menu
  
  | 
        
          | QWidget* QUIWidget::widget_menu |  | private | 
 
 
◆ widget_title
  
  | 
        
          | QWidget* QUIWidget::widget_title |  | private | 
 
 
◆ widgetMain
  
  | 
        
          | QWidget* QUIWidget::widgetMain |  | private | 
 
 
◆ alignment
  
  | 
        
          | Qt::Alignment QUIWidget::alignment |  | readwrite | 
 
 
◆ title
The documentation for this class was generated from the following files:
- /home/runner/work/RabbitCommon/RabbitCommon/Src/QUIWidget/QUIWidget.h
- /home/runner/work/RabbitCommon/RabbitCommon/Src/QUIWidget/QUIWidget.cpp