addapplicationdlgbase.h
Go to the documentation of this file.00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file './addapplicationdlgbase.ui' 00003 ** 00004 ** Created: Tue Feb 22 09:11:32 2005 00005 ** by: The User Interface Compiler ($Id: qt/main.cpp 3.3.4 edited Nov 24 2003 $) 00006 ** 00007 ** WARNING! All changes made in this file will be lost! 00008 ****************************************************************************/ 00009 00010 #ifndef ADD_APPLICATION_DIALOG_H 00011 #define ADD_APPLICATION_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 QCheckBox; 00022 class QLineEdit; 00023 class QPushButton; 00024 class QComboBox; 00025 class QLabel; 00026 class QListView; 00027 class QListViewItem; 00028 00029 class AddApplicationDialogBase : public QDialog 00030 { 00031 Q_OBJECT 00032 00033 public: 00034 AddApplicationDialogBase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); 00035 ~AddApplicationDialogBase(); 00036 00037 QGroupBox* GroupBox7; 00038 QCheckBox* terminal_box; 00039 QLineEdit* comment_edit; 00040 QLineEdit* filename_edit; 00041 QPushButton* icon_button; 00042 QComboBox* executable_combo; 00043 QLineEdit* name_edit; 00044 QComboBox* section_combo; 00045 QLabel* name_label_2; 00046 QLabel* icon_label; 00047 QLabel* section_label; 00048 QLabel* filename_label; 00049 QLabel* name_label; 00050 QLabel* comment_label; 00051 QGroupBox* GroupBox6; 00052 QListView* chosentypes_listview; 00053 QPushButton* add_button; 00054 QPushButton* remove_button; 00055 QListView* availtypes_listview; 00056 QPushButton* okbutton; 00057 QPushButton* cancelbutton; 00058 00059 protected: 00060 QVBoxLayout* add_application_dialogLayout; 00061 QSpacerItem* Spacer11; 00062 QGridLayout* GroupBox7Layout; 00063 QHBoxLayout* Layout2; 00064 QSpacerItem* Spacer1; 00065 QHBoxLayout* GroupBox6Layout; 00066 QHBoxLayout* Layout5; 00067 QVBoxLayout* Layout3; 00068 QSpacerItem* Spacer4; 00069 QSpacerItem* Spacer5; 00070 QHBoxLayout* Layout1; 00071 QSpacerItem* Horizontal_Spacing2; 00072 00073 protected slots: 00074 virtual void languageChange(); 00075 00076 virtual void addTypeClicked(); 00077 virtual void iconClicked(); 00078 virtual void removeTypeClicked(); 00079 00080 00081 }; 00082 00083 #endif // ADD_APPLICATION_DIALOG_H