KDevelop API Documentation

buildtools/autotools/choosetargetdlgbase.h

Go to the documentation of this file.
00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file './choosetargetdlgbase.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 CHOOSETARGETDLGBASE_H 00011 #define CHOOSETARGETDLGBASE_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 QRadioButton; 00021 class QFrame; 00022 class QGroupBox; 00023 class QLabel; 00024 class KHistoryCombo; 00025 class KListBox; 00026 class QListBoxItem; 00027 class QCheckBox; 00028 class QPushButton; 00029 00030 class ChooseTargetDlgBase : public QDialog 00031 { 00032 Q_OBJECT 00033 00034 public: 00035 ChooseTargetDlgBase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); 00036 ~ChooseTargetDlgBase(); 00037 00038 QRadioButton* activeTargetRadioButton; 00039 QFrame* frame5; 00040 QRadioButton* chooseTargetRadioButton; 00041 QGroupBox* choosenTargetGroupBox; 00042 QLabel* targetStaticLabel; 00043 QLabel* choosenTargetLabel; 00044 KHistoryCombo* subprojectComboBox; 00045 KHistoryCombo* targetComboBox; 00046 QGroupBox* groupBox1; 00047 KListBox* newFilesListBox; 00048 QLabel* textLabel1; 00049 QCheckBox* neverAskAgainCheckBox; 00050 QPushButton* removeButton; 00051 QPushButton* cancelButton; 00052 00053 protected: 00054 QVBoxLayout* ChooseTargetDlgBaseLayout; 00055 QSpacerItem* Spacer2_2; 00056 QSpacerItem* Spacer2; 00057 QGridLayout* choosenTargetGroupBoxLayout; 00058 QVBoxLayout* groupBox1Layout; 00059 QHBoxLayout* buttonLayout; 00060 QSpacerItem* buttonSpacer; 00061 00062 protected slots: 00063 virtual void languageChange(); 00064 00065 virtual void slotActiveTargetToggled(bool); 00066 virtual void slotChooseTargetToggled(bool); 00067 00068 00069 private slots: 00070 virtual void slotSubprojectChanged(const QString&); 00071 virtual void slotTargetChanged(const QString&); 00072 00073 }; 00074 00075 #endif // CHOOSETARGETDLGBASE_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 Wed Oct 6 17:38:53 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003