qt5base-lts/examples/widgets/widgets
Montel Laurent c565ef6d72 Fix memory leak. PrinterDialog is not deleted when close it
Change-Id: I9f0a300cdaf9803bc2ad723946ac4d0f825cc28b
Reviewed-by: David Faure <david.faure@kdab.com>
2012-11-30 23:56:02 +01:00
..
analogclock centralize and fixup example sources install targets 2012-11-29 20:21:11 +01:00
applicationicon centralize and fixup example sources install targets 2012-11-29 20:21:11 +01:00
calculator centralize and fixup example sources install targets 2012-11-29 20:21:11 +01:00
calendarwidget centralize and fixup example sources install targets 2012-11-29 20:21:11 +01:00
charactermap centralize and fixup example sources install targets 2012-11-29 20:21:11 +01:00
codeeditor centralize and fixup example sources install targets 2012-11-29 20:21:11 +01:00
digitalclock centralize and fixup example sources install targets 2012-11-29 20:21:11 +01:00
elidedlabel centralize and fixup example sources install targets 2012-11-29 20:21:11 +01:00
groupbox centralize and fixup example sources install targets 2012-11-29 20:21:11 +01:00
icons centralize and fixup example sources install targets 2012-11-29 20:21:11 +01:00
imageviewer centralize and fixup example sources install targets 2012-11-29 20:21:11 +01:00
lineedits centralize and fixup example sources install targets 2012-11-29 20:21:11 +01:00
mousebuttons centralize and fixup example sources install targets 2012-11-29 20:21:11 +01:00
movie centralize and fixup example sources install targets 2012-11-29 20:21:11 +01:00
orientation centralize and fixup example sources install targets 2012-11-29 20:21:11 +01:00
scribble Fix memory leak. PrinterDialog is not deleted when close it 2012-11-30 23:56:02 +01:00
shapedclock centralize and fixup example sources install targets 2012-11-29 20:21:11 +01:00
sliders centralize and fixup example sources install targets 2012-11-29 20:21:11 +01:00
spinboxes centralize and fixup example sources install targets 2012-11-29 20:21:11 +01:00
styles centralize and fixup example sources install targets 2012-11-29 20:21:11 +01:00
stylesheet centralize and fixup example sources install targets 2012-11-29 20:21:11 +01:00
tablet centralize and fixup example sources install targets 2012-11-29 20:21:11 +01:00
tetrix centralize and fixup example sources install targets 2012-11-29 20:21:11 +01:00
tooltips centralize and fixup example sources install targets 2012-11-29 20:21:11 +01:00
validators centralize and fixup example sources install targets 2012-11-29 20:21:11 +01:00
wiggly centralize and fixup example sources install targets 2012-11-29 20:21:11 +01:00
windowflags centralize and fixup example sources install targets 2012-11-29 20:21:11 +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

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.