Method passed into Qt’s clicked.connect won’t run when defined in another class
When I pass in a method of the class I’m currently in to the clicked.connect
method of a QAbstractButton
, everything works as expected:
Slot not being called after moveToThread in PyQt6
This is a MCVE:
PyQt: Wait until widget closes
I have a window/widget that shows after I press a button, is there a way to make the main window wait until the widget closes out? I am using .show()
right now and I have tried using .exec_()
already but it gives me this error: