31 KGuiItem::assign(
ui->buttonBox->button(QDialogButtonBox::Ok), KStandardGuiItem::ok());
32 KGuiItem::assign(
ui->buttonBox->button(QDialogButtonBox::Cancel), KStandardGuiItem::cancel());
35 ui->stackedWidget->setCurrentIndex(ArgumentsPageIndex::PageEdit);
37 connect(
ui->labelSupportedVariables, SIGNAL(linkActivated(QString)),
this, SLOT(
onLinkActivated(QString)));