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

Weather Demo App

 import Felgo 3.0
 import QtQuick 2.0

 App {
   id: app

   // You get free licenseKeys from https://felgo.com/licenseKey
   // With a licenseKey you can:
   //  * Publish your games & apps for the app stores
   //  * Remove the Felgo Splash Screen or set a custom one (available with the Pro Licenses)
   //  * Add plugins to monetize, analyze & improve your apps (available with the Pro Licenses)
   //licenseKey: "<generate one from https://felgo.com/licenseKey>"

   FontLoader { id: normalFont; source: "fonts/Lato-Light.ttf" }

   onInitTheme: {
     Theme.colors.textColor = "white"
     Theme.colors.statusBarStyle = Theme.colors.statusBarStyleHidden
     Theme.normalFont = normalFont
   }
Qt_Technology_Partner_RGB_475 Qt_Service_Partner_RGB_475_padded