Genero Desktop Client 2.20 New Features / Experimental features: Genero Desktop Client 2.20 New Features |
The lookAndFeel style attribute allows you to customize your application.
All widgets used by GDC can follow a given style, which defines how a widget must be drawn on the screen. By default, it uses the system platform style. The internal style used by GDC will be modified.
If you are a skilled C++ developer, you can build your own style, following Qt's guidelines. This gives you an example of what can be done.
Figure 1. Viewing the list of look-and-feel presentation styles
<Style name="Window.Office"> <StyleAttribute name="lookAndFeel" value="dotnetoffice" /> </Style>