[Qt-interest] Application Window on top of everything
Keshava Krishna
keshavkrishna88 at gmail.com
Mon May 4 17:40:36 CEST 2009
If you are using QMainWindow for your application, then probably you can use
*
yourWindow->setWindowModality ( *Qt::ApplicationModal* );
*or for more options have a look at Qt::WindowFlags which u can apply to
your window using *yourWindow->setWindowFlags( Qt::WindowFlags);*
hope this would help you....
On Mon, May 4, 2009 at 8:50 PM, Rahulkumar Tibdewal <
rahulkumar_tibdewal at persistent.co.in> wrote:
> Hello All,
>
>
>
> I am developing an Qt application on Mac.
>
> In this application I have to create a window which should be on top of
> everything.
>
> During its development I am left with 2 problems:
>
>
>
> 1. Window should be on top of everything means not even the system
> messages can appear once the application is in full screen mode.
>
> 2. Front Row appears with command+Esc combination. We can remove
> problem this using system preferences keyboard shortcuts. But I have to do
> this programmatically.
>
> And I have no idea how to deal with this.
>
> Any help is a great help.
>
>
>
> Thanks and Regards
>
> Rahul
>
> DISCLAIMER ========== This e-mail may contain privileged and confidential
> information which is the property of Persistent Systems Ltd. It is intended
> only for the use of the individual or entity to which it is addressed. If
> you are not the intended recipient, you are not authorized to read, retain,
> copy, print, distribute or use this message. If you have received this
> communication in error, please notify the sender and delete all copies of
> this message. Persistent Systems Ltd. does not accept any liability for
> virus infected mails.
>
> _______________________________________________
> Qt-interest mailing list
> Qt-interest at trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-interest
>
>
--
Regards,
Keshava.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20090504/bba0ba38/attachment.html
More information about the Qt-interest-old
mailing list