Qt binding for Go (Golang) with support for Windows / macOS / Linux / FreeBSD / Android / iOS / Sailfish OS / Raspberry Pi / AsteroidOS / Ubuntu Touch / JavaScript / WebAssembly
New to qml and Qt,
i am trying to get the hang with signals and slots. I am not entirely sure why this happens.
I have a login form with two TextFields, a login button that when pressed should sent back to go the content of those 2 text fields.
When the button is pressed, i get SIGSEGV error instead. Specifically:
New to qml and Qt, i am trying to get the hang with signals and slots. I am not entirely sure why this happens. I have a login form with two TextFields, a login button that when pressed should sent back to go the content of those 2 text fields. When the button is pressed, i get SIGSEGV error instead. Specifically:
Here's my UI code:
And my qml: