QLabel text color
-
Hi,
Why are you re-implementing the
paintEvent
of these widgets ? -
@SGaist I dont want to use stylesheet for some reasons.
with paintEvent i can have runtime Theme Changing for my app.
i know i could use QPallete but for "Theme" i should do some signal/Slot that i am avoiding!
-
In that case why not make a custom style ?