qt5base-lts/examples/widgets
aavit 48f9ba388b Remove support for the MNG file format and the bundled libmng
The MNG file format is generally abandoned, and libmng has been
unmaintained for several years.

The MNG plugin and bundled libmng has been moved to the
qtimageformats project on Gerrit.

Task-number: QTBUG-21869
Change-Id: I946432347014ffde2b72307a5f8b166ca5553602
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
2012-01-25 02:22:18 +01:00
..
analogclock Update contact information in license headers. 2012-01-23 04:04:33 +01:00
applicationicon Update contact information in license headers. 2012-01-23 04:04:33 +01:00
calculator Update contact information in license headers. 2012-01-23 04:04:33 +01:00
calendarwidget Update contact information in license headers. 2012-01-23 04:04:33 +01:00
charactermap Update contact information in license headers. 2012-01-23 04:04:33 +01:00
codeeditor Update contact information in license headers. 2012-01-23 04:04:33 +01:00
digitalclock Update contact information in license headers. 2012-01-23 04:04:33 +01:00
elidedlabel Update contact information in license headers. 2012-01-23 04:04:33 +01:00
groupbox Update contact information in license headers. 2012-01-23 04:04:33 +01:00
icons Update contact information in license headers. 2012-01-23 04:04:33 +01:00
imageviewer Remove support for the MNG file format and the bundled libmng 2012-01-25 02:22:18 +01:00
lineedits Update contact information in license headers. 2012-01-23 04:04:33 +01:00
movie Remove support for the MNG file format and the bundled libmng 2012-01-25 02:22:18 +01:00
orientation Update contact information in license headers. 2012-01-23 04:04:33 +01:00
scribble Update contact information in license headers. 2012-01-23 04:04:33 +01:00
shapedclock Update contact information in license headers. 2012-01-23 04:04:33 +01:00
sliders Update contact information in license headers. 2012-01-23 04:04:33 +01:00
softkeys Update contact information in license headers. 2012-01-23 04:04:33 +01:00
spinboxes Update contact information in license headers. 2012-01-23 04:04:33 +01:00
styles Update contact information in license headers. 2012-01-23 04:04:33 +01:00
stylesheet Update contact information in license headers. 2012-01-23 04:04:33 +01:00
tablet Update contact information in license headers. 2012-01-23 04:04:33 +01:00
tetrix Update contact information in license headers. 2012-01-23 04:04:33 +01:00
tooltips Update contact information in license headers. 2012-01-23 04:04:33 +01:00
validators Update contact information in license headers. 2012-01-23 04:04:33 +01:00
wiggly Update contact information in license headers. 2012-01-23 04:04:33 +01:00
windowflags Update contact information in license headers. 2012-01-23 04:04:33 +01:00
README Remove references to demos from docs. 2011-07-05 19:57:54 +02:00
widgets.pro QtBase examples: Remove Maemo/Symbian-specific code. 2011-10-18 15:47:49 +02:00

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.