summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJens Bache-Wiig <jensbw@gmail.com>2011-09-29 13:38:47 +0200
committerJens Bache-Wiig <jensbw@gmail.com>2011-09-29 13:41:52 +0200
commit3e56757920c1be3d8c89695e22bb2ea682aa9bfa (patch)
tree6a71ee39bec79d7931fd4e1d64358706e93caf18 /README
parentaa5ac41071fb43ef22f161a0c5be7a0da8413497 (diff)
downloadqtquickcontrols-3e56757920c1be3d8c89695e22bb2ea682aa9bfa.tar.gz
Added some basic information to a README file
Diffstat (limited to 'README')
-rw-r--r--README43
1 files changed, 43 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 00000000..a914c697
--- /dev/null
+++ b/README
@@ -0,0 +1,43 @@
+ABOUT
+
+This project aims to deliver widgets/components for Desktop usage on Qt Quick.
+
+Some more information can be found on the following blog entries:
+
+http://labs.qt.nokia.com/2011/03/10/qml-components-for-desktop/
+http://labs.qt.nokia.com/2011/05/26/table-view-with-qt-quick/
+http://labs.qt.nokia.com/2011/08/26/toplevel-windows-and-menus-with-qt-quick/
+
+
+HELP
+
+If you have problems or questions, feel free to ask on the QML mailing list at qt-qml@qt.nokia.com
+or alternatively the Qt Developer Network: http://developer.qt.nokia.com/forums/viewforum/12/
+You can also contact the maintainer at: jens.bache-wiig (at) nokia (dot) com
+
+
+INSTALLATION
+
+Note the MINIMUM REQUIREMENT for this project is that you have Qt 4.7.4. (Qt Quick 1.1)
+
+The components rely on several C++ plugins in order to integrate with the desktop. To install the
+components into your Qt directory, simply enter the root directory and do:
+
+'qmake && make install'
+
+This will compile and copy the plugins and components into your QTDIR/imports folder.
+If you are compiling against a system Qt on linux, you might have to do a 'sudo make install'
+in order to install the project.
+
+
+USAGE
+
+The examples should show how you can use the components. If you use code that makes use of
+Window or MenuBar, you will have to start your application with the desktopviewer launcher
+application. This is because it will ensure that the QMLViewer application itself does not
+show and make up the main window in your application.
+
+Again, please refer to :
+http://labs.qt.nokia.com/2011/08/26/toplevel-windows-and-menus-with-qt-quick/
+
+For more information on this.