Print this page

QxRunner Library Overview

The QxRunner library helps in developing small C++ GUI applications where the user can select from a list of items for execution. Each executed item returns a result which is displayed accordingly. The library is implemented with the Qt cross-platform application development framework.

Subclassing an item and a model class which represent and hold the data for the application will do for a minimal QxRunner program. The GUI class adapts to the custom data definitions, it requires no customization. It's rather a strength of the library that developers are not concerned with GUI issues and that the GUI has the same look & feel for similar tasks.


Previous page: QxRunner Library
Next page: QxRunner Library User Guide