Introduction - If you have any usage issues, please Google them yourself
The QxCppUnit library provides a GUI frontend for CppUnit test execution. It is based on the QxRunner and Qt libraries. It can be used to unit test any kind of C++ software, it s not limited to Qt applications.
This library is just a thin wrapper around the QxRunner library. Actually the idea to write a Qt test runner with a user-friendly GUI led to the development of the QxRunner library.
The QxCppUnit library mainly consists of the CppUnitItem class, which subclasses QxRunner::RunnerItem, and the CppUnitModel class derived from QxRunner::RunnerModel. The TestRunner class populates a CppUnitModel instance with CppUnitItem objects and uses a QxRunner::Runner instance to show the GUI on the screen.