author | eilers <eilers> | 2002-08-20 09:26:48 (UTC) |
---|---|---|
committer | eilers <eilers> | 2002-08-20 09:26:48 (UTC) |
commit | b00ba7b9cdf02a4512f70694e2262ce6e3ebcb98 (patch) (unidiff) | |
tree | 7b3e6e16917f0835437ddf2e2b87439f3a7a4285 /libopie/otimepickerbase.h | |
parent | 08a0272257dbb26af4403f9d8d47e5bf300eb0a7 (diff) | |
download | opie-b00ba7b9cdf02a4512f70694e2262ce6e3ebcb98.zip opie-b00ba7b9cdf02a4512f70694e2262ce6e3ebcb98.tar.gz opie-b00ba7b9cdf02a4512f70694e2262ce6e3ebcb98.tar.bz2 |
Added nice timepicker widget and dialog
-rw-r--r-- | libopie/otimepickerbase.h | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/libopie/otimepickerbase.h b/libopie/otimepickerbase.h new file mode 100644 index 0000000..bac2b06 --- a/dev/null +++ b/libopie/otimepickerbase.h | |||
@@ -0,0 +1,47 @@ | |||
1 | /**************************************************************************** | ||
2 | ** Form interface generated from reading ui file 'otimepickerbase.ui' | ||
3 | ** | ||
4 | ** Created: Tue Aug 20 10:04:21 2002 | ||
5 | ** by: The User Interface Compiler (uic) | ||
6 | ** | ||
7 | ** WARNING! All changes made in this file will be lost! | ||
8 | ****************************************************************************/ | ||
9 | #ifndef OTIMEPICKERDIALOGBASE_H | ||
10 | #define OTIMEPICKERDIALOGBASE_H | ||
11 | |||
12 | #include <qvariant.h> | ||
13 | #include <qdialog.h> | ||
14 | class QVBoxLayout; | ||
15 | class QHBoxLayout; | ||
16 | class QGridLayout; | ||
17 | class OTimePicker; | ||
18 | class QFrame; | ||
19 | class QGroupBox; | ||
20 | class QLabel; | ||
21 | class QLineEdit; | ||
22 | |||
23 | class OTimePickerDialogBase : public QDialog | ||
24 | { | ||
25 | Q_OBJECT | ||
26 | |||
27 | public: | ||
28 | OTimePickerDialogBase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); | ||
29 | ~OTimePickerDialogBase(); | ||
30 | |||
31 | QFrame* Frame10; | ||
32 | QFrame* Frame4; | ||
33 | QLabel* TextLabel1; | ||
34 | QLineEdit* hourField; | ||
35 | QLabel* TextLabel1_2; | ||
36 | QLineEdit* minuteField; | ||
37 | QGroupBox* GroupBox1; | ||
38 | OTimePicker* m_timePicker; | ||
39 | |||
40 | protected: | ||
41 | QVBoxLayout* OTimePickerDialogBaseLayout; | ||
42 | QHBoxLayout* Frame10Layout; | ||
43 | QHBoxLayout* Frame4Layout; | ||
44 | bool event( QEvent* ); | ||
45 | }; | ||
46 | |||
47 | #endif // OTIMEPICKERDIALOGBASE_H | ||