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

Felgo Live Code Reloading: Web Editor

Run this example on your Android and iOS phone now, with the Felgo Live Scripting mobile app!

// Storage keys readonly property string kMinConfidence: "MinConfidence" readonly property string kModel: "Model" readonly property string kShowTime: "ShowTime" // Default values readonly property double defMinConfidence: 0.5 readonly property string defModel: "ImageClassification" readonly property bool defShowTime: false // Properties property double minConfidence property string model property bool showTime // Local storage component Storage { id: storage Component.onCompleted: { minConfidence = getValue(kMinConfidence) !== undefined ? getValue(kMinConfidence) : defMinConfidence model = getValue(kModel) !== undefined ? getValue(kModel) : defModel showTime = getValue(kShowTime) !== undefined ? getValue(kShowTime) : defShowTime } }

1. Download Felgo Live Scripting app

2. Open the app and add the displayed Dev ID here.

QML Hot Reload on all Platforms

With Felgo Live, you can reload code changes in real-time on any connected device. While this web editor is just for demonstration purposes, you can use hot reloading also for development on your desktop.

Download the Felgo Developer App app to run your code on Android and iOS, from Windows, macOS or Linux.

Qt_Technology_Partner_RGB_475 Qt_Service_Partner_RGB_475_padded