QTfrontend/ui/page/pageoptions.h
changeset 9249 7b8c82785145
parent 9080 9b42757d7e71
child 9998 736015b847e3
--- a/QTfrontend/ui/page/pageoptions.h	Sun Jun 23 13:35:26 2013 -0400
+++ b/QTfrontend/ui/page/pageoptions.h	Sun Jun 23 17:11:29 2013 -0400
@@ -90,6 +90,13 @@
         QCheckBox *CBSavePassword;
         QCheckBox *CBAltDamage;
         QCheckBox *CBNameWithDate;
+
+
+        QCheckBox *CBTeamTag;
+        QCheckBox *CBHogTag;
+        QCheckBox *CBHealthTag;
+        QCheckBox *CBTagOpacity;
+
 #ifdef __APPLE__
         QCheckBox *CBAutoUpdate;
         QPushButton *BtnUpdateNow;
@@ -165,7 +172,9 @@
 
         QLabel * lblFullScreenRes;
         QLabel * lblWinScreenRes;
+        QLabel * lblTags;
         QWidget * winResContainer;
+        QWidget * tagsContainer;
 
     private slots:
         void forceFullscreen(int index);