jimevins / glabels-qt

gLabels Label Designer (Qt/C++)

Home Page:http://glabels.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add "Export/Save Product" and "Delete Product"

opened this issue · comments

Currently after creating "New Product" using "Product Template Designer" wizard there NO any ways how export and/or delete custom products throw gLabels UI.

TODO

  • Add "Delete Product" option for "Product Template Designer"
  • Add "Export/Save Product" option for "Product Template Designer"

Can you explain what you mean by "Export/Save"?
How is this different from saving the product template on the last page?

I mean export Product Template as separate file, that could be imported by other users

The template will be exported as a separate file anyway. Even in case you copy one of the existing templates, because usually you don't have write access to system folders.

The system-wide templates reside in $PREFIX/share/glabels-qt/templates, so I had expected to find the custom templates in ~/.local/share/glabels-qt/templates. But there's no such folder... This would be a workaround for now: look for your custom templates, get it from there and send it. Jim, what's the folder where glabels-qt saves custom templates?

However, in future gLabels should have the ability to export templates into a custom folder, so that users don't have do dig in the configuration folders, wherever they are.

On GNU/Linux systems, the custom templates are currently located in ~/.config/glabels.org/glabels-qt.

OK, then we are one step further. Thanks for the info.