GCF LOGO VCL LOGO
GCF Quick Module

Classes

class  GCF::QmlApplicationServices
 Base-class for GCF::QmlApplication. More...
 
class  GCF::QmlApplication
 Offers an application object for GCF QML applications. More...
 
class  GCF::QmlComponent
 Extends GCF::Component to ease creation of QML components. More...
 

Detailed Description

The "GCF Quick Module" extends GCF Core Module to provide support for QtGui+QtQuick based applications. The module works only on Qt 5.

It offers a GCF::QmlApplication class that subclasses from GCF::ApplicationServices and QGuiApplication to offer support for QML items in your application. And it offers a GCF::QmlComponent class that subclasses GCF::Component and implements several event hanldler functions to offer QML friendly features.

To include this module in GCF you can add the following line to your project file

CONFIG += GCFQuick3

For this to work, you should have set QMAKEFEATURES environment variable to $GCFDIR/QMakePRF. If you have not configured the QMAKEFEATURES, you can enter the following line in your project file instead.

GCF_SOURCE_DIR = /path/to/gcf/source/
include( $$GCF_SOURCE_DIR/QMakePRF/GCFQuick3.prf )