The application crashes without errors every time any signal is called on
the widgets. how should i signal to my functions?
for example these signals make the app crash:
self.lineEdit.textChanged.connect(self.edit_input)
or
self.listWidget.clicked.connect(self.listClicked)
here is the full code:
f
On 03/04/2019 09:57, Ali M wrote:
> The application crashes without errors every time any signal is called
It's very unusual to get no errors at all. How are you running it?
Are you using an OS terminal? It may be that you are simply
not seeing the errors...
However...
This list is for the core