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
#6
Yes that's what I'm trying to do with the program I'm cleaning up, since nearly everything was dumped in the main script and for the most part, in the mainwindow class. I'm trying to break down the program into what does the science, what does the IO, and then the GUI into basic functional blocs that can function independently (easier to test that way, isn't it?).
The challenge for me now is to figure out how to best structure the program from the variables point of view so each widget/class can do its thing.
Reply


Messages In This Thread
RE: Managing variables accross a multiple module GUI - by Oolongtea - Jun-28-2019, 04:40 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,490 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