Stacked Widget : Making a button work in stackedwidget from different file
I’m a beginner and starting with PySide6 and Qt designer for creating a GUI.
I already done with making GUI from Qt Designer. I already done making the interface with sidebar,header and stacked widget.
Programmatically the button seems working from interface.py,
I tried making a different file to work for each stacked widget,
when i connect a button from different file, it didnt work at all.