You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Framework-style implementation, where QML exposes a function to be overridden that return data in JSON format that QML can then visualise, along with callbacks in the form of buttons.
That's a good idea. The widget (called Item in QML) could expose members via a model, like how it does things for the items in the overview and perspective (e.g. see Page item). It'd both simplify the implementation, and grant full flexibility to the user. Good call!
For example, notice how Page has access to item.* members? Those could be anything.
It could have a default header, for when you aren't interested or have time for design, which could be overridden by a completely custom QML file.
Goal
Visualise additional information through customisable header.
Implementation
Framework-style implementation, where QML exposes a function to be overridden that return data in JSON format that QML can then visualise, along with callbacks in the form of buttons.
For example, it could return..
Where each member is generalised enough to facilitate common information.
The text was updated successfully, but these errors were encountered: