[PyQt] Using ui files in PyQt
Hans-Peter Jansen
hpj at urpla.net
Sun Apr 30 12:51:17 BST 2017
On Freitag, 28. April 2017 08:25:19 Mike Driscoll wrote:
> On Thu, Apr 27, 2017 at 9:58 PM, michael h <michaelkenth at gmail.com> wrote:
> >
> > Not sure what you mean by nested ui files.
>
> Nested may be the wrong term. But I have seen multiple examples where we
> are creating part of a page in one ui file and the rest of the page in a
> separate one. I wasn't sure how to phrase that.
All UI elements are real Qt elements, instantiated in Python, and available in
the particular namespace. I've translated a good number of Qt examples to
PyQt, and have yet to come to one, that isn't translatable.
If you encounter specific issues, please report.
Pete
More information about the PyQt
mailing list