taurus-org / taurus

Moved to https://gitlab.com/taurus-org/taurus
http://taurus-scada.org
43 stars 46 forks source link

Improve set formatter dialog for taurus forms #1035

Closed cpascual closed 4 years ago

cpascual commented 4 years ago

The TaurusForm allows the user to change the formatter (per-item and to all items), but the dialog is very crude (just a text input), which is not user friendly.

It would be nice to improve this dialog with, at least the following:

Note: the formatter classes to be offered should be gathered from a list of "registered formatters" (i.e. an entry point (e.g. taurus.qt.formatters) should be declared and plugins should register their formatters into it.