Subversion Repositories svn1-original

Rev

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

Rev 240 Rev 327
Line 28... Line 28...
28
 
28
 
29
private:
29
private:
30
 
30
 
31
 
31
 
32
    QWidget *verticalLayoutWidget;
32
    QWidget *verticalLayoutWidget;
33
        QVBoxLayout *verticalLayout;
33
    QVBoxLayout *verticalLayout;
34
        QScrollArea *scrollArea;
34
    QScrollArea *scrollArea;
35
        QWidget *scrollAreaWidgetContents;
35
    QWidget *scrollAreaWidgetContents;
36
        QDialogButtonBox *buttonBox;
36
    QDialogButtonBox *buttonBox;
-
 
37
    QVBoxLayout *verticalLayout2;
37
 
38
 
38
        QmStatusItem *statusItems[MAX_LEGS+1][MAX_CLASS+1];
39
    void showEvent ( QShowEvent * event );
39
 
40
 
40
        void showEvent ( QShowEvent * event );
-
 
41
 
-
 
42
    private slots:
41
private slots:
43
        void calculate(void);
42
    void calculate(void);
44
};
43
};
45
 
44
 
46
#endif // QMEVENTSTATUS_H
45
#endif // QMEVENTSTATUS_H