Subversion Repositories svn1

Rev

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

Rev 191 Rev 194
Line 22... Line 22...
22
private:
22
private:
23
    bool    inPopulate;
23
    bool    inPopulate;
24
    bool    dirty;
24
    bool    dirty;
25
    QTableWidget *tableWidget;
25
    QTableWidget *tableWidget;
26
    QDialogButtonBox *buttonBox;
26
    QDialogButtonBox *buttonBox;
27
    QPushButton *pb_load;
-
 
28
    QPushButton *pb_save;
27
    QPushButton *pb_save;
29
    QPushButton *pb_restore;
28
    QPushButton *pb_restore;
30
    void showEvent ( QShowEvent * event );
29
    void showEvent ( QShowEvent * event );
31
 
30
 
32
 
31