WindowsModernStyle is a Qt style for Windows which imitates the look of MS Office 2003. It changes the style of toolbars, menus, docked windows and toolboxes. The color scheme used by this style is automatically adjusted to system settings.
The style can be included in an existing application or compiled as a plugin library. This package also contains a demo program using this style.
XmlUi is a set of classes which simplify building the menu bar, toolbars and context menus in Qt4. It allows to merge actions from multiple components and define the layout of menus and toolbars using simple XML files.
RDB is a set of class templates implementing simple, generic and fast collections of objects called tables. Each table can store objects of any class with one or more integer attributes called keys. The table has a separate index for each key for fast retrieving and iterating items.
In addition, this package contains adapter classes for using RDB tables with the Qt Model/View architecture and a demo application using Qt.