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
#17
Hi, sorry for replying this late I had to put the project on hold for the past few months because of work priorities.
Thank you all for your insight. I've been trying to organise my code like @Alfalfa explained; most control variables are contained within the scope of a class, unfortunately I am unclear where and how my data should be "stored" within the software's code for easy access & modification. This is especially true in the case of measurement data which will be acquired/changed/displayed by various classes in various modules in my project.
On the other hand the structure of the original code is still a real mess, which doesn't help to have a clear picture of what is going on Think

@Denni, @Skaperen, if you are still following the thread I'll try to make a dummy version of my program's structure as soon as i have time.
Reply


Messages In This Thread
RE: Managing variables accross a multiple module GUI - by Oolongtea - Sep-18-2019, 08:25 AM

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,500 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