Re: [Interest] QtQuick real-time meter widget question (QML Loader-related)

2014-01-29 Thread Gunnar Sletta
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

Re: [Interest] QtQuick real-time meter widget question (QML Loader-related)

2014-01-07 Thread Gunnar Sletta
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

Re: [Interest] QtQuick real-time meter widget question (QML Loader-related)

2014-01-06 Thread Ola Røer Thorsen
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

[Interest] QtQuick real-time meter widget question (QML Loader-related)

2014-01-03 Thread VStevenP
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