G2C QML components We support Qt Quick 1.1 and QtWebKit. The SQLite database is supported in our System plugin. We don’t support the PinchArea element, multi-touch, or the QtMobility plugin. List of QML elements: http://doc.qt.io/qt-4.8/qdeclarativeelements.html We provide a set of custom QML components that a customer can use. G2C Qt 4.8.4 libraries supported for development: libQt3Support.so.4 libQtCLuceneE.so.4.8.4 libQtCoreE.so.4.8.4 libQtDBus.so.4 libQtDeclarativeE.so.4.8.4 libQtGuiE.so.4.8.4 libQtHelpE.so.4.8.4 libQtMultimediaE.so.4.8.4 libQtNetworkE.so.4.8.4 libQtScriptE.so.4.8.4 libQtScriptToolsE.so.4.8.4 libQtSqlE.so.4.8.4 libQtSvgE.so.4.8.4 libQtTestE.so.4.8.4 libQtWebKitE.so.4.9.3 libQtXmlE.so.4.8.4 libQtXmlPatternsE.so.4.8.4 ================================================================================ G2H QML components We support Qt Quick 2.3 QML elements, QtWebKit and QtMultimedia. The SQLite database is supported in our System plugin We don’t support the multi-touch elements, or Qt Quick Controls: http://doc.qt.io/qt-5/qtquickcontrols-index.html We provide a set of custom QML components that a customer can use. G2H Qt 5.3.2 libraries supported for development: libQt53D.so.5.3.0 libQt53DQuick.so.5.3.0 libQt5Concurrent.so.5.3.2 libQt5Core.so.5.3.2 libQt5DBus.so.5.3.2 libQt5Gui.so.5.3.2 libQt5Location.so.5.3.2 libQt5Multimedia.so.5.3.2 libQt5MultimediaWidgets.so.5.3.2 libQt5Network.so.5.3.2 libQt5OpenGL.so.5.3.2 libQt5Positioning.so.5.3.2 libQt5PrintSupport.so.5.3.2 libQt5PublishSubscribe.so.5.3.0 libQt5Qml.so.5.3.2 libQt5Quick.so.5.3.2 libQt5QuickParticles.so.5.3.2 libQt5QuickTest.so.5.3.2 libQt5QuickWidgets.so.5.3.2 libQt5Script.so.5.3.2 libQt5ScriptTools.so.5.3.2 libQt5Sensors.so.5.3.2 libQt5ServiceFramework.so.5.3.0 libQt5Sql.so.5.3.2 libQt5Svg.so.5.3.2 libQt5SystemInfo.so.5.3.0 libQt5Test.so.5.3.2 libQt5WebKit.so.5.3.2 libQt5WebKitWidgets.so.5.3.2 libQt5Widgets.so.5.3.2 libQt5Xml.so.5.3.2 libQt5XmlPatterns.so.5.3.2 (Note: no support for Qt5SerialPort library, but we can compile it if a user needs it) ================================================================================ The only problem with using sqlite on our modules is that if power is removed during a write operation, the database could get corrupted. We back it up in our plugin, but there is a risk.