qt5base-lts/examples
Amanda Hamblin-Trué 6e395ef151 Revamp Bindable Properties Example
The use of Q_ASSERT(false) is bogus as we don't need to test here, but
want to signal unreachability.
Q_UNREACHABLE_RETURN allows us to tell the compiler that the point
can't be reached while also getting rid of the no return error.

Task-number: QTBUG-114689
Change-Id: I007cd243055237bcc21772a4130a6c1a44fd882d
Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
(cherry picked from commit ce39beea0c)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
2023-06-26 10:29:49 +00:00
..
aggregate install a sane top-level examples.pro file 2012-12-11 13:37:57 +01:00
corelib Revamp Bindable Properties Example 2023-06-26 10:29:49 +00:00
dbus complexpingpong example: Modernize the code 2023-03-28 19:42:01 +02:00
embedded Examples: Remove unnecessary Q_INIT_RESOURCE calls 2023-06-14 05:43:25 +00:00
gui rhiwindow example: Make -g option (OpenGL) work on macOS 2023-06-21 13:09:14 +00:00
network Examples: Remove unnecessary Q_INIT_RESOURCE calls 2023-06-14 05:43:25 +00:00
opengl Examples: Remove unnecessary Q_INIT_RESOURCE calls 2023-06-14 05:43:25 +00:00
qmake examples: port qmake examples to new connection style 2022-12-21 22:52:17 +02:00
qpa Examples: Add missing include guards 2023-02-01 18:12:36 +00:00
qtconcurrent Rework imagescaling example to avoid potential crashes 2023-04-26 19:27:30 +02:00
qtestlib Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
sql Examples: Remove unnecessary Q_INIT_RESOURCE calls 2023-06-14 05:43:25 +00:00
vulkan Polish forward decl in vulkan and opengl examples 2023-06-01 09:09:49 +02:00
widgets Doc: Fix documentation issues 2023-06-16 07:14:49 +00:00
xml QMessageBox: Remove include of qdebug.h 2023-06-17 13:28:27 +00:00
CMakeLists.txt Examples: Use Qt6:: to qualify Qt CMake packages 2022-11-17 19:59:11 +01:00
examples.pro Turn off the dbus examples for qmake-generated VS projects 2021-02-09 15:45:06 +01:00
README

Qt is supplied with a number of example applications that have been
written to provide developers with examples of the Qt API in use,
highlight good programming practice, and showcase features found in each of
Qt's core technologies.


Documentation for examples can be found in the Examples section
of the Qt documentation.