qt6-bb10/examples/widgets/widgets
Alexandru Croitor 2ffbac7cb2 CMake: Regenerate examples to use qt_add_executable
Task-number: QTBUG-87661
Change-Id: I0dacfdc97a3fb7d88da85b67800f2c1b084d869b
Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
2020-10-19 11:51:47 +02:00
..
analogclock CMake: Regenerate examples to use qt_add_executable 2020-10-19 11:51:47 +02:00
calculator CMake: Regenerate examples to use qt_add_executable 2020-10-19 11:51:47 +02:00
calendarwidget CMake: Regenerate examples to use qt_add_executable 2020-10-19 11:51:47 +02:00
charactermap CMake: Regenerate examples to use qt_add_executable 2020-10-19 11:51:47 +02:00
codeeditor CMake: Regenerate examples to use qt_add_executable 2020-10-19 11:51:47 +02:00
digitalclock CMake: Regenerate examples to use qt_add_executable 2020-10-19 11:51:47 +02:00
elidedlabel CMake: Regenerate examples to use qt_add_executable 2020-10-19 11:51:47 +02:00
groupbox CMake: Regenerate examples to use qt_add_executable 2020-10-19 11:51:47 +02:00
icons CMake: Regenerate examples to use qt_add_executable 2020-10-19 11:51:47 +02:00
imageviewer CMake: Regenerate examples to use qt_add_executable 2020-10-19 11:51:47 +02:00
lineedits CMake: Regenerate examples to use qt_add_executable 2020-10-19 11:51:47 +02:00
mousebuttons CMake: Regenerate examples to use qt_add_executable 2020-10-19 11:51:47 +02:00
movie CMake: Regenerate examples to use qt_add_executable 2020-10-19 11:51:47 +02:00
scribble CMake: Regenerate examples to use qt_add_executable 2020-10-19 11:51:47 +02:00
shapedclock CMake: Regenerate examples to use qt_add_executable 2020-10-19 11:51:47 +02:00
sliders CMake: Regenerate examples to use qt_add_executable 2020-10-19 11:51:47 +02:00
spinboxes CMake: Regenerate examples to use qt_add_executable 2020-10-19 11:51:47 +02:00
styles CMake: Regenerate examples to use qt_add_executable 2020-10-19 11:51:47 +02:00
stylesheet CMake: Regenerate examples to use qt_add_executable 2020-10-19 11:51:47 +02:00
tablet CMake: Regenerate examples to use qt_add_executable 2020-10-19 11:51:47 +02:00
tetrix CMake: Regenerate examples to use qt_add_executable 2020-10-19 11:51:47 +02:00
tooltips CMake: Regenerate examples to use qt_add_executable 2020-10-19 11:51:47 +02:00
validators CMake: Regenerate examples to use qt_add_executable 2020-10-19 11:51:47 +02:00
wiggly CMake: Regenerate examples to use qt_add_executable 2020-10-19 11:51:47 +02:00
windowflags CMake: Regenerate examples to use qt_add_executable 2020-10-19 11:51:47 +02:00
CMakeLists.txt CMake: Add widgets examples 2019-03-26 15:25:39 +00:00
README
widgets.pro

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.