I'm creating a gui app in python QT and even though its supposed to be on the simpler side its hard to keep track of where everything is.

And to access certain controls/widgets I have to do something like self.view.nestedpanel_1.nestedPanel_2.label or something like that lol

Is there a better to go about doing this? picture show my current layout