editchooser.h
Go to the documentation of this file.00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file './editchooser.ui' 00003 ** 00004 ** Created: Tue Feb 22 09:14:32 2005 00005 ** by: The User Interface Compiler ($Id: qt/main.cpp 3.3.4 edited Nov 24 2003 $) 00006 ** 00007 ** WARNING! All changes made in this file will be lost! 00008 ****************************************************************************/ 00009 00010 #ifndef EDITCHOOSER_H 00011 #define EDITCHOOSER_H 00012 00013 #include <qvariant.h> 00014 #include <qwidget.h> 00015 00016 class QVBoxLayout; 00017 class QHBoxLayout; 00018 class QGridLayout; 00019 class QSpacerItem; 00020 class QGroupBox; 00021 class QComboBox; 00022 class QLabel; 00023 class QButtonGroup; 00024 class QRadioButton; 00025 00026 class EditChooser : public QWidget 00027 { 00028 Q_OBJECT 00029 00030 public: 00031 EditChooser( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); 00032 ~EditChooser(); 00033 00034 QGroupBox* GroupBox1; 00035 QComboBox* EditorPart; 00036 QLabel* TextLabel1; 00037 QButtonGroup* external_changes_group; 00038 QRadioButton* nothing; 00039 QRadioButton* alert; 00040 QRadioButton* reload; 00041 00042 public slots: 00043 virtual void slotEditPartChanged(const QString &); 00044 00045 protected: 00046 QVBoxLayout* EditChooserLayout; 00047 QSpacerItem* spacer2; 00048 QGridLayout* GroupBox1Layout; 00049 QVBoxLayout* external_changes_groupLayout; 00050 00051 protected slots: 00052 virtual void languageChange(); 00053 00054 }; 00055 00056 #endif // EDITCHOOSER_H