How to customize WindowsXPStyle in Qt?
I would like to display the menus and menu items as per the MS Office 2003 style in Qt.
How to customize WindowsXPStyle in Qt?
I would like to display the menus and menu items as per the MS Office 2003 style in Qt.
In Qt you can derive from default style classes. You can find the explanation at http://qt.nokia.com/doc/4.6/qstyle.html#creating-a-custom-style
In Qt you can derive from default style classes. You can find the explanation at http://qt.nokia.com/doc/4.6/qstyle.html#creating-a-custom-style
Inherit from QWindowsxp style and override DrawControl as per you requirement.
Inherit from QWindowsxp style and override DrawControl as per you requirement.