00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file 'scqtfiledlg.ui' 00003 ** 00004 ** Created: Sun Jun 8 15:50:50 2003 00005 ** by: The User Interface Compiler (uic) 00006 ** 00007 ** WARNING! All changes made in this file will be lost! 00008 ****************************************************************************/ 00009 #ifndef SCQTFILEDLG_H 00010 #define SCQTFILEDLG_H 00011 00012 #include <qvariant.h> 00013 #include <qdialog.h> 00014 class QVBoxLayout; 00015 class QHBoxLayout; 00016 class QGridLayout; 00017 class QComboBox; 00018 class QLineEdit; 00019 class QListView; 00020 class QListViewItem; 00021 class QToolButton; 00022 00023 class ScQtFileDlg : public QDialog 00024 { 00025 Q_OBJECT 00026 00027 public: 00028 ScQtFileDlg( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); 00029 ~ScQtFileDlg(); 00030 00031 QComboBox* TypeComboBox; 00032 QToolButton* OkButton; 00033 QToolButton* CancelButton; 00034 QLineEdit* FNameLineEdit; 00035 QToolButton* MkDirButton; 00036 QComboBox* DirComboBox; 00037 QListView* ListView; 00038 00039 public slots: 00040 virtual void slotCancel(); 00041 virtual void slotDirComboBoxChanged( int ); 00042 virtual void slotDoubleClicked(QListViewItem *); 00043 virtual void slotFileTextChanged( const QString & ); 00044 virtual void slotMkDir(); 00045 virtual void slotOK(); 00046 virtual void slotSelectionChanged(QListViewItem *); 00047 virtual void slotTypeComboBoxChanged( int ); 00048 00049 protected: 00050 QVBoxLayout* ScQtFileDlgLayout; 00051 QVBoxLayout* Layout5; 00052 QVBoxLayout* Layout4; 00053 QHBoxLayout* Layout3; 00054 QHBoxLayout* Layout3_2; 00055 }; 00056 00057 #endif // SCQTFILEDLG_H
1.4.2