korganizer
koeditoralarms_base.h
00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file './koeditoralarms_base.ui' 00003 ** 00004 ** Created: Thu Mar 29 06:09:13 2007 00005 ** by: The User Interface Compiler ($Id: qt/main.cpp 3.3.8 edited Jan 11 14:47 $) 00006 ** 00007 ** WARNING! All changes made in this file will be lost! 00008 ****************************************************************************/ 00009 00010 #ifndef KOEDITORALARMS_BASE_H 00011 #define KOEDITORALARMS_BASE_H 00012 00013 #include <qvariant.h> 00014 #include <qwidget.h> 00015 #include <addresseelineedit.h> 00016 00017 class QVBoxLayout; 00018 class QHBoxLayout; 00019 class QGridLayout; 00020 class QSpacerItem; 00021 class QGroupBox; 00022 class QSpinBox; 00023 class QComboBox; 00024 class QLabel; 00025 class QCheckBox; 00026 class QButtonGroup; 00027 class QRadioButton; 00028 class QFrame; 00029 class QWidgetStack; 00030 class QTextEdit; 00031 class KURLRequester; 00032 class QLineEdit; 00033 namespace KPIM { 00034 class AddresseeLineEdit; 00035 } 00036 class QPushButton; 00037 class QListView; 00038 class QListViewItem; 00039 00040 class KOEditorAlarms_base : public QWidget 00041 { 00042 Q_OBJECT 00043 00044 public: 00045 KOEditorAlarms_base( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); 00046 ~KOEditorAlarms_base(); 00047 00048 QGroupBox* mTimeGroup; 00049 QSpinBox* mAlarmOffset; 00050 QComboBox* mOffsetUnit; 00051 QComboBox* mBeforeAfter; 00052 QLabel* mHowOftenLabel; 00053 QSpinBox* mRepeatCount; 00054 QLabel* mIntervalLabel; 00055 QCheckBox* mRepeats; 00056 QSpinBox* mRepeatInterval; 00057 QGroupBox* mTypeGroup; 00058 QButtonGroup* mAlarmType; 00059 QRadioButton* mTypeDisplayRadio; 00060 QRadioButton* mTypeSoundRadio; 00061 QRadioButton* mTypeAppRadio; 00062 QRadioButton* mTypeEmailRadio; 00063 QFrame* line1; 00064 QWidgetStack* mTypeStack; 00065 QWidget* WStackPage; 00066 QLabel* mDisplayTextLabel; 00067 QTextEdit* mDisplayText; 00068 QWidget* WStackPage_2; 00069 QLabel* mSoundFileLabel; 00070 KURLRequester* mSoundFile; 00071 QWidget* WStackPage_3; 00072 QLabel* mApplicationLabel; 00073 KURLRequester* mApplication; 00074 QLabel* mAppArgumentsLabel; 00075 QLineEdit* mAppArguments; 00076 QWidget* WStackPage_4; 00077 QLabel* mEmailTextLabel; 00078 QTextEdit* mEmailText; 00079 KPIM::AddresseeLineEdit* mEmailAddress; 00080 QLabel* mEmailToLabel; 00081 QPushButton* mRemoveButton; 00082 QPushButton* mAddButton; 00083 QPushButton* mDuplicateButton; 00084 QListView* mAlarmList; 00085 00086 protected: 00087 QGridLayout* KOEditorAlarms_baseLayout; 00088 QVBoxLayout* mTimeGroupLayout; 00089 QHBoxLayout* layout3; 00090 QGridLayout* layout8; 00091 QHBoxLayout* mTypeGroupLayout; 00092 QVBoxLayout* mAlarmTypeLayout; 00093 QSpacerItem* spacer2; 00094 QVBoxLayout* WStackPageLayout; 00095 QVBoxLayout* WStackPageLayout_2; 00096 QSpacerItem* spacer3; 00097 QVBoxLayout* WStackPageLayout_3; 00098 QSpacerItem* spacer3_2; 00099 QGridLayout* WStackPageLayout_4; 00100 QGridLayout* layout7; 00101 QSpacerItem* spacer1; 00102 00103 protected slots: 00104 virtual void languageChange(); 00105 00106 }; 00107 00108 #endif // KOEDITORALARMS_BASE_H