This repository contains a collection of Qt/QML example projects. Each example is in its own directory and includes a dedicated README.md.
| No. | Example | Description | Link to Details |
|---|---|---|---|
| 1 | HelloWorld | Basic QML application setup | README |
| 2 | PinWheel | Rotating PinWheel animation | README |
| 3 | ButtonColumn | Column of buttons using QML layout | README |
| 4 | stringConcatenation | String operations and manipulation | README |
| 5 | RandomColorButton | Button that changes color randomly | README |
| 6 | MovingRectangle | Animate a moving rectangle | README |
| 7 | File_IO | File read/write operations | README |
| 8 | FontsTrial | Demonstration of font usage in QML | README |
| 9 | ImageViewer | Load and view images | README |
| 10 | SimplePaint | Simple paint/drawing app | README |
| 11 | qtSimpleLibrary | Reusable QML components | README |
| 12 | TrafficSignal | Simulates a traffic light | README |
| 13 | ModelViewDelegate | QML ListView with model/delegate | README |
| 14 | Password | Password field demo | README |
- Open any project folder in Qt Creator (with QML support).
- Build and run the project to test the functionality.
Each example demonstrates a unique Qt/QML concept. Click on the README links to view details and usage for each project.