Look and Feel

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're a good C++ developer, you can build your own style, following Qt's guidelines. This gives you an example of what can be done.

A few built-in styles are provided; the list, which depends on the platform, is available in the about box.Example

In your 4st file:
<Style name="Window.Office">
  <StyleAttribute name="lookAndFeel" value="dotnetoffice" />
</Style>