QTfrontend/ui/page/pageoptions.h
changeset 9249 7b8c82785145
parent 9080 9b42757d7e71
child 9998 736015b847e3
equal deleted inserted replaced
9247:68bbe56badcc 9249:7b8c82785145
    88         QCheckBox *CBFrontendFullscreen;
    88         QCheckBox *CBFrontendFullscreen;
    89         QCheckBox *CBShowFPS;
    89         QCheckBox *CBShowFPS;
    90         QCheckBox *CBSavePassword;
    90         QCheckBox *CBSavePassword;
    91         QCheckBox *CBAltDamage;
    91         QCheckBox *CBAltDamage;
    92         QCheckBox *CBNameWithDate;
    92         QCheckBox *CBNameWithDate;
       
    93 
       
    94 
       
    95         QCheckBox *CBTeamTag;
       
    96         QCheckBox *CBHogTag;
       
    97         QCheckBox *CBHealthTag;
       
    98         QCheckBox *CBTagOpacity;
       
    99 
    93 #ifdef __APPLE__
   100 #ifdef __APPLE__
    94         QCheckBox *CBAutoUpdate;
   101         QCheckBox *CBAutoUpdate;
    95         QPushButton *BtnUpdateNow;
   102         QPushButton *BtnUpdateNow;
    96 #endif
   103 #endif
    97 
   104 
   163         int currentTab;
   170         int currentTab;
   164         int binderTab;
   171         int binderTab;
   165 
   172 
   166         QLabel * lblFullScreenRes;
   173         QLabel * lblFullScreenRes;
   167         QLabel * lblWinScreenRes;
   174         QLabel * lblWinScreenRes;
       
   175         QLabel * lblTags;
   168         QWidget * winResContainer;
   176         QWidget * winResContainer;
       
   177         QWidget * tagsContainer;
   169 
   178 
   170     private slots:
   179     private slots:
   171         void forceFullscreen(int index);
   180         void forceFullscreen(int index);
   172         void setFullscreen(int state);
   181         void setFullscreen(int state);
   173         void setResolution(int state);
   182         void setResolution(int state);