qt6-bb10/examples/widgets/widgets
Kai Köhne 57402ffb9b Examples: Remove unneeded CMake options
CMAKE_INCLUDE_CURRENT_DIR is not necessary anymore for moc since
CMake 3.8: https://cmake.org/cmake/help/latest/release/3.8.html#other-changes

CMAKE_AUTORCC should not be used anymore. Instead, we now use
qt_add_resources() or similar

Enable CMAKE_AUTOUIC only if .ui files are present.

Pick-to: 6.3
Task-number: QTBUG-87643
Change-Id: I835e2994cd5dba9918136999499b9077961b616c
Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
2022-01-24 14:00:00 +01:00
..
analogclock Examples: Remove unneeded CMake options 2022-01-24 14:00:00 +01:00
calculator Examples: Remove unneeded CMake options 2022-01-24 14:00:00 +01:00
calendarwidget Examples: Remove unneeded CMake options 2022-01-24 14:00:00 +01:00
charactermap Examples: Remove unneeded CMake options 2022-01-24 14:00:00 +01:00
codeeditor Examples: Remove unneeded CMake options 2022-01-24 14:00:00 +01:00
digitalclock Examples: Remove unneeded CMake options 2022-01-24 14:00:00 +01:00
elidedlabel Examples: Remove unneeded CMake options 2022-01-24 14:00:00 +01:00
groupbox Examples: Remove unneeded CMake options 2022-01-24 14:00:00 +01:00
icons Examples: Remove unneeded CMake options 2022-01-24 14:00:00 +01:00
imageviewer Examples: Remove unneeded CMake options 2022-01-24 14:00:00 +01:00
lineedits Examples: Remove unneeded CMake options 2022-01-24 14:00:00 +01:00
mousebuttons Examples: Remove unneeded CMake options 2022-01-24 14:00:00 +01:00
movie Examples: Remove unneeded CMake options 2022-01-24 14:00:00 +01:00
scribble Examples: Remove unneeded CMake options 2022-01-24 14:00:00 +01:00
shapedclock Examples: Remove unneeded CMake options 2022-01-24 14:00:00 +01:00
sliders Examples: Remove unneeded CMake options 2022-01-24 14:00:00 +01:00
spinboxes Examples: Remove unneeded CMake options 2022-01-24 14:00:00 +01:00
styles Examples: Remove unneeded CMake options 2022-01-24 14:00:00 +01:00
stylesheet Examples: Remove unneeded CMake options 2022-01-24 14:00:00 +01:00
tablet Examples: Remove unneeded CMake options 2022-01-24 14:00:00 +01:00
tetrix Examples: Remove unneeded CMake options 2022-01-24 14:00:00 +01:00
tooltips Examples: Remove unneeded CMake options 2022-01-24 14:00:00 +01:00
validators Examples: Remove unneeded CMake options 2022-01-24 14:00:00 +01:00
wiggly Examples: Remove unneeded CMake options 2022-01-24 14:00:00 +01:00
windowflags Examples: Remove unneeded CMake options 2022-01-24 14:00:00 +01:00
CMakeLists.txt Examples: Remove remaining conversion markers in CMakeLists.txt 2021-12-13 14:16:26 +00: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.