Get the tutorial running again
authorAlan Alpert <alan.alpert@nokia.com>
Mon, 28 Nov 2011 01:49:10 +0000 (11:49 +1000)
committerQt by Nokia <qt-info@nokia.com>
Tue, 29 Nov 2011 02:29:53 +0000 (03:29 +0100)
commitea2f93567f2d37ffdf6d8462be8a21e8640a2b76
tree11acb618b37e570a4dbc0e09ed8757abcb06594f
parentba0d63fd220ff215150e827a21a42c8de3372dd4
Get the tutorial running again

Note that it still uses QtQuick 1.0

Change-Id: I1b6e174c2ec06ba6108f11cb295e32bc76ac3e36
Reviewed-by: Michael Brasser <michael.brasser@nokia.com>
12 files changed:
examples/tutorials/gettingStarted/gsQml/core/Button.qml [moved from examples/tutorials/gettingStarted/gsQml/core/button.qml with 100% similarity]
examples/tutorials/gettingStarted/gsQml/core/EditMenu.qml [moved from examples/tutorials/gettingStarted/gsQml/core/editMenu.qml with 100% similarity]
examples/tutorials/gettingStarted/gsQml/core/FileDialog.qml [moved from examples/tutorials/gettingStarted/gsQml/core/fileDialog.qml with 100% similarity]
examples/tutorials/gettingStarted/gsQml/core/FileMenu.qml [moved from examples/tutorials/gettingStarted/gsQml/core/fileMenu.qml with 99% similarity]
examples/tutorials/gettingStarted/gsQml/core/MenuBar.qml [moved from examples/tutorials/gettingStarted/gsQml/core/menuBar.qml with 100% similarity]
examples/tutorials/gettingStarted/gsQml/core/TextArea.qml [moved from examples/tutorials/gettingStarted/gsQml/core/textArea.qml with 100% similarity]
examples/tutorials/gettingStarted/gsQml/core/qmldir
examples/tutorials/gettingStarted/gsQml/filedialog/qmldir
examples/tutorials/gettingStarted/gsQml/parts/part5/core/FileMenu.qml
examples/tutorials/gettingStarted/gsQml/parts/part5/core/qmldir
examples/tutorials/gettingStarted/gsQml/parts/part5/filedialog/qmldir
examples/tutorials/gettingStarted/gsQml/parts/part5/textEditor.qml [moved from examples/tutorials/gettingStarted/gsQml/parts/part5/TextEditor.qml with 100% similarity]