<div dir="ltr"><div class="gmail_default" style="font-family:georgia,serif;font-size:large"><font size="2">Rich,</font></div><div class="gmail_default" style="font-family:georgia,serif;font-size:large"><font size="2">I also use emacs :-) That's why I never use Creator but only Designer. Actually Creator internally calls Designer for all gui edition</font></div><div class="gmail_default" style="font-family:georgia,serif;font-size:large"><font size="2">Tom</font><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, May 3, 2021 at 10:14 PM Tomas Sobota <<a href="mailto:tom@sobota.net">tom@sobota.net</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_default" style="font-family:georgia,serif"><font size="2">>Creating Python code from an .ui file must be repeated after every small<br>
>design change, which can be quite tedious.</font></div><div class="gmail_default" style="font-family:georgia,serif"><font size="2"><br></font></div><div class="gmail_default" style="font-family:georgia,serif"><font size="2">Sibylle, <br></font></div><div class="gmail_default" style="font-family:georgia,serif"><font size="2">yes, agreed that it is tedious, that's why I use a Makefile to generate everything.<br></font></div><div class="gmail_default" style="font-family:georgia,serif"><font size="2">In a typical Python project there are a few modules, a few designer .ui files, one or more resource files and so on. You really need to use 'make' (or equivalent) to keep everything up to date</font></div><div class="gmail_default" style="font-family:georgia,serif"><font size="2">Tom</font></div><div class="gmail_default" style="font-family:georgia,serif"><font size="2"><br></font></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, May 3, 2021 at 8:14 PM Rich Shepard <<a href="mailto:rshepard@appl-ecosys.com" target="_blank">rshepard@appl-ecosys.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Mon, 3 May 2021, Maurizio Berti wrote:<br>
<br>
> Please, read more carefully.<br>
> I used "tboxLayout", not "tbox":<br>
> tboxLayout..addLayout(tb1)<br>
<br>
> That tboxLayout refers to the previous point in my list, in which I<br>
> created that object as the layout to which you add the other child<br>
> layouts.<br>
<br>
Maurizio,<br>
<br>
Yes, I saw that.<br>
<br>
I used tbox as the layout name and assumed that added tb1 to it.<br>
<br>
Now I'm using Designer to replicate the widgets, groups, and layouts and<br>
I'll see how that translates to python code.<br>
<br>
Thank you,<br>
<br>
Rich<br>
<br>
</blockquote></div>
</blockquote></div>