Qt sample projects



Sample projects using Qt:

    myLesson1 : Demonstration of usage of slot/signal mechanish

    myLesson2a : Usage of QWidgets, forms created with visual tool.

    myLesson2b : Usage of QWidgets, forms created programmatically.

    myLesson2bTest : Testcases using QT

    myLesson3 : Usage of QWidgets, animation, timing

    myLesson3-qml : Usage of qml. Properties, notification.

    myLesson4 : Demonstration of a QML project. Usage of ListView with model. Properties.

    myLesson5 : How to use daemons and D-Bus.How to handle GPIO's of Raspberry Pi.
    
These project can be found in this file:qtlessons.zip
    
Also a sample project in Qt (qtsample.zip) using widgets that creates a window with menu and some basic widgets. Can be used as a skeleton to create other apps.

Back to main page