otimepickerbase.h
00001
00002
00003
00004
00005
00006
00007
00008
00009 #ifndef OTIMEPICKERDIALOGBASE_H
00010 #define OTIMEPICKERDIALOGBASE_H
00011
00012 #include <qvariant.h>
00013 #include <qdialog.h>
00014 class QVBoxLayout;
00015 class QHBoxLayout;
00016 class QGridLayout;
00017 class OTimePicker;
00018 class QFrame;
00019 class QGroupBox;
00020 class QLabel;
00021 class QLineEdit;
00022
00023 class OTimePickerDialogBase : public QDialog
00024 {
00025 Q_OBJECT
00026
00027 public:
00028 OTimePickerDialogBase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
00029 ~OTimePickerDialogBase();
00030
00031 QFrame* Frame10;
00032 QFrame* Frame4;
00033 QLabel* TextLabel1;
00034 QLineEdit* hourField;
00035 QLabel* TextLabel1_2;
00036 QLineEdit* minuteField;
00037 QGroupBox* GroupBox1;
00038 OTimePicker* m_timePicker;
00039
00040 protected:
00041 QVBoxLayout* OTimePickerDialogBaseLayout;
00042 QHBoxLayout* Frame10Layout;
00043 QHBoxLayout* Frame4Layout;
00044 QGridLayout* GroupBox1Layout;
00045 bool event( QEvent* );
00046 };
00047
00048 #endif // OTIMEPICKERDIALOGBASE_H
This file is part of the documentation for OPIE Version 1.1.