[PyQt] MDI with UIC how to load ?

Rohan Hole rohanhole31 at gmail.com
Fri Jan 29 22:27:45 GMT 2010


I have One MDI (Menu Driven) and Some .ui Files . I can load UI files
directly from following standalone code


from PyQt4 import QtGui, uic
app = QtGui.QApplication(sys.argv)
widget = uic.loadUi('demo.ui')
widget.show()
sys.exit(app.exec_())

While i want to RUN  ui files within MDI Window , When I click on Menus It
should load "UI" files within MDI window . .. Is it possible ??
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20100130/22880e3b/attachment.html>


More information about the PyQt mailing list