106 private: |
106 private: |
107 Q_DISABLE_COPY (LDrawPathDialog) |
107 Q_DISABLE_COPY (LDrawPathDialog) |
108 |
108 |
109 QLabel* lb_resolution; |
109 QLabel* lb_resolution; |
110 QLineEdit* le_path; |
110 QLineEdit* le_path; |
111 QPushButton* btn_findPath, *btn_tryConfigure, *btn_cancel; |
111 QPushButton* btn_findPath, *btn_cancel; |
112 QDialogButtonBox* dbb_buttons; |
112 QDialogButtonBox* dbb_buttons; |
113 const bool m_validDefault; |
113 const bool m_validDefault; |
114 |
114 |
115 QPushButton* okButton (); |
115 QPushButton* okButton (); |
116 |
116 |