equal
deleted
inserted
replaced
205 if (button) |
205 if (button) |
206 button->setAutoDefault(false); |
206 button->setAutoDefault(false); |
207 button = d_ptr->m_ui.buttonBox->button(QDialogButtonBox::Cancel); |
207 button = d_ptr->m_ui.buttonBox->button(QDialogButtonBox::Cancel); |
208 if (button) |
208 if (button) |
209 button->setAutoDefault(false); |
209 button->setAutoDefault(false); |
210 connect(d_ptr->m_ui.gradientEditor, SIGNAL(aboutToShowDetails(bool, int)), |
210 connect(d_ptr->m_ui.gradientEditor, SIGNAL(aboutToShowDetails(bool,int)), |
211 this, SLOT(slotAboutToShowDetails(bool, int))); |
211 this, SLOT(slotAboutToShowDetails(bool,int))); |
212 } |
212 } |
213 |
213 |
214 /*! |
214 /*! |
215 Destroys the gradient dialog |
215 Destroys the gradient dialog |
216 */ |
216 */ |