qt6-bb10/examples/widgets/widgets
Gatis Paeglis 4c41cb48d0 Modularize drag and drop documentation
- Move dnd docs and examples out of QtDoc module to gui library in QtBase
- Remove info related to Motif dnd since Qt5 doesn't implement it

Change-Id: Id7eb4eb422f4294a36dd92709ce3007903371f03
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
2012-10-19 17:35:51 +02:00
..
analogclock fix conflicting Visual Studio project names for Qt examples 2012-09-27 15:50:14 +02:00
applicationicon Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
calculator Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
calendarwidget Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
charactermap Modularize drag and drop documentation 2012-10-19 17:35:51 +02:00
codeeditor Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
digitalclock Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
elidedlabel Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
groupbox Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
icons Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
imageviewer Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
lineedits Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
mousebuttons Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
movie Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
orientation Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
scribble Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
shapedclock Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
sliders Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
softkeys Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
spinboxes Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
styles Remove CDE and Motif styles from qtbase 2012-09-27 15:16:16 +02:00
stylesheet Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
tablet Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
tetrix Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
tooltips Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
validators Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
wiggly Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
windowflags Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
README Moving .qdoc files under examples/widgets/doc 2012-08-20 12:20:55 +02:00
widgets.pro Remove CDE and Motif styles from qtbase 2012-09-27 15:16:16 +02: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.