Relative Content

Tag Archive for c++qtqmlqt5qtquick2

Data sent from CPP causes interface crash in QML

first of all, I have a problem like this. I want to transfer the data to the QML side with a signal from C ++, but after a while my interface crashes without giving any error. I can’t find the reason for this, I can’t see it even though I debug, is there any error in my code?
NOTE: I didn’t add unnecessary parts of the code