QxRunner Library
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. By subclassing provided classes and linking with the library it is possible to create this type of GUI application with little effort.
The library is based on the model/view framework of Qt. It is recommended to become familiar with this framework before writing QxRunner applications.
QxRunner is distributed under the terms of the GNU Lesser General Public License.
The supported platforms correspond to the environments where a Qt version >= 4.1.4 is available.
A first solution using the QxRunner library is QxCppUnit, a GUI test runner for CppUnit.
See the Screenshots page to get a first impression of programs using the library.
The QxRunner forum provides news and hosts discussion among those interested in the library. This is also the place for feedback or feature requests.
Next page: QxRunner Library Overview