quickopenfunctionchooseformbase.h
Go to the documentation of this file.00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file './quickopenfunctionchooseformbase.ui' 00003 ** 00004 ** Created: Tue Feb 22 08:59:21 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 QUICKOPENFUNCTIONCHOOSEFORMBASE_H 00011 #define QUICKOPENFUNCTIONCHOOSEFORMBASE_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 KSqueezedTextLabel; 00021 class KListBox; 00022 class QListBoxItem; 00023 class QLabel; 00024 class QPushButton; 00025 00026 class QuickOpenFunctionChooseFormBase : public QDialog 00027 { 00028 Q_OBJECT 00029 00030 public: 00031 QuickOpenFunctionChooseFormBase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); 00032 ~QuickOpenFunctionChooseFormBase(); 00033 00034 KSqueezedTextLabel* filepathlabel; 00035 KListBox* argBox; 00036 KListBox* fileBox; 00037 QLabel* textLabel1; 00038 QLabel* textLabel2; 00039 QPushButton* okBtn; 00040 QPushButton* cancelBtn; 00041 00042 public slots: 00043 virtual void slotFileChange( int id ) = 0; 00044 virtual void slotArgsChange( int id ) = 0; 00045 00046 protected: 00047 00048 protected slots: 00049 virtual void languageChange(); 00050 00051 }; 00052 00053 #endif // QUICKOPENFUNCTIONCHOOSEFORMBASE_H