qt6-bb10/examples/widgets/widgets
Elias Hautala 1a60194388 Sliders: Add function that changes widgets position on layout
Changes the layout to QGridLayout and adds function to change widgets
position on the layout depending on the windows aspect ratio. Before
this the widgets wouldn't fit on screen when using the example on
Android in portrait.

Fixes: QTCREATORBUG-27685
Pick-to: 6.2 6.3 6.4
Change-Id: I00009cb6c8c250a8333ac3dfa635f70da4576d5e
Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@qt.io>
Reviewed-by: Jani Korteniemi <jani.korteniemi@qt.io>
2022-08-15 11:22:14 +03:00
..
analogclock Add license headers to cmake files 2022-08-03 17:14:55 +02:00
calculator Add license headers to cmake files 2022-08-03 17:14:55 +02:00
calendarwidget Add license headers to cmake files 2022-08-03 17:14:55 +02:00
charactermap Add license headers to cmake files 2022-08-03 17:14:55 +02:00
codeeditor Add license headers to cmake files 2022-08-03 17:14:55 +02:00
digitalclock Add license headers to cmake files 2022-08-03 17:14:55 +02:00
elidedlabel Add license headers to cmake files 2022-08-03 17:14:55 +02:00
groupbox Add license headers to cmake files 2022-08-03 17:14:55 +02:00
icons Add license headers to cmake files 2022-08-03 17:14:55 +02:00
imageviewer Add license headers to cmake files 2022-08-03 17:14:55 +02:00
lineedits Add license headers to cmake files 2022-08-03 17:14:55 +02:00
mousebuttons Add license headers to cmake files 2022-08-03 17:14:55 +02:00
movie Add license headers to cmake files 2022-08-03 17:14:55 +02:00
scribble Add license headers to cmake files 2022-08-03 17:14:55 +02:00
shapedclock Add license headers to cmake files 2022-08-03 17:14:55 +02:00
sliders Sliders: Add function that changes widgets position on layout 2022-08-15 11:22:14 +03:00
spinboxes Add license headers to cmake files 2022-08-03 17:14:55 +02:00
styles Add license headers to cmake files 2022-08-03 17:14:55 +02:00
stylesheet Add license headers to cmake files 2022-08-03 17:14:55 +02:00
tablet Add license headers to cmake files 2022-08-03 17:14:55 +02:00
tetrix Add license headers to cmake files 2022-08-03 17:14:55 +02:00
tooltips Add license headers to cmake files 2022-08-03 17:14:55 +02:00
validators Add license headers to cmake files 2022-08-03 17:14:55 +02:00
wiggly Add license headers to cmake files 2022-08-03 17:14:55 +02:00
windowflags Add license headers to cmake files 2022-08-03 17:14:55 +02:00
CMakeLists.txt Add license headers to cmake files 2022-08-03 17:14:55 +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.