Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
qtui
CreateNTupleBase.h
Go to the documentation of this file.
1
/****************************************************************************
2
** Form interface generated from reading ui file 'CreateNTupleBase.ui'
3
**
4
** Created by User Interface Compiler
5
**
6
** WARNING! All changes made in this file will be lost!
7
****************************************************************************/
8
9
#ifndef CREATENTUPLEBASE_H
10
#define CREATENTUPLEBASE_H
11
12
#include <qvariant.h>
13
#include <qpixmap.h>
14
#include <qdialog.h>
15
16
class
QVBoxLayout
;
17
class
QHBoxLayout
;
18
class
QGridLayout
;
19
class
QSpacerItem
;
20
class
QLabel
;
21
class
QCheckBox
;
22
class
QListView
;
23
class
QListViewItem
;
24
class
QLineEdit
;
25
class
QComboBox
;
26
class
QPushButton
;
27
28
class
CreateNTupleBase
:
public
QDialog
29
{
30
Q_OBJECT
31
32
public
:
33
CreateNTupleBase
(
QWidget
* parent = 0,
const
char
* name = 0,
bool
modal = FALSE, WFlags fl = 0 );
34
~CreateNTupleBase
();
35
36
QLabel
*
textLabel1
;
37
QCheckBox
*
cutListCheckBox
;
38
QListView
*
m_CutListView
;
39
QLabel
*
textLabel2
;
40
QCheckBox
*
columnListCheckBox
;
41
QListView
*
m_ColumnListView
;
42
QLabel
*
textLabel1_2
;
43
QLineEdit
*
m_ntuple_out
;
44
QComboBox
*
m_ntuple_in
;
45
QPushButton
*
createNTupleButton
;
46
QPushButton
*
createFileButton
;
47
QPushButton
*
cancelButton
;
48
QLabel
*
TextLabel1_3_2
;
49
50
public
slots:
51
virtual
void
cutListCheckBox_toggled
(
bool
);
52
virtual
void
columnListCheckBox_toggled
(
bool
);
53
54
protected
:
55
QVBoxLayout
*
layout9
;
56
QHBoxLayout
*
layout7
;
57
QVBoxLayout
*
layout10
;
58
QHBoxLayout
*
layout8
;
59
60
protected
slots:
61
virtual
void
languageChange
();
62
63
virtual
void
currentDataSourceChanged
(
int
item ) = 0;
64
virtual
void
createButtonClicked
() = 0;
65
virtual
void
createFileButtonClicked
() = 0;
66
67
68
private
:
69
QPixmap
image0
;
70
71
};
72
73
#endif // CREATENTUPLEBASE_H
Generated for HippoDraw Class Library by