qt6-bb10/examples/widgets/widgets
Ievgenii Meshcheriakov 44a7412795 Remove checks for C++ standard versions C++17 and below
Qt requires a compiler that support C++17 thus __cplusplus
is always 201703L or higher. This patch removes checks
for __cplusplus value that always succeed.

Change-Id: I4b830683ecefab8f913d8b09604086d53209d2e3
Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
2021-10-01 02:46:09 +02:00
..
analogclock Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 19:18:54 +02:00
calculator Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 19:18:54 +02:00
calendarwidget Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 19:18:54 +02:00
charactermap Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 19:18:54 +02:00
codeeditor Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 19:18:54 +02:00
digitalclock Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 19:18:54 +02:00
elidedlabel Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 19:18:54 +02:00
groupbox Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 19:18:54 +02:00
icons Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 19:18:54 +02:00
imageviewer Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 19:18:54 +02:00
lineedits Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 19:18:54 +02:00
mousebuttons Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 19:18:54 +02:00
movie Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 19:18:54 +02:00
scribble Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 19:18:54 +02:00
shapedclock Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 19:18:54 +02:00
sliders Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 19:18:54 +02:00
spinboxes Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 19:18:54 +02:00
styles Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 19:18:54 +02:00
stylesheet Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 19:18:54 +02:00
tablet Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 19:18:54 +02:00
tetrix Remove checks for C++ standard versions C++17 and below 2021-10-01 02:46:09 +02:00
tooltips Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 19:18:54 +02:00
validators Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 19:18:54 +02:00
wiggly Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 19:18:54 +02:00
windowflags Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 19:18:54 +02:00
CMakeLists.txt Build examples in isolated sub-builds using ExternalProject 2021-05-26 13:33:29 +02:00
README Moving .qdoc files under examples/widgets/doc 2012-08-20 12:20:55 +02:00
widgets.pro Fix out-of-tree compilation of widget examples 2014-02-11 12:35:03 +01:00

README

Qt comes with a large range of standard widgets that users of modern
applications have come to expect.

You can also develop your own custom widgets and controls, and use them
alongside standard widgets.

It is even possible to provide custom styles and themes for widgets that can
be used to change the appearance of standard widgets and appropriately
written custom widgets.


Documentation for these examples can be found via the Examples
link in the main Qt documentation.