00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file 'urlsettingsbase.ui' 00003 ** 00004 ** Created: Sat May 10 11:56:56 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 URLSETTINGSBASE_H 00011 #define URLSETTINGSBASE_H 00012 00013 #include <qvariant.h> 00014 #include <qwidget.h> 00015 00016 class QVBoxLayout; 00017 class QHBoxLayout; 00018 class QGridLayout; 00019 class QLineEdit; 00020 class QLabel; 00021 class QListBox; 00022 class QListBoxItem; 00023 class QToolButton; 00024 00025 class UrlSettingsBase : public QWidget 00026 { 00027 Q_OBJECT 00028 00029 public: 00030 UrlSettingsBase( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); 00031 ~UrlSettingsBase(); 00032 00033 QLineEdit* prefix_edit; 00034 QLineEdit* command_edit; 00035 QLabel* TextLabel1; 00036 QLabel* TextLabel2; 00037 QListBox* urls_box; 00038 QLineEdit* name_edit; 00039 QLabel* TextLabel3; 00040 QToolButton* add_button; 00041 QToolButton* del_button; 00042 QLabel* TextLabel2_2; 00043 00044 public slots: 00045 virtual void slotDel(); 00046 virtual void slotAdd(); 00047 virtual void slotUpdateInfo(const QString&); 00048 00049 protected: 00050 QGridLayout* UrlSettingsBaseLayout; 00051 QVBoxLayout* Layout8; 00052 00053 protected slots: 00054 virtual void languageChange(); 00055 00056 }; 00057 00058 #endif // URLSETTINGSBASE_H