addtooldlg.h
Go to the documentation of this file.00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file './addtooldlg.ui' 00003 ** 00004 ** Created: Tue Mar 22 23:47:51 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_TOOL_DIALOG_H 00011 #define ADD_TOOL_DIALOG_H 00012 00013 #include <qvariant.h> 00014 #include <qpixmap.h> 00015 #include <qdialog.h> 00016 00017 class QVBoxLayout; 00018 class QHBoxLayout; 00019 class QGridLayout; 00020 class QSpacerItem; 00021 class KDevApplicationTree; 00022 class QLabel; 00023 class QCheckBox; 00024 class QFrame; 00025 class QLineEdit; 00026 class QPushButton; 00027 class KURLRequester; 00028 class QListViewItem; 00029 00030 class AddToolDialog : public QDialog 00031 { 00032 Q_OBJECT 00033 00034 public: 00035 AddToolDialog( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); 00036 ~AddToolDialog(); 00037 00038 QLabel* cmdlineLabel_2; 00039 QCheckBox* capturedBox; 00040 QLabel* cmdlineLabel; 00041 QFrame* Line1; 00042 QLabel* menutextLabel; 00043 QLineEdit* paramEdit; 00044 QLineEdit* menutextEdit; 00045 QPushButton* okButton; 00046 QPushButton* cancelButton; 00047 KURLRequester* execEdit; 00048 KDevApplicationTree* tree; 00049 00050 public slots: 00051 virtual void init(); 00052 virtual QString getApp(); 00053 00054 protected: 00055 QGridLayout* add_tool_dialogLayout; 00056 QHBoxLayout* Layout2; 00057 QSpacerItem* Spacer4; 00058 00059 protected slots: 00060 virtual void languageChange(); 00061 00062 private: 00063 QPixmap image0; 00064 00065 private slots: 00066 virtual void treeSelectionChanged( QListViewItem * lvi ); 00067 00068 }; 00069 00070 #endif // ADD_TOOL_DIALOG_H