#include <VP1SelectEvent.h>
Definition at line 24 of file VP1SelectEvent.h.
◆ VP1SelectEvent()
| VP1SelectEvent::VP1SelectEvent |
( |
int | totEvtNr, |
|
|
int | evtNr, |
|
|
QWidget * | parent = 0 ) |
|
explicit |
Definition at line 32 of file VP1SelectEvent.cxx.
32 : QDialog(parent)
33{
34
35 int nWidth = 400;
36 int nHeight = 200;
37 if (parent != NULL)
40 nWidth, nHeight);
41 else
42 resize(nWidth, nHeight);
43
44
50
51
56
57 const QString
line2 = QString::number(totEvtNr) +
" events in file.";
58
59
60 QGridLayout *mainLayout = new QGridLayout(this);
61 mainLayout->addWidget(new QLabel(tr("Select event:")), 0, 0);
63 mainLayout->addWidget(new QLabel(line2), 1, 0);
65
66}
QPushButton * m_openButton
QDialogButtonBox * m_buttonBox
QPushButton * m_cancelButton
◆ passEvtNr()
| void VP1SelectEvent::passEvtNr |
( |
| ) |
|
|
private |
◆ reject()
| void VP1SelectEvent::reject |
( |
| ) |
|
|
private |
◆ m_buttonBox
| QDialogButtonBox* VP1SelectEvent::m_buttonBox |
|
private |
◆ m_cancelButton
| QPushButton* VP1SelectEvent::m_cancelButton |
|
private |
◆ m_openButton
| QPushButton* VP1SelectEvent::m_openButton |
|
private |
◆ m_spinBox
| QSpinBox* VP1SelectEvent::m_spinBox |
|
private |
The documentation for this class was generated from the following files: