Details
-
Suggestion
-
Resolution: Out of scope
-
P3: Somewhat important
-
4.5.1
-
None
Description
It would be useful to add HTML support in subclasses of QAbstractButton such as QPushButton, QCheckBox, QRadioButton, etc.
Currently, this can only be achieved by adding a QLabel as a child of the QAbstractButton. But it would be convenient if it can be done in Qt Designer already without this work-around.