[Development] Handling specific platform events in Qt

Alan Alpert 416365416c at gmail.com
Mon Jul 1 22:16:37 CEST 2013


On Mon, Jul 1, 2013 at 3:41 AM, Tor Arne Vestbø
<tor.arne.vestbo at digia.com> wrote:
> On 6/28/13 18:59 , Alan Alpert wrote:
>>
>> This should be accessible via Qt.application.active (false if
>> paused/minimized or otherwise not visible).
>
>
> Qt.application.active binds to a window having keyboard activation, AFAIK,
> which may or may not correspond to also being visible/in front, and vice
> versa.

I don't think so. There's a Window.active property for that, and since
we're supporting multi-window Qt.application.active should be
referring to global application state.

--
Alan Alpert



More information about the Development mailing list