00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file 'prefixsettingsbase.ui' 00003 ** 00004 ** Created: Sat May 10 11:56:57 2003 00005 ** by: The User Interface Compiler ($Id: qt/main.cpp 3.1.2 edited Dec 19 11:45 $) 00006 ** 00007 ** WARNING! All changes made in this file will be lost! 00008 ****************************************************************************/ 00009 00010 #ifndef PREFIXSETTINGSBASE_H 00011 #define PREFIXSETTINGSBASE_H 00012 00013 #include <qvariant.h> 00014 #include <qwidget.h> 00015 00016 class QVBoxLayout; 00017 class QHBoxLayout; 00018 class QGridLayout; 00019 class QListBox; 00020 class QListBoxItem; 00021 class QToolButton; 00022 class QLabel; 00023 class QLineEdit; 00024 00025 class PrefixSettingsBase : public QWidget 00026 { 00027 Q_OBJECT 00028 00029 public: 00030 PrefixSettingsBase( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); 00031 ~PrefixSettingsBase(); 00032 00033 QListBox* prefix_box; 00034 QToolButton* add_button; 00035 QToolButton* del_button; 00036 QLabel* TextLabel1; 00037 QLineEdit* name_edit; 00038 QLabel* TextLabel1_2; 00039 00040 public slots: 00041 virtual void slotDel(); 00042 virtual void slotAdd(); 00043 00044 protected: 00045 QGridLayout* PrefixSettingsBaseLayout; 00046 QVBoxLayout* Layout4; 00047 00048 protected slots: 00049 virtual void languageChange(); 00050 00051 }; 00052 00053 #endif // PREFIXSETTINGSBASE_H