From 3eebecacd576c35605aff01324ec66ad9825b0d7 Mon Sep 17 00:00:00 2001 From: deva Date: Wed, 20 Aug 2008 10:28:35 +0000 Subject: Fixed various small bugs. --- client/widgets/combobox.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'client/widgets/combobox.h') diff --git a/client/widgets/combobox.h b/client/widgets/combobox.h index 0a5724f..f072bea 100644 --- a/client/widgets/combobox.h +++ b/client/widgets/combobox.h @@ -32,6 +32,12 @@ #include #include +typedef enum { + SELECT, + EDIT, + SEARCH +} types_t; + class ComboBox : public QComboBox, public Widget { Q_OBJECT @@ -52,6 +58,7 @@ public slots: private: QRegExp rx; QString combo_value; + types_t combotype; }; #endif/*__PRACRO_COMBOBOX_H__*/ -- cgit v1.2.3