Qt-UI

Using SVN

Debugging | | QPainter

The shown Qt examples are available for checkout in a Subversion repository on the following SVN server:

svn://schorsch.efi.fh-nuernberg.de

There is also a web front end for browsing the repository at:

To check out the first Qt example we use subversion on the command line:

svn co svn://schorsch.efi.fh-nuernberg.de/qt-examples/example-01

Then compile with CMake and execute:

cd example-01
cmake . && make && ./main


Debugging | | QPainter

Options: