mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-03-16 15:09:58 +01:00
Minor
This commit is contained in:
@@ -54,6 +54,7 @@ QByteArray dxfToElmt(const QString &file_path)
|
|||||||
if (error_output.length() > 0) {
|
if (error_output.length() > 0) {
|
||||||
// inform the user about log-output via QMessageBox
|
// inform the user about log-output via QMessageBox
|
||||||
QMessageBox msgBox;
|
QMessageBox msgBox;
|
||||||
|
msgBox.setIcon(QMessageBox::Critical);
|
||||||
msgBox.setText(QObject::tr ("Dxf2elmt: \nError: Make sure the file is a valid .dxf file"));
|
msgBox.setText(QObject::tr ("Dxf2elmt: \nError: Make sure the file is a valid .dxf file"));
|
||||||
msgBox.setInformativeText (QObject::tr("See details here:"));
|
msgBox.setInformativeText (QObject::tr("See details here:"));
|
||||||
msgBox.setDetailedText(error_output);
|
msgBox.setDetailedText(error_output);
|
||||||
|
|||||||
Reference in New Issue
Block a user