Clean up qt quick dialogs example again
authorShawn Rutledge <shawn.rutledge@digia.com>
Tue, 11 Jun 2013 07:55:14 +0000 (09:55 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Tue, 11 Jun 2013 11:44:49 +0000 (13:44 +0200)
commit5ce41d1e77db3f46c396834f698826f4fd998344
tree8fe38dbe963ab22141edf757dcd7e9448dff7e30
parentf64704fed878f74b9525304329cbabb94511090f
Clean up qt quick dialogs example again

I5245a6931606673733130b1f168fddafe8def695 took us the wrong direction:
the intention was to put ALL dialogs in one example, because each
example has some overhead (project, docs, screenshot, c++ launcher)
and we don't want to have several more separate examples after the other
dialog types are added.  Color and file dialogs have no relationship
to each other except that they happened to be implemented first.
This is analogous to qtbase/examples/widgets/dialogs/standarddialogs
And in fact, each dialog type is in a separate qml file, so you can
run them individually with qmlscene anyway, which will keep this
from becoming unwieldy and hard to understand.

Change-Id: Id28d5718b4b7b475dcd7d62e31c4634219dc3ddc
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Reviewed-by: Caroline Chao <caroline.chao@digia.com>
examples/quick/dialogs/ColorDialogs.qml [moved from examples/quick/dialogs/colorandfiledialogs/ColorDialogs.qml with 100% similarity]
examples/quick/dialogs/FileDialogs.qml [moved from examples/quick/dialogs/colorandfiledialogs/FileDialogs.qml with 100% similarity]
examples/quick/dialogs/colorandfiledialogs/colorandfiledialogs.pro [deleted file]
examples/quick/dialogs/dialogs.pro
examples/quick/dialogs/dialogs.qml [moved from examples/quick/dialogs/colorandfiledialogs/dialogs.qml with 100% similarity]
examples/quick/dialogs/dialogs.qrc [moved from examples/quick/dialogs/colorandfiledialogs/colorandfiledialogs.qrc with 100% similarity]
examples/quick/dialogs/doc/images/dialogs-example.jpg [moved from examples/quick/dialogs/colorandfiledialogs/doc/images/qml-colorandfiledialogs-example.jpg with 100% similarity]
examples/quick/dialogs/doc/src/dialogs.qdoc [moved from examples/quick/dialogs/colorandfiledialogs/doc/src/colorandfiledialogs.qdoc with 79% similarity]
examples/quick/dialogs/main.cpp [moved from examples/quick/dialogs/colorandfiledialogs/main.cpp with 98% similarity]