[Qt-interest] Application Window on top of everything
Rahulkumar Tibdewal
rahulkumar_tibdewal at persistent.co.in
Tue May 5 10:50:45 CEST 2009
Thanks,
This stuff worked.
I want to disable keyboard completely. I already used event filter on keyboard. Filtering keyboard events using Keypress and Keyrelease event filter, filter's only individual key.
Due to this key combinations are still accessible. I want to stop shortcut keys also. As in keyboard is dead and you cannot do anything.
This feature is very important part of my application.
Thanks
Rahul
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<mailto: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<mailto:Qt-interest at trolltech.com>
http://lists.trolltech.com/mailman/listinfo/qt-interest
--
Regards,
Keshava.
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20090505/e6c141c8/attachment.html
More information about the Qt-interest-old
mailing list