buildtools/autotools/subprojectoptionsdlgbase.h
Go to the documentation of this file.00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file './subprojectoptionsdlgbase.ui' 00003 ** 00004 ** Created: Tue Oct 19 07:57:28 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 SUB_PROJECT_OPTIONS_WIDGET_H 00011 #define SUB_PROJECT_OPTIONS_WIDGET_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 QTabWidget; 00021 class QWidget; 00022 class QLabel; 00023 class QLineEdit; 00024 class QPushButton; 00025 class QCheckBox; 00026 class QListView; 00027 class QListViewItem; 00028 00029 class SubprojectOptionsDialogBase : public QDialog 00030 { 00031 Q_OBJECT 00032 00033 public: 00034 SubprojectOptionsDialogBase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); 00035 ~SubprojectOptionsDialogBase(); 00036 00037 QTabWidget* subprojectoptions_tabwidget; 00038 QWidget* tab; 00039 QLabel* cflags_label; 00040 QLineEdit* cflags_edit; 00041 QPushButton* cflags_button; 00042 QLabel* cxxflags_label; 00043 QLineEdit* cxxflags_edit; 00044 QPushButton* cxxflags_button; 00045 QLabel* fflags_label; 00046 QLineEdit* fflags_edit; 00047 QPushButton* fflags_button; 00048 QWidget* tab_2; 00049 QCheckBox* metasources_checkbox; 00050 QPushButton* insidemoveup_button; 00051 QPushButton* insidemovedown_button; 00052 QLabel* insideinc_label; 00053 QListView* insideinc_listview; 00054 QPushButton* outsideadd_button; 00055 QPushButton* outsideedit_button; 00056 QPushButton* outsideremove_button; 00057 QPushButton* outsidemoveup_button; 00058 QPushButton* outsidemovedown_button; 00059 QLabel* TextLabel2_2; 00060 QListView* outsideinc_listview; 00061 QWidget* tab_3; 00062 QListView* prefix_listview; 00063 QLabel* prefixes_label; 00064 QPushButton* addprefix_button; 00065 QPushButton* editprefix_button; 00066 QPushButton* removeprefix_button; 00067 QWidget* tab_4; 00068 QPushButton* buildmoveup_button; 00069 QPushButton* buildmovedown_button; 00070 QListView* buildorder_listview; 00071 QLabel* buildorder_label; 00072 QPushButton* okbutton; 00073 QPushButton* cancelbutton; 00074 00075 protected: 00076 QVBoxLayout* sub_project_options_widgetLayout; 00077 QVBoxLayout* tabLayout; 00078 QSpacerItem* Spacer2; 00079 QSpacerItem* Spacer3; 00080 QSpacerItem* Spacer4; 00081 QHBoxLayout* Layout5; 00082 QHBoxLayout* Layout3; 00083 QHBoxLayout* Layout4; 00084 QVBoxLayout* tabLayout_2; 00085 QVBoxLayout* layout11; 00086 QGridLayout* layout9; 00087 QVBoxLayout* Layout9; 00088 QSpacerItem* Spacer2_3; 00089 QSpacerItem* Spacer3_2; 00090 QGridLayout* layout10; 00091 QVBoxLayout* Layout10; 00092 QSpacerItem* Spacer1_2; 00093 QSpacerItem* Spacer2_2; 00094 QGridLayout* tabLayout_3; 00095 QVBoxLayout* Layout6; 00096 QSpacerItem* Spacer5; 00097 QSpacerItem* Spacer6; 00098 QGridLayout* tabLayout_4; 00099 QVBoxLayout* Layout9_2; 00100 QSpacerItem* Spacer2_3_2; 00101 QSpacerItem* Spacer3_2_2; 00102 QHBoxLayout* Layout2; 00103 QSpacerItem* Spacer1; 00104 00105 protected slots: 00106 virtual void languageChange(); 00107 00108 virtual void buildorderMoveDownClicked(); 00109 virtual void cflagsClicked(); 00110 virtual void cxxFlagsClicked(); 00111 virtual void fflagsClicked(); 00112 virtual void insideMoveDownClicked(); 00113 virtual void insideMoveUpClicked(); 00114 virtual void buildorderMoveUpClicked(); 00115 virtual void outsideAddClicked(); 00116 virtual void outsideEditClicked(); 00117 virtual void outsideMoveDownClicked(); 00118 virtual void outsideMoveUpClicked(); 00119 virtual void outsideRemoveClicked(); 00120 virtual void removePrefixClicked(); 00121 00122 00123 private slots: 00124 virtual void addPrefixClicked(); 00125 virtual void editPrefixClicked(); 00126 00127 }; 00128 00129 #endif // SUB_PROJECT_OPTIONS_WIDGET_H