ListDialogBase.h
Go to the documentation of this file.
1 /****************************************************************************
2 ** Form interface generated from reading ui file 'ListDialogBase.ui'
3 **
4 ** Created by User Interface Compiler
5 **
6 ** WARNING! All changes made in this file will be lost!
7 ****************************************************************************/
8 
9 #ifndef LISTDIALOGBASE_H
10 #define LISTDIALOGBASE_H
11 
12 #include <qvariant.h>
13 #include <qdialog.h>
14 
15 class QVBoxLayout;
16 class QHBoxLayout;
17 class QGridLayout;
18 class QSpacerItem;
19 class QLabel;
20 class QListView;
21 class QListViewItem;
22 class QPushButton;
23 
24 class ListDialogBase : public QDialog
25 {
26  Q_OBJECT
27 
28 public:
29  ListDialogBase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
31 
36 
37 public slots:
38  virtual void doubleClicked() = 0;
39 
40 protected:
41 
42 protected slots:
43  virtual void languageChange();
44 
45 };
46 
47 #endif // LISTDIALOGBASE_H

Generated for HippoDraw Class Library by doxygen