Subversion Repositories svn1-original

Rev

Rev 276 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 276 Rev 277
Line 10... Line 10...
10
#include <QAbstractButton>
10
#include <QAbstractButton>
11
#include <QPushButton>
11
#include <QPushButton>
12
#include <QShowEvent>
12
#include <QShowEvent>
13
#include <QSpinBox>
13
#include <QSpinBox>
14
#include <QCheckBox>
14
#include <QCheckBox>
-
 
15
#include "qmteamselector.h"
15
 
16
 
16
class qmDisqualified : public QWidget
17
class qmDisqualified : public QWidget
17
{
18
{
18
    Q_OBJECT
19
    Q_OBJECT
19
 
20
 
Line 28... Line 29...
28
    QDialogButtonBox *buttonBox;
29
    QDialogButtonBox *buttonBox;
29
    QPushButton *pb_save;
30
    QPushButton *pb_save;
30
    QPushButton *pb_restore;
31
    QPushButton *pb_restore;
31
    void showEvent ( QShowEvent * event );
32
    void showEvent ( QShowEvent * event );
32
 
33
 
33
    QSpinBox *teamNumber;
34
    QmTeamSelector *teamNumber;
34
    QPushButton *setButton;
35
    QPushButton *setButton;
35
    QCheckBox *cb_disq;
36
    QCheckBox *cb_disq;
36
    QCheckBox *cb_ne;
37
    QCheckBox *cb_ne;
37
    QCheckBox *cb_enable;
38
    QCheckBox *cb_enable;
38
    QCheckBox *cb_vetcheck;
39
    QCheckBox *cb_vetcheck;