Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
qtui
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 );
30
~ListDialogBase
();
31
32
QLabel
*
textLabel1
;
33
QListView
*
m_tuple_list
;
34
QPushButton
*
m_select_button
;
35
QPushButton
*
m_cancel_button
;
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