Python – PySide6 button click event not working after disconnecting and connecting new slot
I am creating some buttons and assigning click events to them. Each button is assigned to a dialog window where data can be entered. After entering that data it’s sent to a flask server, flask server emits that data back to the client python application.