summaryrefslogtreecommitdiffstats
path: root/examples/interfaceframework/qface-addressbook/demo/main.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Rewrite the qface-addressbook example using modern Qt APIsDominik Holland2024-06-251-24/+0
| | | | | | | | | | | | * 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>
* 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>
* Use SPDX license identifiersDominik Holland2022-06-151-51/+4
| | | | | | | | | | | | 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>
* Refactor examples and its documentationDominik Holland2021-09-221-0/+69
* 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>