[Qt-interest] Running multiple QApplications

Ender EREL erelender at yahoo.com
Tue Oct 27 12:43:00 CET 2009


Colin S. Miller wrote:
> Nitin Mahajan wrote:
>> Hello,
>>
>> I want to run two QApplications simultaneously on Qt for embedded 
>> Linux using frame buffer.
>>
>> I always want to keep one of the application windows in foreground, 
>> even if I click into the other window.
>> Can I get some pointers towards this?
>>
>> Thanks in advance 
> 
> Nitin,
> Do you want
> 1) the first application window to be always-on-top,
>    allowing the user to interact with the other window, but
>    the second window is (partially) covered by the first
> 
> or
> 2) When the user clicks on the second window, the
>    focus is automatically moved back to the first window?
> 
> Colin S. Miller

Or, Do you want
1 ) Two seperate QApplications ( two event loops etc.)
2 ) Two seperate QMainWindows ( one QApplication, two toplevel windows)?

-- 
Ender EREL



More information about the Qt-interest-old mailing list