Menu

Tree [b9dc5f] master 0.7.0-03 /
 History

HTTPS access


File Date Author Commit
 debian 2012-07-10 Philip Ashmore Philip Ashmore [b9dc5f] yVersion 0.7.0-03
 src 2012-07-07 Philip Ashmore Philip Ashmore [c783b2] Version 0.7.0-02
 AUTHORS 2010-01-04 Philip Ashmore Philip Ashmore [c019b5] Release 0.5.0
 COPYING 2010-01-04 Philip Ashmore Philip Ashmore [c019b5] Release 0.5.0
 COPYING.LESSER 2010-01-04 Philip Ashmore Philip Ashmore [c019b5] Release 0.5.0
 ChangeLog 2012-07-10 Philip Ashmore Philip Ashmore [b9dc5f] yVersion 0.7.0-03
 LICENSE.txt 2010-01-04 Philip Ashmore Philip Ashmore [c019b5] Release 0.5.0
 Makefile.am 2012-07-10 Philip Ashmore Philip Ashmore [b9dc5f] yVersion 0.7.0-03
 NEWS 2012-07-10 Philip Ashmore Philip Ashmore [b9dc5f] yVersion 0.7.0-03
 README 2010-12-08 Philip Ashmore Philip Ashmore [b0e378] Release 0.6.0-01
 TODO 2010-01-04 Philip Ashmore Philip Ashmore [c019b5] Release 0.5.0
 configure.ac.in 2012-07-10 Philip Ashmore Philip Ashmore [b9dc5f] yVersion 0.7.0-03
 doxygen.cfg 2012-07-07 Philip Ashmore Philip Ashmore [c783b2] Version 0.7.0-02
 makefile 2012-07-10 Philip Ashmore Philip Ashmore [b9dc5f] yVersion 0.7.0-03
 setup_kdbg 2010-01-06 Philip Ashmore Philip Ashmore [47fd10] Release 0.5.1

Read Me

Introduction
============
This project contains some heavily pruned examples of QT applications you can
built with v3c-qt.

See v3c-qt's README for more.

Directory structure
===================
examples (you are here)
 |-build (everything created goes here, as far as the tools will allow)
 |  |-v3c-clip-arg
 |  |-v3c-clip-file
 |  |-v3c-qt-app
 |  \-v3c-qt-hello-world
 \-src
    |-v3c-clip-arg       - copies its arguments to the clipboard
    |-v3c-clip-file      - copies the clipboard contents to a file
    |-v3c-qt-app         - a main window with menus
    \-v3c-qt-hello-world - a one-button app to get you started