Search Results

Found 1 results for "a92072748dc30a1bd4a186023ea0a8c2" across all boards searching md5.

Anonymous /g/105570523#105576709
6/13/2025, 12:18:42 AM
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