buildtools/autotools/addservicedlgbase.h
Go to the documentation of this file.00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file './addservicedlgbase.ui' 00003 ** 00004 ** Created: Wed Oct 6 17:33:20 2004 00005 ** by: The User Interface Compiler ($Id: qt/main.cpp 3.3.3 edited Nov 24 2003 $) 00006 ** 00007 ** WARNING! All changes made in this file will be lost! 00008 ****************************************************************************/ 00009 00010 #ifndef ADD_SERVICE_DIALOG_H 00011 #define ADD_SERVICE_DIALOG_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 QGroupBox; 00021 class QLineEdit; 00022 class QLabel; 00023 class QPushButton; 00024 class QComboBox; 00025 class QListView; 00026 class QListViewItem; 00027 00028 class AddServiceDialogBase : public QDialog 00029 { 00030 Q_OBJECT 00031 00032 public: 00033 AddServiceDialogBase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); 00034 ~AddServiceDialogBase(); 00035 00036 QGroupBox* GroupBox1; 00037 QLineEdit* filename_edit; 00038 QLabel* icon_label; 00039 QPushButton* icon_button; 00040 QLineEdit* comment_edit; 00041 QLineEdit* name_edit; 00042 QComboBox* library_combo; 00043 QLabel* library_label; 00044 QLabel* filename_label; 00045 QLabel* name_label; 00046 QLabel* comment_label; 00047 QGroupBox* GroupBox2; 00048 QListView* chosentypes_listview; 00049 QPushButton* add_button; 00050 QPushButton* remove_button; 00051 QListView* availtypes_listview; 00052 QListView* properties_listview; 00053 QLabel* properties_label; 00054 QPushButton* okbutton; 00055 QPushButton* cancelbutton; 00056 00057 protected: 00058 QVBoxLayout* add_service_dialogLayout; 00059 QGridLayout* GroupBox1Layout; 00060 QHBoxLayout* Layout2; 00061 QSpacerItem* Spacer1; 00062 QGridLayout* GroupBox2Layout; 00063 QHBoxLayout* Layout5; 00064 QVBoxLayout* Layout3; 00065 QSpacerItem* Spacer4; 00066 QSpacerItem* Spacer5; 00067 QHBoxLayout* Layout1; 00068 QSpacerItem* Horizontal_Spacing2; 00069 00070 protected slots: 00071 virtual void languageChange(); 00072 00073 virtual void iconClicked(); 00074 virtual void addTypeClicked(); 00075 virtual void propertyExecuted(QListViewItem*); 00076 virtual void removeTypeClicked(); 00077 00078 00079 }; 00080 00081 #endif // ADD_SERVICE_DIALOG_H