qt6-bb10/examples/widgets/widgets
Sergio Ahumada f262815f2e Fix some more old references and links to Nokia
Task-number: QTBUG-28156
Change-Id: I9ba0d6f1e92103219bec1e61e716b6b2f269a8ad
Reviewed-by: Laszlo Papp <lpapp@kde.org>
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
2013-01-28 14:27:57 +01:00
..
analogclock clean up example project files, mostly wrt QT+=widgets 2012-12-17 14:08:17 +01:00
applicationicon centralize and fixup example sources install targets 2012-11-29 20:21:11 +01:00
calculator clean up example project files, mostly wrt QT+=widgets 2012-12-17 14:08:17 +01:00
calendarwidget clean up example project files, mostly wrt QT+=widgets 2012-12-17 14:08:17 +01:00
charactermap clean up example project files, mostly wrt QT+=widgets 2012-12-17 14:08:17 +01:00
codeeditor clean up example project files, mostly wrt QT+=widgets 2012-12-17 14:08:17 +01:00
digitalclock clean up example project files, mostly wrt QT+=widgets 2012-12-17 14:08:17 +01:00
elidedlabel centralize and fixup example sources install targets 2012-11-29 20:21:11 +01:00
groupbox clean up example project files, mostly wrt QT+=widgets 2012-12-17 14:08:17 +01:00
icons clean up example project files, mostly wrt QT+=widgets 2012-12-17 14:08:17 +01:00
imageviewer add and use qtHaveModule() function 2012-12-21 19:05:02 +01:00
lineedits clean up example project files, mostly wrt QT+=widgets 2012-12-17 14:08:17 +01:00
mousebuttons Enhance example qtbase/examples/widgets/widgets/mousebuttons 2012-12-14 11:02:47 +01:00
movie clean up example project files, mostly wrt QT+=widgets 2012-12-17 14:08:17 +01:00
orientation centralize and fixup example sources install targets 2012-11-29 20:21:11 +01:00
scribble add and use qtHaveModule() function 2012-12-21 19:05:02 +01:00
shapedclock clean up example project files, mostly wrt QT+=widgets 2012-12-17 14:08:17 +01:00
sliders clean up example project files, mostly wrt QT+=widgets 2012-12-17 14:08:17 +01:00
spinboxes clean up example project files, mostly wrt QT+=widgets 2012-12-17 14:08:17 +01:00
styles clean up example project files, mostly wrt QT+=widgets 2012-12-17 14:08:17 +01:00
stylesheet Fix some more old references and links to Nokia 2013-01-28 14:27:57 +01:00
tablet clean up example project files, mostly wrt QT+=widgets 2012-12-17 14:08:17 +01:00
tetrix clean up example project files, mostly wrt QT+=widgets 2012-12-17 14:08:17 +01:00
tooltips clean up example project files, mostly wrt QT+=widgets 2012-12-17 14:08:17 +01:00
validators centralize and fixup example sources install targets 2012-11-29 20:21:11 +01:00
wiggly clean up example project files, mostly wrt QT+=widgets 2012-12-17 14:08:17 +01:00
windowflags clean up example project files, mostly wrt QT+=widgets 2012-12-17 14:08:17 +01:00
README Moving .qdoc files under examples/widgets/doc 2012-08-20 12:20:55 +02:00
widgets.pro centralize and fixup example sources install targets 2012-11-29 20:21:11 +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.