summaryrefslogtreecommitdiffstats
path: root/examples/demos/calqlatr/content
Commit message (Collapse)AuthorAgeFilesLines
* Embiggen the calqlatr buttonsShawn Rutledge2022-11-102-6/+6
| | | | | | | | | | | | | | The buttons were too hard to hit, with such big gaps between columns and rows, and such a small active area. You can't see how big the active area is, so the expectation is that it should be large, for easy fat-fingering on a touchscreen. Task-number: QTBUG-102408 Task-number: QTBUG-108335 Change-Id: I9aab5d64a8c6c0a0218e9a91f93d072033e04e8a Reviewed-by: Oliver Eftevaag <oliver.eftevaag@qt.io> (cherry picked from commit edf70b2a4272c7f34e792c117214b7fe7ba2978c) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Use SPDX license identifiersLucie Gérard2022-06-074-196/+8
| | | | | | | | | | | | | Replace the current license disclaimer in files by a SPDX-License-Identifier. License files are organized under LICENSES directory. Task-number: QTBUG-67283 Change-Id: Idfd176b7f7b077a5b7c66b7738dc9bcac94ab290 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io> (cherry picked from commit 6f57506953cc1efaf474368393ecb1df38c9f46a) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* calqlatr: use QQC2 buttons and new cmake apiOliver Eftevaag2021-09-203-66/+114
| | | | | | | | | | | | | | | | | | 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>
* Modernize calqlatr exampleAndrei Golubev2021-07-052-17/+18
| | | | | | | | | | Several things are addressed: * some unqualified accesses fixed * parent is replaced with actual ids Change-Id: I5ee1d1a2b1abad468ea330cd4eca0bf0b9b993ed Reviewed-by: Ulf Hermann <ulf.hermann@qt.io> Reviewed-by: Maximilian Goldstein <max.goldstein@qt.io>
* examples: Do not use versioned QML importKai Koehne2020-12-023-4/+4
| | | | | | | | | Ignore .ui.qml files though for now, until they are properly handled by Qt Design Studio. Task-number: QTBUG-89033 Change-Id: I85ea1dc2f85928e9fa1f473535687ab8b0288e9d Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
* Move demos to qtdoc repositoryVenugopal Shivashankar2018-07-097-0/+549
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>