Qt4. How to change QMainWinow or WWidget title text color, font size and bold face
Unsolved
General and Desktop
-
I really doubt on this capability available in Qt. As work around you can make the window frameless and add QLabel at the top with different color/font etc.
-
Hi and welcome to devnet,
That part of the widget is not handled by Qt but by the underlying platform.
What OS are you targeting ?
Note that the Wt is not the same project as Qt.