KDevelop API Documentation

buildtools/autotools/targetoptionsdlgbase.h

Go to the documentation of this file.
00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file './targetoptionsdlgbase.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 TARGET_OPTIONS_DIALOG_H 00011 #define TARGET_OPTIONS_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 QTabWidget; 00021 class QWidget; 00022 class QLabel; 00023 class QCheckBox; 00024 class QLineEdit; 00025 class QListView; 00026 class QListViewItem; 00027 class QPushButton; 00028 00029 class TargetOptionsDialogBase : public QDialog 00030 { 00031 Q_OBJECT 00032 00033 public: 00034 TargetOptionsDialogBase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); 00035 ~TargetOptionsDialogBase(); 00036 00037 QTabWidget* tabWidget; 00038 QWidget* Widget5; 00039 QLabel* TextLabel1; 00040 QCheckBox* allstatic_box; 00041 QCheckBox* avoidversion_box; 00042 QCheckBox* module_box; 00043 QCheckBox* noundefined_box; 00044 QLabel* ldflagsother_label; 00045 QLineEdit* ldflagsother_edit; 00046 QLineEdit* dependencies_edit; 00047 QLabel* dependencies_label; 00048 QWidget* Widget6; 00049 QLabel* insidelib_label; 00050 QListView* outsidelib_listview; 00051 QLabel* outsidelib_label; 00052 QPushButton* insidemoveup_button; 00053 QPushButton* insidemovedown_button; 00054 QListView* insidelib_listview; 00055 QPushButton* outsideadd_button; 00056 QPushButton* outsideedit_button; 00057 QPushButton* outsideremove_button; 00058 QPushButton* outsidemoveup_button; 00059 QPushButton* outsidemovedown_button; 00060 QWidget* arguments_page; 00061 QLabel* arguments_label_1; 00062 QLineEdit* run_arguments_edit; 00063 QPushButton* okbutton; 00064 QPushButton* cancelbutton; 00065 00066 protected: 00067 QVBoxLayout* target_options_dialogLayout; 00068 QGridLayout* Widget5Layout; 00069 QSpacerItem* Spacer1; 00070 QSpacerItem* Spacer2; 00071 QSpacerItem* Spacer3; 00072 QSpacerItem* Spacer4; 00073 QVBoxLayout* Layout12; 00074 QHBoxLayout* Layout11; 00075 QGridLayout* Widget6Layout; 00076 QSpacerItem* Spacer9; 00077 QVBoxLayout* Layout9_3; 00078 QSpacerItem* Spacer5; 00079 QSpacerItem* Spacer6; 00080 QVBoxLayout* Layout10_4; 00081 QSpacerItem* Spacer7; 00082 QSpacerItem* Spacer8; 00083 QGridLayout* arguments_pageLayout; 00084 QSpacerItem* Spacer3_2; 00085 QSpacerItem* Spacer1_2; 00086 QSpacerItem* Spacer4_2; 00087 QHBoxLayout* Layout1; 00088 QSpacerItem* Spacer10; 00089 00090 protected slots: 00091 virtual void languageChange(); 00092 00093 virtual void insideMoveDownClicked(); 00094 virtual void insideMoveUpClicked(); 00095 virtual void outsideAddClicked(); 00096 virtual void outsideEditClicked(); 00097 virtual void outsideMoveDownClicked(); 00098 virtual void outsideMoveUpClicked(); 00099 virtual void outsideRemoveClicked(); 00100 00101 00102 }; 00103 00104 #endif // TARGET_OPTIONS_DIALOG_H
KDE Logo
This file is part of the documentation for KDevelop Version 3.0.4.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Tue Oct 19 08:01:36 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003