parts/quickopen/quickopenbase.h
Go to the documentation of this file.00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file './quickopenbase.ui' 00003 ** 00004 ** Created: Wed Oct 6 17:25:27 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 QUICKOPENDIALOGBASE_H 00011 #define QUICKOPENDIALOGBASE_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 DocLineEdit; 00022 class QLabel; 00023 class KListBox; 00024 class QListBoxItem; 00025 class QPushButton; 00026 00027 class QuickOpenDialogBase : public QDialog 00028 { 00029 Q_OBJECT 00030 00031 public: 00032 QuickOpenDialogBase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); 00033 ~QuickOpenDialogBase(); 00034 00035 QLabel* nameLabel; 00036 QLabel* itemListLabel; 00037 KListBox* itemList; 00038 QPushButton* buttonOk; 00039 QPushButton* buttonCancel; 00040 DocLineEdit* nameEdit; 00041 00042 public slots: 00043 virtual void slotTextChanged(const QString&); 00044 virtual void slotReturnPressed(); 00045 virtual void executed(QListBoxItem*); 00046 virtual void slotExecuted(QListBoxItem*); 00047 00048 protected: 00049 QGridLayout* QuickOpenDialogBaseLayout; 00050 QHBoxLayout* Layout1; 00051 QSpacerItem* Horizontal_Spacing2; 00052 00053 protected slots: 00054 virtual void languageChange(); 00055 00056 private: 00057 QPixmap image0; 00058 00059 }; 00060 00061 #endif // QUICKOPENDIALOGBASE_H