00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file 'ListDialogBase.ui' 00003 ** 00004 ** Created by User Interface Compiler 00005 ** 00006 ** WARNING! All changes made in this file will be lost! 00007 ****************************************************************************/ 00008 00009 #ifndef LISTDIALOGBASE_H 00010 #define LISTDIALOGBASE_H 00011 00012 #include <qvariant.h> 00013 #include <qdialog.h> 00014 00015 class QVBoxLayout; 00016 class QHBoxLayout; 00017 class QGridLayout; 00018 class QSpacerItem; 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