import QtQuick 2.0 Column { id: root width: parent.width spacing: engine.smallFontSize() Title { text: "Qt Framework" } ContentText { id: brief width: parent.width text: '

Qt is a full development framework with tools designed to streamline the creation of applications and user interfaces for desktop, embedded and mobile platforms.

With Qt, you can reuse code efficiently to target multiple platforms with one code base. The modular C++ class library and developer tools easily enables developers to create applications for one platform and easily build and run to deploy on another platform.' } }