KDevelop API Documentation

quickopenbase.h

Go to the documentation of this file.
00001 /****************************************************************************
00002 ** Form interface generated from reading ui file './quickopenbase.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 QUICKOPENDIALOGBASE_H
00011 #define QUICKOPENDIALOGBASE_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 QLabel;
00021 class KListBox;
00022 class QListBoxItem;
00023 class QPushButton;
00024 class KLineEdit;
00025 
00026 class QuickOpenDialogBase : public QDialog
00027 {
00028     Q_OBJECT
00029 
00030 public:
00031     QuickOpenDialogBase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
00032     ~QuickOpenDialogBase();
00033 
00034     QLabel* nameLabel;
00035     QLabel* itemListLabel;
00036     KListBox* itemList;
00037     QPushButton* buttonOk;
00038     QPushButton* buttonCancel;
00039     KLineEdit* nameEdit;
00040 
00041 public slots:
00042     virtual void slotTextChanged(const QString&);
00043     virtual void slotReturnPressed();
00044     virtual void executed(QListBoxItem*);
00045     virtual void slotExecuted(QListBoxItem*);
00046 
00047 protected:
00048     QGridLayout* QuickOpenDialogBaseLayout;
00049     QHBoxLayout* Layout1;
00050     QSpacerItem* Horizontal_Spacing2;
00051 
00052 protected slots:
00053     virtual void languageChange();
00054 
00055 };
00056 
00057 #endif // QUICKOPENDIALOGBASE_H
KDE Logo
This file is part of the documentation for KDevelop Version 3.1.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Tue Feb 22 09:22:41 2005 by doxygen 1.3.9.1 written by Dimitri van Heesch, © 1997-2003