Doc: Update example used for QML getting started tutorial
authorTopi Reinio <topi.reinio@digia.com>
Thu, 1 Aug 2013 09:39:02 +0000 (11:39 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Fri, 9 Aug 2013 13:47:23 +0000 (15:47 +0200)
commitfc8b40f888139342ebe0d4ce7d507005572737db
treee90b81b9922fcb1b615d131a487c282cc3a45841
parent04f699d26a3f06dbd98d9bd3e0f64ee9980a6a26
Doc: Update example used for QML getting started tutorial

Update the example project referred to in Getting Started with Qt
Quick tutorial.

    - Fix coding/comment style issues
    - Change plugin TARGET name, Use /imports as the
      destination directory
    - Fix qmldir with proper module info, delete unused
      qmldir from /core
    - Add a .qmlproject file

Change-Id: If269e61fb76399faae753469dc251d07cc219139
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
16 files changed:
examples/quick/tutorials/gettingStartedQml/core/Button.qml
examples/quick/tutorials/gettingStartedQml/core/EditMenu.qml
examples/quick/tutorials/gettingStartedQml/core/FileDialog.qml
examples/quick/tutorials/gettingStartedQml/core/FileMenu.qml
examples/quick/tutorials/gettingStartedQml/core/MenuBar.qml
examples/quick/tutorials/gettingStartedQml/core/TextArea.qml
examples/quick/tutorials/gettingStartedQml/core/qmldir [deleted file]
examples/quick/tutorials/gettingStartedQml/filedialog/dialogPlugin.cpp
examples/quick/tutorials/gettingStartedQml/filedialog/dialogPlugin.h
examples/quick/tutorials/gettingStartedQml/filedialog/directory.cpp
examples/quick/tutorials/gettingStartedQml/filedialog/directory.h
examples/quick/tutorials/gettingStartedQml/filedialog/file.cpp
examples/quick/tutorials/gettingStartedQml/filedialog/filedialog.pro
examples/quick/tutorials/gettingStartedQml/filedialog/qmldir
examples/quick/tutorials/gettingStartedQml/texteditor.qml
examples/quick/tutorials/gettingStartedQml/texteditor.qmlproject [new file with mode: 0644]