[Tutor] What is the correct way of signalling and slots in PyQt5?

2019-04-03 Thread Ali M
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

Re: [Tutor] What is the correct way of signalling and slots in PyQt5?

2019-04-03 Thread Alan Gauld via Tutor
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