equal
deleted
inserted
replaced
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); |