Subversion Repositories svn1-original

Rev

Rev 261 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 261 Rev 305
Line 1... Line 1...
1
#ifndef QMDIALOGTEAMEDITOR_H
1
#ifndef QMDIALOGTEAMEDITOR_H
2
#define QMDIALOGTEAMEDITOR_H
2
#define QMDIALOGTEAMEDITOR_H
3
 
3
 
4
#include <QDialog>
4
#include <QDialog>
-
 
5
#include <QKeyEvent>
5
#include "qmteamdisplay.h"
6
#include "qmteamdisplay.h"
6
 
7
 
7
class qmDialogTeamEditor : public QDialog
8
class qmDialogTeamEditor : public QDialog
8
{
9
{
9
    Q_OBJECT
10
    Q_OBJECT
Line 12... Line 13...
12
    explicit qmDialogTeamEditor(int team, QWidget *parent = 0);
13
    explicit qmDialogTeamEditor(int team, QWidget *parent = 0);
13
    ~qmDialogTeamEditor();
14
    ~qmDialogTeamEditor();
14
 
15
 
15
private:
16
private:
16
    qmTeamDisplay *widget;
17
    qmTeamDisplay *widget;
-
 
18
    void keyPressEvent(QKeyEvent *evt);
17
};
19
};
18
 
20
 
19
#endif // QMDIALOGTEAMEDITOR_H
21
#endif // QMDIALOGTEAMEDITOR_H