|
a/src/qtgui/rclm_wins.cpp |
|
b/src/qtgui/rclm_wins.cpp |
|
... |
|
... |
399 |
}
|
399 |
}
|
400 |
ListDialog dialog;
|
400 |
ListDialog dialog;
|
401 |
dialog.setWindowTitle(tr("Indexed MIME Types"));
|
401 |
dialog.setWindowTitle(tr("Indexed MIME Types"));
|
402 |
|
402 |
|
403 |
// Turn the result into a string and display
|
403 |
// Turn the result into a string and display
|
404 |
dialog.groupBox->setTitle(tr("Content has been indexed for these mime types:"));
|
404 |
dialog.groupBox->setTitle(tr("Content has been indexed for these MIME types:"));
|
405 |
|
405 |
|
406 |
// We replace the list with an editor so that the user can copy/paste
|
406 |
// We replace the list with an editor so that the user can copy/paste
|
407 |
delete dialog.listWidget;
|
407 |
delete dialog.listWidget;
|
408 |
QTextEdit *editor = new QTextEdit(dialog.groupBox);
|
408 |
QTextEdit *editor = new QTextEdit(dialog.groupBox);
|
409 |
editor->setReadOnly(true);
|
409 |
editor->setReadOnly(true);
|