src/dialogs.h

changeset 259
69a842af73f7
parent 251
c4b96bc41298
child 262
56f8987f4c7c
equal deleted inserted replaced
258:f9c48d4481e1 259:69a842af73f7
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

mercurial