PEN_PALETTE_README.md
The small yet nice widget improves way of dealing with pen attributes.
It provides possibility to manage a list of named pens and perform various operations related to them, as well as selecting entities and applying pen attributes to selection.
In addition to this, feature contains improvements for current color comboboxes, allowing better displaying of current (and user-picked color).
Demo for the widget is located on YouTube here: https://youtu.be/YSU0K3-PfbI
The widget is standard dockable widget. UI of it includes several sections:
Options dialog that supports:
Standard QT/C++, no additional dependencies/libraries are introduced. During implementation, one of the goals was minimization of existing codebase affecting in order to eliminate possible regressions. Strings withing code are localizable via ::tr(), specific translations for languages are needed.