On 03 Jan 2014, at 17:02, VStevenP wrote:
> I've created a real-time audio meter widget in QtQuick. The meter is updated
> on a regular basis, and it is always visible on the top status bar of my app.
>
> 1. Is there a way to run this meter so that it will not be blocked by any QML
> Loader
On 03 Jan 2014, at 17:02, VStevenP wrote:
> I've created a real-time audio meter widget in QtQuick. The meter is updated
> on a regular basis, and it is always visible on the top status bar of my app.
>
> 1. Is there a way to run this meter so that it will not be blocked by any QML
> Loader
2014/1/3 VStevenP
> 1. Is there a way to run this meter so that it will not be blocked by any
> QML Loader activity? (I have some launcher icons on a sidebar which
> control what QML is loaded to appear in the common "desktop" client area of
> my display.)
>
> My hope is that the meter could be
I've created a real-time audio meter widget in QtQuick. The meter is updated
on a regular basis, and it is always visible on the top status bar of my app.
1. Is there a way to run this meter so that it will not be blocked by any QML
Loader activity? (I have some launcher icons on a sidebar whi