[Qt-interest] Launching Inputpanel on top of Qt::ApplicationModal dialog
manish.s.sharma at nokia.com
manish.s.sharma at nokia.com
Fri Jan 8 02:38:46 CET 2010
Hi All,
I am trying to develop an input panel for Qt applications, mostly I will extend Qt's example\tools\inputpanel example. Now there is a problem if editor is inside a QDialog having Qt::ApplicationModal set. Since a dialog is a application modal dialog it blocks all the user input events from the application and hence we will not be able to click on the panel buttons to enter some text.
What I want is irrespective of the editor's window modality, if the panel is launched on top of the editor's window panel should get the event. Is there any way to solve this problem? What I feel that we should have some API's in QWidget level something like QWIdget::setAsInputPanel() and in QApplication we can check for this property and pass the event to the panel.
Please help.
Thanks & Regards,
Manish
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20100108/454fbec0/attachment.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Picture (Device Independent Bitmap) 1.jpg
Type: image/jpeg
Size: 13288 bytes
Desc: Picture (Device Independent Bitmap) 1.jpg
Url : http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20100108/454fbec0/attachment.jpg
More information about the Qt-interest-old
mailing list