summaryrefslogtreecommitdiffstats
path: root/examples/interfaceframework/interfaceframework.pro
Commit message (Collapse)AuthorAgeFilesLines
* Rewrite the qface-remote example using modern Qt APIsDominik Holland2024-07-101-1/+0
| | | | | | | | | | | | * Use new CMake API * Merged sub-folders into a single CMakeLists.txt * Remove the qmake support for this example * Rename folder to remote Task-number: QTBUG-117034 Pick-to: 6.8 Change-Id: I7551bc50529f58c90323f2b68ca6b93186550381 Reviewed-by: Robert Griebl <robert.griebl@qt.io>
* Rewrite the qface-climate example using modern Qt APIsDominik Holland2024-07-101-3/+0
| | | | | | | | | | | | | * Use new CMake API * Merged sub-folders into a single CMakeLists.txt * Remove the qmake support for this example * Rename folder to climate * Add graphics and controls to make the example interactive Task-number: QTBUG-117034 Pick-to: 6.8 Change-Id: Id34ffcc74c22c3a377051a97317e1ef4b3c79944 Reviewed-by: Robert Griebl <robert.griebl@qt.io>
* Rewrite the qface-addressbook example using modern Qt APIsDominik Holland2024-06-251-2/+1
| | | | | | | | | | | | * Use new CMake API * Merged sub-folders into a single CMakeLists.txt * Remove the qmake support for this example * Rename folder to addressbook Task-number: QTBUG-117034 Pick-to: 6.8 Change-Id: Ifbcf4d50e1a6da249bd36836506b8cfed52aea14 Reviewed-by: Robert Griebl <robert.griebl@qt.io>
* Refactor examples and its documentationDominik Holland2021-09-221-3/+3
| | | | | | | | | | * 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>
* Rename all files to match the new module nameDominik Holland2021-06-161-0/+10
This is a follow-up of the previous commit. Task-number: AUTOSUITE-1633 Change-Id: I6feb63a346a4c94c434df83cd1255904fe8acc68 Reviewed-by: Robert Griebl <robert.griebl@qt.io>