set meaningful window titles for reslist fragment editors
This commit is contained in:
parent
d46b76e10d
commit
9f4fed8bb6
@ -289,6 +289,8 @@ void UIPrefsDialog::accept()
|
||||
void UIPrefsDialog::editParaFormat()
|
||||
{
|
||||
EditDialog dialog(this);
|
||||
dialog.setWindowTitle(tr("Result list paragraph format "
|
||||
"(erase all to reset to default)"));
|
||||
dialog.plainTextEdit->setPlainText(paraFormat);
|
||||
int result = dialog.exec();
|
||||
if (result == QDialog::Accepted)
|
||||
@ -297,6 +299,7 @@ void UIPrefsDialog::editParaFormat()
|
||||
void UIPrefsDialog::editHeaderText()
|
||||
{
|
||||
EditDialog dialog(this);
|
||||
dialog.setWindowTitle(tr("Result list header (default is empty)"));
|
||||
dialog.plainTextEdit->setPlainText(headerText);
|
||||
int result = dialog.exec();
|
||||
if (result == QDialog::Accepted)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user