Subversion Repositories svn1

Rev

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

Rev 134 Rev 178
Line 25... Line 25...
25
    void cancel(void);
25
    void cancel(void);
26
    void populate(void);
26
    void populate(void);
27
    void tableItemChanged(QTableWidgetItem *item);
27
    void tableItemChanged(QTableWidgetItem *item);
28
};
28
};
29
 
29
 
-
 
30
class qmDisqualifiedItem : public QTableWidgetItem
-
 
31
{
-
 
32
public:
-
 
33
    qmDisqualifiedItem ( const QString & text, int type = 0 );
-
 
34
    qmDisqualifiedItem ( int value, int type = 1 );
-
 
35
    qmDisqualifiedItem ( const QString & text, bool checked, int num = 0, int type = 2 );
-
 
36
    bool operator< ( const QTableWidgetItem & other ) const;
-
 
37
 
-
 
38
private:
-
 
39
    int number;
-
 
40
};
-
 
41
 
30
#endif // QMDISQUALIFIED_H
42
#endif // QMDISQUALIFIED_H