00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file 'sessionsdialogbase.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 SESSIONSDIALOGBASE_H 00011 #define SESSIONSDIALOGBASE_H 00012 00013 #include <qvariant.h> 00014 #include <qdialog.h> 00015 00016 class QVBoxLayout; 00017 class QHBoxLayout; 00018 class QGridLayout; 00019 class QPushButton; 00020 class QToolButton; 00021 class QListBox; 00022 class QListBoxItem; 00023 class QLabel; 00024 class QCheckBox; 00025 class QLineEdit; 00026 00027 class SessionsDialogBase : public QDialog 00028 { 00029 Q_OBJECT 00030 00031 public: 00032 SessionsDialogBase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); 00033 ~SessionsDialogBase(); 00034 00035 QPushButton* buttonHelp; 00036 QPushButton* buttonOk; 00037 QPushButton* buttonCancel; 00038 QToolButton* subs_button; 00039 QToolButton* add_button; 00040 QToolButton* del_button; 00041 QToolButton* up_button; 00042 QToolButton* down_button; 00043 QListBox* sessions_box; 00044 QLabel* TextLabel3; 00045 QCheckBox* auto_check; 00046 QLineEdit* login_edit; 00047 QLabel* TextLabel2; 00048 QLineEdit* pass_edit; 00049 QLabel* textLabel2; 00050 QLabel* TextLabel1; 00051 QLineEdit* host_edit; 00052 QLabel* TextLabel4; 00053 QLineEdit* name_edit; 00054 QLineEdit* port_edit; 00055 QLabel* textLabel1; 00056 00057 public slots: 00058 virtual void slotAdd(); 00059 virtual void slotDel(); 00060 virtual void slotDown(); 00061 virtual void slotUp(); 00062 virtual void slotUpdateInfo(const QString &); 00063 virtual void slotSubs(); 00064 00065 protected: 00066 QGridLayout* SessionsDialogBaseLayout; 00067 QHBoxLayout* Layout1; 00068 QGridLayout* layout7; 00069 QVBoxLayout* layout6; 00070 QGridLayout* layout5; 00071 00072 protected slots: 00073 virtual void languageChange(); 00074 00075 }; 00076 00077 #endif // SESSIONSDIALOGBASE_H