This is Qa version 0.0.5.
Qa is a cross-platform C++ toolkit based on Qt 4. It provides customizable
Qt objects which can be used as a base to quickly developp an application.
Build Qa
Use build/qmake/quick.pro to build Qa.
Build examples
Once Qa is build, we suggest that you take a look at the examples
to see Qa in action.
Use examples/examples.pro to build the examples.
Reference documentation
The Qa reference documentation is available locally in Qa's doc/html
directory. Launch index.html to view the main page.
Supported platforms
For a complete list of supported platforms, see
http://qt.nokia.com/doc/4.7/supported-platforms.html.
How to report a bug
If you think you have found a bug in Qa, we would like to hear about
it so that we can fix it. The Qa bug tracking system is open to the
public at http://sourceforge.net/tracker/?group_id=504927.
Before reporting a bug, please use the bug-tracker's search functions
to see if the issue is already known.
Always include the following information in your bug report: the name
and version number of your compiler; the name and version number of
your operating system; the version of Qa you are using.
If the problem you are reporting is only visible at run-time, try to
create a small test program that shows the problem when run. Often,
such a program can be created with some minor changes to one of the many
example programs in Qa's examples directory.