57 QLineEdit* le_subfileName; |
57 QLineEdit* le_subfileName; |
58 QLabel* lb_subfileName; |
58 QLabel* lb_subfileName; |
59 QLineEdit* le_matrix; |
59 QLineEdit* le_matrix; |
60 |
60 |
61 private: |
61 private: |
62 void setButtonBackground (QPushButton* button, short color); |
62 void setButtonBackground (QPushButton* button, int color); |
63 str currentSubfileName(); |
63 str currentSubfileName(); |
64 |
64 |
65 short colnum; |
65 int colnum; |
66 |
66 |
67 private slots: |
67 private slots: |
68 void slot_colorButtonClicked(); |
68 void slot_colorButtonClicked(); |
69 void slot_subfileTypeChanged(); |
69 void slot_subfileTypeChanged(); |
70 }; |
70 }; |