Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

selectitem.h

Go to the documentation of this file.
00001 /****************************************************************************
00002 ** Form interface generated from reading ui file './selectitem.ui'
00003 **
00004 ** Created: Sa Mär 27 00:44:23 2004
00005 **      by: The User Interface Compiler ($Id: qt/main.cpp   3.2.3   edited May 19 14:22 $)
00006 **
00007 ** WARNING! All changes made in this file will be lost!
00008 ****************************************************************************/
00009 
00010 #ifndef SELECTITEM_H
00011 #define SELECTITEM_H
00012 
00013 #include <qvariant.h>
00014 #include <qdialog.h>
00015 
00016 class QVBoxLayout;
00017 class QHBoxLayout;
00018 class QGridLayout;
00019 class QLabel;
00020 class QLineEdit;
00021 class QListView;
00022 class QListViewItem;
00023 class QPushButton;
00024 class LinkListBoxItem;
00025 
00026 class SelectItem : public QDialog
00027 {
00028     Q_OBJECT
00029 
00030 public:
00031     SelectItem( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
00032     ~SelectItem();
00033 
00034     QLabel* textLabel1;
00035     QLineEdit* search;
00036     QListView* items;
00037     QPushButton* buttonOk;
00038     QPushButton* buttonCancel;
00039 
00040     virtual QString url();
00041     virtual QString text();
00042 
00043 public slots:
00044     virtual void incrementalSearch( const QString & s );
00045     virtual void setData( QString cmd, QString query );
00046 
00047 protected:
00048     QVBoxLayout* SelectItemLayout;
00049     QVBoxLayout* layout10;
00050     QHBoxLayout* layout7;
00051     QHBoxLayout* Layout1;
00052 
00053 protected slots:
00054     virtual void languageChange();
00055 
00056 };
00057 
00058 #endif // SELECTITEM_H

Generated on Sat Mar 27 19:20:44 2004 for Literature by doxygen 1.3.6-20040222