[Interest] raise a minimized qwindow

Bob Hood bhood2 at comcast.net
Wed Sep 17 17:23:48 CEST 2014


On 9/17/2014 8:10 AM, Duane wrote:
> I have an app that invokes another app as a QProcess.  The invoked app 
> is a QtSingleApplication.  This generally works well in that if the app 
> is already opened but minimized, it won't reopen but it will be 
> activated.  I'm using activateWindw(); raise(); This will make the 
> taskbar icon blink.
>
> But I have some controllers now with no taskbar so the app never comes 
> up.  Is there a function I can call to raise a minimized window and have 
> it open with no user intervention?

I typically use three consecutive calls:

    showNormal();
    activateWindow();
    raise();




More information about the Interest mailing list