summaryrefslogtreecommitdiffstats
path: root/examples/ifvehiclefunctions/climate-qml
Commit message (Collapse)AuthorAgeFilesLines
* Remove Reference API related codeDominik Holland2023-11-287-380/+0
| | | | | | | | | | | | | | The modules ifmedia and ifvehiclefunctions just act as a reference and having the code in the same repository makes things more complicated, as they are build automatically although not needed for most users and they are also part of the same documentation and gives the wrong impression about what the qtinterfaceframework module really is about. Fixes: QTBUG-99002 Change-Id: I867e1e26438ee2200e82d5b742c666ba48ae9c02 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Robert Griebl <robert.griebl@qt.io>
* Start using the new literal operator from Qt::StringLiteralsDominik Holland2023-05-091-1/+3
| | | | | Change-Id: I4f5d723d01dc8e8e410920f96e6a445b194ac389 Reviewed-by: Robert Griebl <robert.griebl@qt.io>
* Make Vehicle Property examples compatible with Android screensZoltan Gera2023-05-031-143/+147
| | | | | | | | | | | | | | | | Vehicle Property examples were written for native displays where the screen can fit an arbitrarily large window. This is not the case on Android devices where the screen space is limited. Two affected examples are changed to have a scalable UI which fit smaller screens and different orientations. If the screen is too small, flickable areas are also used, so the whole UI is visible by dragging. QML binding loops are evaluated as well. Fixes: QTBUG-110677 Fixes: QTBUG-110678 Pick-to: 6.5 Change-Id: I5276cfc5068bddf0c380e2af7cbc26d262f8db77 Reviewed-by: Dominik Holland <dominik.holland@qt.io>
* Use SPDX license identifiersDominik Holland2022-06-153-153/+12
| | | | | | | | | | | | Replace the current license disclaimer in files by a SPDX-License-Identifier. Files that have to be modified by hand are modified. License files are organized under LICENSES directory. Change-Id: I601c778c0e88c61cda97ef3bd0259faf39b915e5 Pick-to: 6.4 Task-number: QTBUG-67283 Reviewed-by: Robert Griebl <robert.griebl@qt.io>
* Improve examples CMakeLists.txtKai Köhne2022-03-221-12/+4
| | | | | | | | | | | | | | | | | - Remove "# generated from xyz.pro" comment from pro2cmake - Remove automatic use of CMAKE_AUTORCC - Only opt into CMAKE_AUTOUIC if .ui files are involved - Remove explicit setting of CMAKE_INCLUDE_CURRENT_DIR - Combine multiple find_package(Qt6 ... calls) - use REQUIRED COMPONENTS - sort components alphabetically - Fix wrong indentations - Use (only) one empty line after multi-line commands Pick-to: 6.3 Change-Id: Id713547f4ab8c6d810d63a2e76716ecdd18828ac Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
* CMake: Replace versioned with unversioned commands in all examplesDominik Holland2021-09-281-1/+1
| | | | | | Pick-to: 6.2 Change-Id: I9823f7a6e48bae72833fe5f0dd2862a9fd53ae09 Reviewed-by: Robert Griebl <robert.griebl@qt.io>
* Raise cmake_minimum_required to VERSION 3.16 in examples and testsDominik Holland2021-09-221-1/+1
| | | | | | | Pick-to: 6.2 Task-number: QTBUG-95636 Change-Id: I937379606206401a3452b5b409e32e9a85772075 Reviewed-by: Robert Griebl <robert.griebl@qt.io>
* Refactor examples and its documentationDominik Holland2021-09-227-0/+523
* Remove -if- in example names * Replace _ in example names with - * Move all related docs and images to the example folder Pick-to: 6.2 Change-Id: I1fe38c7d4d735c48224c8bdf8622c701ab056070 Reviewed-by: Robert Griebl <robert.griebl@qt.io>