|
|
@ -21,7 +21,7 @@ KevaBookmarksDialog::KevaBookmarksDialog(QWidget *parent) : |
|
|
|
ui->buttonBox->button(QDialogButtonBox::Ok)->setEnabled(false); |
|
|
|
ui->buttonBox->button(QDialogButtonBox::Ok)->setEnabled(false); |
|
|
|
ui->buttonBox->button(QDialogButtonBox::Save)->setEnabled(false); |
|
|
|
ui->buttonBox->button(QDialogButtonBox::Save)->setEnabled(false); |
|
|
|
ui->buttonBox->button(QDialogButtonBox::Save)->setText(tr("&Edit")); |
|
|
|
ui->buttonBox->button(QDialogButtonBox::Save)->setText(tr("&Edit")); |
|
|
|
connect(ui->buttonBox->button(QDialogButtonBox::Cancel), SIGNAL(clicked()), this, SLOT(reject())); |
|
|
|
connect(ui->buttonBox->button(QDialogButtonBox::Close), SIGNAL(clicked()), this, SLOT(reject())); |
|
|
|
connect(ui->buttonBox->button(QDialogButtonBox::Ok), SIGNAL(clicked()), this, SLOT(apply())); |
|
|
|
connect(ui->buttonBox->button(QDialogButtonBox::Ok), SIGNAL(clicked()), this, SLOT(apply())); |
|
|
|
connect(ui->buttonBox->button(QDialogButtonBox::Save), SIGNAL(clicked()), this, SLOT(rename())); |
|
|
|
connect(ui->buttonBox->button(QDialogButtonBox::Save), SIGNAL(clicked()), this, SLOT(rename())); |
|
|
|
} |
|
|
|
} |
|
|
|