Python Forum
[PyQt] Managing variables accross a multiple module GUI
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[PyQt] Managing variables accross a multiple module GUI
#5
Note one of things I have found with the GUI is that it ought to be Class-ified a lot which is to say building sub-classes to handle various sub-elements is a lot cleaner and easier to maintain than having all the functionality within a single Class which seems to be how PyQt was designed -- so inheritance and re-classing things is often a very solid answer to making the code easier to read/maintain as well as necessary in order to do certain things
Reply


Messages In This Thread
RE: Managing variables accross a multiple module GUI - by Denni - Jun-28-2019, 04:09 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
Question [Tkinter] Defining a self made module's function to interact with the main .py variables? Gilush 9 4,478 Jun-08-2020, 09:08 AM
Last Post: Gilush

Forum Jump:

User Panel Messages

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