Menu

Tree [ea1247] master 0.0.5 /
 History

HTTPS access


File Date Author Commit
 build 2011-02-24 tilsitt tilsitt [2a7075] updated quick about dialog (splash+animated spl...
 doc 2011-03-24 tilsitt tilsitt [67e0f1] updating documentation; changed all flag names;...
 examples 2011-03-24 tilsitt tilsitt [67e0f1] updating documentation; changed all flag names;...
 include 2011-03-26 tilsitt tilsitt [ea1247] updated documentation; minor changes
 resources 2011-03-17 tilsitt tilsitt [74972a] updated translations
 src 2011-03-26 tilsitt tilsitt [ea1247] updated documentation; minor changes
 .gitignore 2011-02-25 tilsitt tilsitt [943324] added doxygen script; updated documentation for...
 COPYING 2011-02-22 tilsitt tilsitt [c0d3dc] init repository
 COPYING.LESSER 2011-02-22 tilsitt tilsitt [c0d3dc] init repository
 README 2011-03-17 tilsitt tilsitt [d82153] created branch for version 0.0.5

Read Me

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.