tools/shared/qtgradienteditor/qtgradientdialog.cpp
changeset 3 41300fa6a67c
parent 0 1918ee327afb
child 4 3b1da2848fc7
equal deleted inserted replaced
2:56cd8111b7f7 3:41300fa6a67c
   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 */