Details
-
Bug
-
Resolution: Duplicate
-
Not Evaluated
-
None
-
5.11.1
-
None
Description
Changing the colour of text in an abstract button is common but in Qt Quick Controls 2 it's extremely difficult. One needs to restyle the button instead of setting a simple value. This either forces using a private API in the form of IconLabel or essentially rewriting the entire component, especially if it has an icon as well. Button, CheckBox, DelayButton, ItemDelegate, MenuBarItem, MenuItem, RadioButton, Switch, and TabButton are affected as they all derive from AbstractButton.
Attachments
Issue Links
- duplicates
-
QTBUG-63331 Add support for palettes in the existing styles
- Open