qt6-bb10/examples/widgets/widgets
Ivan Solovev 6db91c0df1 GroupBox example: port away from using deprecated QAction::setMenu()
We can achieve the same UI by using QMenu::addMenu() directly

Task-number: QTBUG-104857
Pick-to: 6.4 6.3 6.2
Change-Id: I627f21bc93646943cf6dfbd3b388352b84f73f0f
Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
2022-07-14 16:28:49 +02:00
..
analogclock Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
calculator Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
calendarwidget Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
charactermap Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
codeeditor Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
digitalclock Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
elidedlabel Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
groupbox GroupBox example: port away from using deprecated QAction::setMenu() 2022-07-14 16:28:49 +02:00
icons Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
imageviewer Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
lineedits Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
mousebuttons Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
movie Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
scribble Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
shapedclock Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
sliders Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
spinboxes Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
styles Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
stylesheet Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
tablet Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
tetrix Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
tooltips Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
validators Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
wiggly Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
windowflags Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
CMakeLists.txt CMake: Don't build the movie example if the feature is disabled 2022-03-19 14:19:13 +01:00
README
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.