qtbase/examples/widgets/widgets
MohammadHossein Qanbari c226f2a3a0 Convert Group Box Example to snippets and screenshots
Remove the Group Box Example from the repository, eliminating the
associated example codes, screenshot, and documentation file. The
only relevant portion used in the QGroupBox class has been relocated
to the existing snippet file. Additionally, all references to this
example across other files have been removed.

Fixes: QTBUG-119980
Pick-to: 6.6
Change-Id: I66f9dd9dab1fe64f2d20424af3acd135201827d2
Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
(cherry picked from commit f371f8a64d)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
2024-04-18 19:11:21 +00:00
..
analogclock CMake: Add deployment API to our examples 2024-03-25 15:49:46 +00:00
calculator CMake: Add deployment API to our examples 2024-03-25 15:49:46 +00:00
calendarwidget CMake: Add deployment API to our examples 2024-03-25 15:49:46 +00:00
lineedits CMake: Add deployment API to our examples 2024-03-25 15:49:46 +00:00
scribble CMake: Add deployment API to our examples 2024-03-25 15:49:46 +00:00
shapedclock CMake: Add deployment API to our examples 2024-03-25 15:49:46 +00:00
shortcuteditor CMake: Add deployment API to our examples 2024-03-25 15:49:46 +00:00
sliders CMake: Add deployment API to our examples 2024-03-25 15:49:46 +00:00
spinboxes CMake: Add deployment API to our examples 2024-03-25 15:49:46 +00:00
tablet CMake: Add deployment API to our examples 2024-03-25 15:49:46 +00:00
windowflags CMake: Add deployment API to our examples 2024-03-25 15:49:46 +00:00
CMakeLists.txt Convert Group Box Example to snippets and screenshots 2024-04-18 19:11:21 +00:00
README
widgets.pro Convert Group Box Example to snippets and screenshots 2024-04-18 19:11:21 +00: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.