Clement 1b797448ce Add qt source and patches преди 1 година
..
dist 1b797448ce Add qt source and patches преди 1 година
examples 1b797448ce Add qt source and patches преди 1 година
src 1b797448ce Add qt source and patches преди 1 година
tests 1b797448ce Add qt source and patches преди 1 година
.QT-ENTERPRISE-LICENSE-AGREEMENT 1b797448ce Add qt source and patches преди 1 година
.QT-FOR-APPLICATION-DEVELOPMENT-LICENSE-AGREEMENT 1b797448ce Add qt source and patches преди 1 година
.QT-FOR-AUTOMATION-LICENSE-AGREEMENT 1b797448ce Add qt source and patches преди 1 година
.QT-FOR-AUTOMOTIVE-LICENSE-AGREEMENT 1b797448ce Add qt source and patches преди 1 година
.QT-FOR-DEVICE-CREATION-LICENSE-AGREEMENT 1b797448ce Add qt source and patches преди 1 година
.qmake.conf 1b797448ce Add qt source and patches преди 1 година
.tag 1b797448ce Add qt source and patches преди 1 година
LICENSE.FDL 1b797448ce Add qt source and patches преди 1 година
LICENSE.GPL2 1b797448ce Add qt source and patches преди 1 година
LICENSE.GPL3 1b797448ce Add qt source and patches преди 1 година
LICENSE.GPL3-EXCEPT 1b797448ce Add qt source and patches преди 1 година
LICENSE.LGPL3 1b797448ce Add qt source and patches преди 1 година
README 1b797448ce Add qt source and patches преди 1 година
qtquickcontrols.pro 1b797448ce Add qt source and patches преди 1 година
sync.profile 1b797448ce Add qt source and patches преди 1 година

README

ABOUT

This project aims to deliver widgets/controls functionality with Qt Quick.

Some more information can be found on the following blog entries:

https://blog.qt.io/blog/2011/03/10/qml-components-for-desktop/
https://blog.qt.io/blog/2011/05/26/table-view-with-qt-quick/
https://blog.qt.io/blog/2011/08/26/toplevel-windows-and-menus-with-qt-quick/


HELP

If you have problems or questions, feel free to ask on the Qt mailing list at interest@qt-project.org
or alternatively the Qt Forum: http://forum.qt.io/category/12/qt-quick


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.io/blog/2011/08/26/toplevel-windows-and-menus-with-qt-quick/

For more information on this.