<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">You don't need full Creator, for what you want Designer is enough.</font></div><div class="gmail_default" style="font-family:georgia,serif;font-size:large"><font size="2">Also, Designer is much more powerful than glade. I do all my qt gui design in Designer, for pyqt and also for c++ Qt.</font></div><div class="gmail_default" style="font-family:georgia,serif;font-size:large"><font size="2">The command line for pyuic5 in Linux is:</font></div><div class="gmail_default" style="font-size:large"><span style="font-family:verdana,sans-serif"><font size="2">#pyuic5  x.ui -o ui_x.py</font></span></div><div class="gmail_default" style="font-family:georgia,serif;font-size:large"><font size="2">where x.ui is the xml file generated by Designer and ui_x.py is the generated python code.</font></div><div class="gmail_default" style="font-family:georgia,serif;font-size:large"><font size="2">Tom<br></font></div><div class="gmail_default" style="font-family:georgia,serif;font-size:large"><font size="2"></font><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, May 3, 2021 at 7:04 PM Rich Shepard <<a href="mailto:rshepard@appl-ecosys.com">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, Tomas Sobota wrote:<br>
<br>
> ... as a general suggestion for your learning, why don't you build your<br>
> GUI interactively with Qt Designer? That way you can look at the Python<br>
> code that is generated by pyuic. It's very handy<br>
<br>
Tom,<br>
<br>
I'll do that. Back 10-15 years I used wxPython and found that glade was<br>
unsatisfactory so I've avoided looking at using Creater (which Slackware has<br>
rather than only Designer).<br>
<br>
Regardless, I can see the advantages for learning.<br>
<br>
Thank you,<br>
<br>
Rich<br>
</blockquote></div>