00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file 'qbpickstartdate.ui' 00003 ** 00004 ** Created: Thu Aug 19 20:16:37 2010 00005 ** 00006 ** WARNING! All changes made in this file will be lost! 00007 ****************************************************************************/ 00008 00009 #ifndef QBPICKSTARTDATEUI_H 00010 #define QBPICKSTARTDATEUI_H 00011 00012 #include <qvariant.h> 00013 #include <qdialog.h> 00014 00015 class QVBoxLayout; 00016 class QHBoxLayout; 00017 class QGridLayout; 00018 class QSpacerItem; 00019 class QLabel; 00020 class QButtonGroup; 00021 class QRadioButton; 00022 class QDateEdit; 00023 class QPushButton; 00024 00025 class QBPickStartDateUi : public QDialog 00026 { 00027 Q_OBJECT 00028 00029 public: 00030 QBPickStartDateUi( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); 00031 ~QBPickStartDateUi(); 00032 00033 QLabel* textLabel1; 00034 QButtonGroup* buttonGroup; 00035 QRadioButton* noDateButton; 00036 QLabel* lastUpdateLabel; 00037 QRadioButton* pickDateButton; 00038 QDateEdit* pickDateEdit; 00039 QRadioButton* firstDateButton; 00040 QLabel* firstDateLabel; 00041 QRadioButton* lastUpdateButton; 00042 QPushButton* helpButton; 00043 QPushButton* buttonOk; 00044 QPushButton* buttonCancel; 00045 00046 protected: 00047 QVBoxLayout* QBPickStartDateUiLayout; 00048 QVBoxLayout* buttonGroupLayout; 00049 QGridLayout* layout6; 00050 QHBoxLayout* layout9; 00051 QSpacerItem* Horizontal_Spacing2; 00052 00053 protected slots: 00054 virtual void languageChange(); 00055 00056 }; 00057 00058 #endif // QBPICKSTARTDATEUI_H