[PyKDE] Isuing a aprent qApp

Hihn, Jason Jason.Hihn at verint.com
Wed Dec 1 14:20:46 GMT 2004


Apparently, out look ate my last email so here it is again.



I am using python embedded in an MFC app. The Python interp brings up
QDialogs (from UI files, and coded in PyQt) This now works, and
beautifully. There are 2 small issues that I need to address

1) The MFC app and the QDialog are sperate task bar entries.

2) The QDialog (even when set to modal in designer) is not modal, that
is, the parent MFC app may be z-ordered in front if it.



It think these issues will be fixed once I can make a QWinWidget that is
the theApp.m_pmainFrame (or whatever it is called in MFC) but then the
issue is how do I get the QDialog's parent set to that? The issue I see
here is that the parent is outside the interpreter, and the needs to be
sent inside. I also see qApp.mainWidget, but the issue remains the same.




Once again, any help is appreciated.







__________________________________________________________________________________________
This electronic message may contain proprietary and confidential information of Verint Systems Inc., its affiliates and/or subsidiaries.
The information is intended to be for the use of the individual(s) or
entity(ies) named above.  If you are not the intended recipient (or authorized to receive this e-mail for the intended recipient), you may not use, copy, disclose or distribute to anyone this message or any information contained in this message.  If you have received this electronic message in error, please notify us by replying to this e-mail. (1)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20041201/633a63d1/attachment.html


More information about the PyQt mailing list