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, short color); |
63 str currentSubfileName (); |
63 str currentSubfileName(); |
64 |
64 |
65 short colnum; |
65 short 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 }; |
71 |
71 |
72 #endif // ZZ_ADDOBJECTDIALOG_H |
72 #endif // ZZ_ADDOBJECTDIALOG_H |