Qt Quick Demo - Calqlatr
A simple QML calculator app, designed for portrait devices.
Calqlatr demonstrates various QML and Qt Quick features such as displaying custom components. The logic is implemented in JavaScript and the appearance implemented in QML.
Running the Example
To run the example from Qt Creator, open the Welcome mode and select the example from Examples. For more information, visit Building and Running an Example.
Files:
- demos/calqlatr/calqlatr.qml
- demos/calqlatr/content/Button.qml
- demos/calqlatr/content/Display.qml
- demos/calqlatr/content/NumberPad.qml
- demos/calqlatr/content/StyleLabel.qml
- demos/calqlatr/content/calculator.js
- demos/calqlatr/main.cpp
- demos/calqlatr/calqlatr.pro
- demos/calqlatr/calqlatr.qmlproject
- demos/calqlatr/calqlatr.qrc
See also QML Applications.