qt6-bb10/examples/widgets/widgets
Tobias Hunger aa50b377a7 CMake: Add widgets examples
Change-Id: Ib6142b93df066e3658eb189b50ca74c455fe7e56
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
2019-03-26 15:25:39 +00:00
..
analogclock CMake: Add widgets examples 2019-03-26 15:25:39 +00:00
calculator CMake: Add widgets examples 2019-03-26 15:25:39 +00:00
calendarwidget CMake: Add widgets examples 2019-03-26 15:25:39 +00:00
charactermap CMake: Add widgets examples 2019-03-26 15:25:39 +00:00
codeeditor CMake: Add widgets examples 2019-03-26 15:25:39 +00:00
digitalclock CMake: Add widgets examples 2019-03-26 15:25:39 +00:00
elidedlabel CMake: Add widgets examples 2019-03-26 15:25:39 +00:00
groupbox CMake: Add widgets examples 2019-03-26 15:25:39 +00:00
icons CMake: Add widgets examples 2019-03-26 15:25:39 +00:00
imageviewer CMake: Add widgets examples 2019-03-26 15:25:39 +00:00
lineedits CMake: Add widgets examples 2019-03-26 15:25:39 +00:00
mousebuttons CMake: Add widgets examples 2019-03-26 15:25:39 +00:00
movie CMake: Add widgets examples 2019-03-26 15:25:39 +00:00
scribble CMake: Add widgets examples 2019-03-26 15:25:39 +00:00
shapedclock CMake: Add widgets examples 2019-03-26 15:25:39 +00:00
sliders CMake: Add widgets examples 2019-03-26 15:25:39 +00:00
spinboxes CMake: Add widgets examples 2019-03-26 15:25:39 +00:00
styles CMake: Add widgets examples 2019-03-26 15:25:39 +00:00
stylesheet CMake: Add widgets examples 2019-03-26 15:25:39 +00:00
tablet CMake: Add widgets examples 2019-03-26 15:25:39 +00:00
tetrix CMake: Add widgets examples 2019-03-26 15:25:39 +00:00
tooltips CMake: Add widgets examples 2019-03-26 15:25:39 +00:00
validators CMake: Add widgets examples 2019-03-26 15:25:39 +00:00
wiggly CMake: Add widgets examples 2019-03-26 15:25:39 +00:00
windowflags CMake: Add widgets examples 2019-03-26 15:25:39 +00: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.