mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-28 00:17:30 -05:00
Update the export layout as image message bar to link to files
This commit is contained in:
parent
4acef1efbf
commit
b55a8a3ee3
@ -1875,7 +1875,7 @@ void QgsLayoutDesignerDialog::exportToRaster()
|
||||
{
|
||||
case QgsLayoutExporter::Success:
|
||||
mMessageBar->pushMessage( tr( "Export layout" ),
|
||||
tr( "Successfully exported layout to <a href=\"%1\">%2</a>" ).arg( QUrl::fromLocalFile( fi.path() ).toString(), QDir::toNativeSeparators( fileNExt.first ) ),
|
||||
tr( "Successfully exported layout to <a href=\"%1\">%2</a>" ).arg( QUrl::fromLocalFile( fileNExt.first ).toString(), QDir::toNativeSeparators( fileNExt.first ) ),
|
||||
Qgis::Success, 0 );
|
||||
break;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user