16 setObjectName(
"KisDlgMissingColorProfile");
18 setWindowTitle(i18nc(
"@title:window",
"Missing Color Profile"));
23 auto *page =
new QWidget(
this);
39 return wdg.dontPrompt->isChecked();
connect(this, SIGNAL(optionsChanged()), this, SLOT(saveOptions()))
QButtonGroup colorProfiles
KisDlgMissingColorProfile(QWidget *parent)
KisClipboard::PasteBehaviour source() const
Ui_WdgMissingColorProfile wdg
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)