qt6-bb10/examples/widgets/widgets
Joerg Bornemann 9e750d341a fix conflicting Visual Studio project names for Qt examples
Loading examples.sln resulted in a cascade of error messages because
Visual Studio doesn't allow projects of the same name in a solution.
Now using QMAKE_PROJECT_NAME to give the projects distinct names.

Change-Id: Ifd3a00311253e4b234ece936092649ce0f0869d8
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
2012-09-27 15:50:14 +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 Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +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.