PDA

View Full Version : pyqt: uic.loadUiTyoe() multiple ui widgets loading



qtpyqt
26th May 2010, 15:49
Hi,

I'm new to qt and I'm trying to create a window with multiple instances of the same widget.
So let's say I have a main window.ui and a widget.ui

I would want to dynamically load the window.ui (uic.loadUi()) but than within this window load in a few widgets from widget.ui (I think I will need the uic.loadUiType() ) for that, but not sure how to proceed.

Anyone to help?:confused:
thanks!