13 , wdg(new Ui_WdgPasteFormat)
16 setObjectName(
"KisDlgPasteFormat");
18 setWindowTitle(i18nc(
"@title:window",
"Multiple Paste Sources Detected"));
23 auto *page =
new QWidget(
this);
32 wdg->btnDownload->setEnabled(
false);
33 wdg->btnUseLocal->setEnabled(
false);
34 wdg->btnUseBitmap->setEnabled(
false);
57 return wdg->chkRemember->isChecked();
float value(const T *src, size_t ch)
connect(this, SIGNAL(optionsChanged()), this, SLOT(saveOptions()))
A dialog base class with standard buttons and predefined layouts.
QPushButton * button(ButtonCode id) const
void setMainWidget(QWidget *widget)
void setButtons(ButtonCodes buttonMask)
void setDefaultButton(ButtonCode id)
@ Ok
Show Ok button. (this button accept()s the dialog; result set to QDialog::Accepted)
@ Cancel
Show Cancel-button. (this button reject()s the dialog; result set to QDialog::Rejected)