Skip to content

jfaust/qt5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Josh Faust
Apr 4, 2013
02ebd7b · Apr 4, 2013
Jan 17, 2013
Dec 19, 2012
Apr 2, 2013
Mar 31, 2013
Apr 3, 2013
Apr 4, 2013
Mar 31, 2013
Apr 4, 2013
Mar 31, 2013
Mar 31, 2013
Apr 3, 2013
Mar 31, 2013
Apr 3, 2013
Mar 31, 2013
Mar 31, 2013
Mar 31, 2013
Mar 31, 2013
Mar 31, 2013
Apr 4, 2013
Mar 31, 2013
Jan 28, 2013
Jan 24, 2013
Dec 5, 2012
Dec 13, 2011
Sep 14, 2012
Oct 25, 2010
Apr 2, 2013
Dec 5, 2012
Sep 5, 2012
Dec 5, 2012
Sep 3, 2012
Nov 14, 2012
Sep 25, 2012
Nov 20, 2012
Nov 30, 2012
Mar 31, 2013
Feb 7, 2013
Mar 25, 2013
Apr 3, 2013
Feb 6, 2013
Feb 6, 2013
Apr 4, 2013
Jan 17, 2013
Feb 7, 2013

Repository files navigation

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:

https://blog.qt.digia.com/blog/2011/03/10/qml-components-for-desktop/
https://blog.qt.digia.com/blog/2011/05/26/table-view-with-qt-quick/
https://blog.qt.digia.com/blog/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://qt-project.org/forums/viewforum/12/
You can also contact the maintainer at: jens.bache-wiig (at) digia (dot) com


INSTALLATION

Note the MINIMUM REQUIREMENT for this project is that you have Qt 5.0. (Qt Quick 2)

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/qml 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 :
https://blog.qt.digia.com/blog/2011/08/26/toplevel-windows-and-menus-with-qt-quick/

For more information on this.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published