[PyQt] Doubt

Dennis Jensen djensen at pgcontrols.com
Tue Oct 1 23:07:28 BST 2019


Well I am only working from many years of experience and the fact that 
you can do soooo much more with a properly designed GUI using PyQt as it 
was meant to be used rather use it in conjunction with that stuff the 
Designer creates further I have often encounter newbies and 
semi-seasoned PyQt programmers who are trying to do something that is 
easy to do but are struggling because it is either no longer easy 
because of the black-box UI or its next to impossible to do due to the 
black-box UI

Now I am sure it could be done but frankly there really is not need for 
that Designer creating the GUI is just as easy and efficiently done by 
coding it from scratch and what you have when you are done is something 
5x more viable

On 10/1/2019 1:17 PM, Kyle Altendorf wrote:
>
>
> On 2019-10-01 10:03, Dennis Jensen wrote:
>> Oh and as a major warning to you and/or any other new to PyQt
>> programmer do not use the Designer it will only be a nightmare at some
>> point in time -- it is much better and just as easy or easier to learn
>> to program PyQt the way it was meant to be programmed as it is
>> actually a beauty in implementation -- I was surprised it was so easy
>> because I saw/see so many folks using the Designer however since my
>> initial exposure I have just about everyone of them struggling with
>> the code the Designer barfs out which is not overly surprising when
>> you look at it
>
> I mostly don't look at my .pyc files.  I similarly mostly don't look 
> at my .py files generated from .ui files (and until recently those .py 
> files literally did not even exist because I loaded dynamically with 
> the uic module).  I'm also not sure how PyQt is 'meant to be 
> programmed' without Designer.  It seems an optional tool that is 
> neither meant to be used for everything nor meant to not be used.
>
> Anyways, just to be direct, I use Designer and it doesn't seem to have 
> ruined my programs.
>
> Cheers,
> -kyle


More information about the PyQt mailing list