Qt articles

This section contains reusable components written using the Qt framework. They are developed as independent parts of WebIssues and Fraqtive projects and available under a BSD-style license.

Modern Qt style for Windows

Windows Modern Style

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.

Simple XML-based UI builder for Qt4

XmlUi Demo

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.

Simple template-based relational database

RDB Demo

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.

Syndicate content