00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file 'gui\settingsform.ui' 00003 ** 00004 ** Created: qui 16. jun 01:44:58 2005 00005 ** by: The User Interface Compiler ($Id: qt/main.cpp 3.3.2 edited Nov 24 13:47 $) 00006 ** 00007 ** WARNING! All changes made in this file will be lost! 00008 ****************************************************************************/ 00009 00010 #ifndef SETTINGSFORM_H 00011 #define SETTINGSFORM_H 00012 00013 #include <qvariant.h> 00014 #include <qdialog.h> 00015 00016 class QVBoxLayout; 00017 class QHBoxLayout; 00018 class QGridLayout; 00019 class QSpacerItem; 00020 class QTabWidget; 00021 class QWidget; 00022 class QButtonGroup; 00023 class QRadioButton; 00024 class QGroupBox; 00025 class QLabel; 00026 class QLineEdit; 00027 class QComboBox; 00028 class QPushButton; 00029 00030 class SettingsForm : public QDialog 00031 { 00032 Q_OBJECT 00033 00034 public: 00035 SettingsForm( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); 00036 ~SettingsForm(); 00037 00038 QTabWidget* tabWidget4; 00039 QWidget* tab; 00040 QButtonGroup* graphOrientation; 00041 QRadioButton* radioButton2; 00042 QRadioButton* radioButton1; 00043 QButtonGroup* languageGroup; 00044 QRadioButton* radioButton2_2; 00045 QRadioButton* radioButton1_2; 00046 QWidget* tab_2; 00047 QGroupBox* CvsGroupBox; 00048 QLabel* loginLabel; 00049 QLineEdit* loginEdit; 00050 QLineEdit* passwordEdit; 00051 QLabel* passwordLabel; 00052 QLabel* textLabel1; 00053 QLineEdit* adressEdit; 00054 QButtonGroup* branchGroup; 00055 QRadioButton* defaultRadio; 00056 QRadioButton* otherRadio; 00057 QComboBox* branchCombo; 00058 QPushButton* okButton; 00059 QPushButton* cancelButton; 00060 00061 public slots: 00062 virtual void okButton_clicked(); 00063 virtual void cancelButton_clicked(); 00064 00065 protected: 00066 00067 protected slots: 00068 virtual void languageChange(); 00069 00070 }; 00071 00072 #endif // SETTINGSFORM_H