Python Forum
Binding functions in Qt Designerr
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Binding functions in Qt Designerr
#13
Okay "tips hat" thanks -- well now that at least uses the layout system that is good but it would still be a nightmare to have to work with. Your comment and the issue that I find to be the biggest one that pops up is that "it is never meant to be read or edited;" which means that if you want to do some simple tweaks you have to get very creative with the Designer --or-- wade through that mass and try to figure out how to make those tweaks -- which may get thrown out when you render another UI due to other changes needing to be made.

Still to each their own -- I personally (having worked extensively with post production code) prefer to create code that I fully understand and can at a fairly quick glance get a solid gist of what it is doing because -- even if I wrote it -- if I have to come back to in a few months I am not going to remember what exactly I was doing let alone what someone else might have been doing.

Once you have had to struggle with this kind of mess trying to figure out where the bug is and/or how to implement that minor change the customer is asking for -- you will begin to understand why having anything that was meant never to be read or edited becomes a major problem in inefficiency. Besides I can render that code almost as quickly (or perhaps quicker) than you can using the Designer and when I am done I have no need to revisit the Designer just make the in-code tweaks necessary thus only incremental changes rather than sweeping uncontrolled changes implemented by something that I have no idea of how it will actually render what I have designed.
Reply


Messages In This Thread
Binding functions in Qt Designerr - by Mocap - Aug-04-2019, 01:31 AM
RE: Binding functions in Qt Designerr - by Denni - Aug-08-2019, 12:45 PM
RE: Binding functions in Qt Designerr - by Mocap - Aug-15-2019, 03:08 AM
RE: Binding functions in Qt Designerr - by Denni - Aug-15-2019, 02:54 PM
RE: Binding functions in Qt Designerr - by Alfalfa - Aug-15-2019, 05:38 PM
RE: Binding functions in Qt Designerr - by Denni - Aug-15-2019, 06:30 PM
RE: Binding functions in Qt Designerr - by Alfalfa - Aug-17-2019, 01:05 AM
RE: Binding functions in Qt Designerr - by Denni - Aug-19-2019, 03:28 PM
RE: Binding functions in Qt Designerr - by Alfalfa - Aug-21-2019, 10:06 PM
RE: Binding functions in Qt Designerr - by Denni - Aug-22-2019, 03:38 PM
Functions in Qt Designer - by Mocap - Aug-07-2019, 11:34 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Key Binding scope angus1964 1 1,305 Jun-30-2022, 08:17 PM
Last Post: deanhystad
  kivy binding issue hammer 8 3,203 Nov-07-2021, 11:34 PM
Last Post: hammer
  [Tkinter] binding versus disable DPaul 6 7,119 May-05-2021, 05:17 PM
Last Post: DPaul
  [Tkinter] Binding Entry box to <Button-3> created in for loop iconit 5 5,133 Apr-22-2020, 05:47 AM
Last Post: iconit
  TkInter Binding Buttons ifigazsi 5 4,948 Apr-06-2020, 08:30 AM
Last Post: ifigazsi
  Making text clickable with binding DT2000 10 5,404 Apr-02-2020, 10:11 PM
Last Post: DT2000
  [Tkinter] Setting Binding to Entry created with a loop? p_hobbs 1 2,139 Nov-25-2019, 10:29 AM
Last Post: Larz60+
  Binding functions to Menus in tkinter?? Mocap 1 2,521 Jul-23-2019, 01:37 AM
Last Post: Larz60+
  [Kivy] Kivy property (in .kv) loses binding to a variable (in .py) j.crater 3 5,223 Aug-14-2018, 12:37 PM
Last Post: buran

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020