forked from qt-creator/qt-creator
Add SVG multi export
Add a second SVG export option that allows for exporting a series of icons of various size in one go. A dialog is shown that allows for entering a file name pattern with place holders and a list of sizes. Change-Id: Ic644a9d402aa44af5899c29cf83051fdd7bba3d1 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Diana de Sousa <diana.desousa@theqtcompany.com> Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -93,6 +93,12 @@ const Icon SAVEFILE({
|
||||
{QLatin1String(":/utils/images/filesave.png"), Theme::PanelTextColorMid}}, Icon::Tint);
|
||||
const Icon SAVEFILE_TOOLBAR({
|
||||
{QLatin1String(":/utils/images/filesave.png"), Theme::IconsBaseColor}});
|
||||
|
||||
const Icon EXPORTFILE_TOOLBAR({
|
||||
{QLatin1String(":/utils/images/fileexport.png"), Theme::IconsBaseColor}});
|
||||
const Icon MULTIEXPORTFILE_TOOLBAR({
|
||||
{QLatin1String(":/utils/images/filemultiexport.png"), Theme::IconsBaseColor}});
|
||||
|
||||
const Icon UNDO({
|
||||
{QLatin1String(":/utils/images/undo.png"), Theme::PanelTextColorMid}}, Icon::Tint);
|
||||
const Icon UNDO_TOOLBAR({
|
||||
|
||||
Reference in New Issue
Block a user