Subversion Repositories svn1

Rev

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

Rev 163 Rev 164
Line 1... Line 1...
1
#ifndef QMDIALOGSTATUS_H
1
#ifndef QMDIALOGSTATUS_H
2
#define QMDIALOGSTATUS_H
2
#define QMDIALOGSTATUS_H
3
 
3
 
4
#include <QDialog>
4
#include <QDialog>
-
 
5
#include <QTableWidgetItem>
5
 
6
 
6
class QmDialogStatus : public QDialog
7
class QmDialogStatus : public QDialog
7
{
8
{
8
    Q_OBJECT
9
    Q_OBJECT
9
 
10
 
10
public:
11
public:
11
    QmDialogStatus(QWidget *parent = 0);
12
    QmDialogStatus(QWidget *parent = 0);
12
};
13
};
13
 
14
 
-
 
15
 
-
 
16
 
-
 
17
class QmDialogStatusTableItem : public QTableWidgetItem
-
 
18
{
-
 
19
    //Q_OBJECT
-
 
20
 
-
 
21
public:
-
 
22
    QmDialogStatusTableItem ( const QString & text, int type = 0 );
-
 
23
    QmDialogStatusTableItem ( int value, int type = 0 );
-
 
24
    bool operator< ( const QTableWidgetItem & other ) const;
-
 
25
 
-
 
26
};
-
 
27
 
14
#endif // QMDIALOGSTATUS_H
28
#endif // QMDIALOGSTATUS_H