ListDialogBase.h

Go to the documentation of this file.
00001 /****************************************************************************
00002 ** Form interface generated from reading ui file '../../hippodraw/qtui/ListDialogBase.ui'
00003 **
00004 ** Created: Fri Oct 26 09:36:33 2007
00005 **      by: The User Interface Compiler ($Id: ListDialogBase_8h-source.html,v 1.40 2008/03/24 19:27:32 pfkeb Exp $)
00006 **
00007 ** WARNING! All changes made in this file will be lost!
00008 ****************************************************************************/
00009 
00010 #ifndef LISTDIALOGBASE_H
00011 #define LISTDIALOGBASE_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 QListView;
00021 class QListViewItem;
00022 class QPushButton;
00023 
00024 class ListDialogBase : public QDialog
00025 {
00026     Q_OBJECT
00027 
00028 public:
00029     ListDialogBase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
00030     ~ListDialogBase();
00031 
00032     QLabel* textLabel1;
00033     QListView* m_tuple_list;
00034     QPushButton* m_select_button;
00035     QPushButton* m_cancel_button;
00036 
00037 public slots:
00038     virtual void doubleClicked() = 0;
00039 
00040 protected:
00041 
00042 protected slots:
00043     virtual void languageChange();
00044 
00045 };
00046 
00047 #endif // LISTDIALOGBASE_H

Generated for HippoDraw Class Library by doxygen