Learn what Felgo offers to help your business succeed. Start your free evaluation today! Felgo for Your Business

Component Showcase Demo App

 import QtQuick 2.0
 import Felgo 3.0

 Rectangle {
   color: Theme.secondaryBackgroundColor
   width: parent.width
   height: appText.height + 2 * dp(Theme.navigationBar.defaultBarItemPadding)

   property alias text: appText.text

   AppText {
     id: appText
     width: parent.width - 2 * dp(Theme.navigationBar.defaultBarItemPadding)
     anchors.verticalCenter: parent.verticalCenter
     anchors.horizontalCenter: parent.horizontalCenter
     horizontalAlignment: Text.AlignHCenter
     color: Theme.secondaryTextColor
Qt_Technology_Partner_RGB_475 Qt_Service_Partner_RGB_475_padded