Skip to content

Commit 57b1db6

Browse files
committed
added import and export buttons
1 parent 5606e69 commit 57b1db6

File tree

3 files changed

+154
-0
lines changed

3 files changed

+154
-0
lines changed

icons/Export.svg

Lines changed: 76 additions & 0 deletions
Loading

icons/Import.svg

Lines changed: 76 additions & 0 deletions
Loading

qgist/workbench/ui_manager_base.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@ def _init_dialogtoolbar(ui_dict, toolbar_layout, plugin_root_fld):
112112
('delete', translate('global', 'Delete workbench'), 'Delete.svg'),
113113
('save', translate('global', 'Save workbench'), 'Save.svg'),
114114
('rename', translate('global', 'Rename workbench'), 'Rename.svg'),
115+
('import', translate('global', 'Import workbench'), 'Import.svg'),
116+
('export', translate('global', 'Export workbench'), 'Export.svg'),
115117
]:
116118

117119
toolbutton = QToolButton()

0 commit comments

Comments
 (0)