summaryrefslogtreecommitdiffstats
path: root/examples/demos/calqlatr/calqlatr.qrc
Commit message (Collapse)AuthorAgeFilesLines
* Add qmldir file to calqlatr exampleEd Cooke2024-04-151-1/+2
| | | | | | | | | | | | | | | In order for the calqlatr example to successfully load Main.qml when building with qmake, a qmldir file needs to be added. In addition, the files listed in OTHER_FILES, were redundant, since those files were already listed as qrc resources. Fixes: QTBUG-123714 Pick-to: 6.6 Change-Id: Id773ecf93c9b113385121da62de99ced3f8debdf Reviewed-by: Santhosh Kumar <santhosh.kumar.selvaraj@qt.io> (cherry picked from commit 6c73363cd314bdde6d019db1e57a74c40d8bdd90) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Rewrite the calqlatr example to use responsive layoutsEd Cooke2024-02-051-4/+4
| | | | | | | | | | | | | | | Implement the new design for the calqlatr example, including a scientific/landscape mode. The animation controller has been removed for practicality. Responsive layouts now handle changing between a portrait and a landscape layout. Fixes: QTBUG-118519 Change-Id: I1a33b1825a877b2b45afedc3a019a906c3f45d29 Reviewed-by: Jan Arve Sæther <jan-arve.saether@qt.io> (cherry picked from commit 697eaa086ac02780294a19cca77ec83a9f928925) Reviewed-by: Ed Cooke <ed.cooke@qt.io> Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io> Reviewed-by: Tuukka Turunen <tuukka.turunen@qt.io>
* calqlatr: use QQC2 buttons and new cmake apiOliver Eftevaag2021-09-201-1/+1
| | | | | | | | | | | | | | | | | | In the process of preparing this example to become highlighted in Qt Creator, we want to update it to reflect how we think a modern qml application should be written. Some of the changes done here includes * Use QQC2 buttons, rather than a custom button component. * Update the CMake list to use qt_add_qml_module() * Some code refactoring (e.g const/let instead of var, switch/case, reduced binding spaghetti) Fixes: QTBUG-96460 Pick-to: 6.2 Change-Id: I6e6789038c053dac9528ba564431cef6c9168454 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io> Reviewed-by: Andrei Golubev <andrei.golubev@qt.io>
* Move demos to qtdoc repositoryVenugopal Shivashankar2018-07-091-0/+12
These demos use several modules and moving them allows to use for example Qt Quick Controls 2 in them. The shared directory should be removed and the examples made self-contained. Change-Id: I5dc667d22388651894d7d145b65752bc5c5cf6cf Reviewed-by: Frederik Gladhorn <frederik.gladhorn@qt.io>