You've just implemented a new feature on the project you're working on. Now, it's time to test how does it work when the data is connected. In case you're working on a device which needs to listen to external devices or sensors, this might not be a trivial problem to solve.
With the release of the Interface Framework Control Panel introduced in Qt 6.11, we are fundamentally changing how developers and testers interact with simulated data. Whether you are building a digital instrument cluster or a UI for an IOT device, the Control Panel provides a powerful, visual, and highly extensible way to test your applications without ever leaving your development environment.
At its core, the Interface Framework Control Panel is a dynamic UI that automatically maps to your defined interfaces. In the past, testing a specific state often meant writing "mock" backends in C++ or manually triggering signals via a terminal.
Now, simulation is as easy as moving a slider or clicking a button. The Control Panel detects the properties, signals, and methods of your Qt Interface Framework (QtIF) modules and generates a control surface on the fly.
This allows developers to:
One of the most impactful use cases for the Control Panel is its deep integration with Android Automotive Vehicle Properties. The Android Automotive backend in Qt Interface Framework acts as a bridge to the Vehicle Hardware Abstraction Layer (VHAL). While Android provides a standard "Car Sensor Simulator," it often feels like a separate, detached experience.
The Interface Framework Control Panel elevates this by providing a unified interface for all VHAL properties. Want to see how your UI handles a rapid change in the PERF_VEHICLE_SPEED? Or how the seat heating animation looks when HVAC_SIDE_MIRROR_HEAT is toggled? The Control Panel makes these properties accessible through a clean, organized dashboard.
While the default Android Automotive emulator comes with a "Car Sensor Simulator," the Interface Framework Control Panel offers several distinct advantages for the modern developer:
If you are new to the Qt Interface Framework, the best starting points are:
For the new control panel instucrions, check out the Simulation Control Panel documentation.
We would love to hear how you are using the Qt Interface Framework — whether in automotive, IoT, industrial automation, or something entirely different. Feel free to open a bug report at bugreports.qt.io or reach out on the Qt Forum.