summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-bartender/bac.h
authorllornkcor <llornkcor>2004-04-08 22:02:23 (UTC)
committer llornkcor <llornkcor>2004-04-08 22:02:23 (UTC)
commit3ff6546b780c2c74994e21bdd749379be064c979 (patch) (unidiff)
tree864c4ce441cf553de031da4e942247ceeaa130d1 /noncore/apps/opie-bartender/bac.h
parentc1ffd357ea7e8632f97c6974e86677946d22d816 (diff)
downloadopie-3ff6546b780c2c74994e21bdd749379be064c979.zip
opie-3ff6546b780c2c74994e21bdd749379be064c979.tar.gz
opie-3ff6546b780c2c74994e21bdd749379be064c979.tar.bz2
add kilos/pound combo
Diffstat (limited to 'noncore/apps/opie-bartender/bac.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/opie-bartender/bac.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/noncore/apps/opie-bartender/bac.h b/noncore/apps/opie-bartender/bac.h
index 9245c96..43c7035 100644
--- a/noncore/apps/opie-bartender/bac.h
+++ b/noncore/apps/opie-bartender/bac.h
@@ -39,20 +39,22 @@ public:
39 QComboBox* GenderComboBox; 39 QComboBox* GenderComboBox;
40 QLabel* TextLabel4; 40 QLabel* TextLabel4;
41 QComboBox* TypeDrinkComboBox; 41 QComboBox* TypeDrinkComboBox;
42 QLabel* TextLabel1_2; 42 QLabel* TextLabel1_2;
43 QPushButton* PushButton1; 43 QPushButton* PushButton1;
44 QLCDNumber* LCDNumber1; 44 QLCDNumber* LCDNumber1;
45 45 QComboBox *weightUnitsCombo;
46 QLabel *weightUnitsLabel;
46protected: 47protected:
47 QVBoxLayout* Layout7; 48 QVBoxLayout* Layout7;
48 QHBoxLayout* Layout1; 49 QHBoxLayout* Layout1;
49 QHBoxLayout* Layout2; 50 QHBoxLayout* Layout2;
50 QHBoxLayout* Layout3; 51 QHBoxLayout* Layout3;
51 QHBoxLayout* Layout4; 52 QHBoxLayout* Layout4;
52 QHBoxLayout* Layout6; 53 QHBoxLayout* Layout6;
54
53protected slots: 55protected slots:
54 void calculate(); 56 void calculate();
55 57
56}; 58};
57 59
58#endif // BACDIALOG_H 60#endif // BACDIALOG_H