Qt binding for Go (Golang) with support for Windows / macOS / Linux / FreeBSD / Android / iOS / Sailfish OS / Raspberry Pi / AsteroidOS / Ubuntu Touch / JavaScript / WebAssembly
I am getting started with QT with Golang. Not an expert at all. So, if i say something that is lame, Please correct me. I am struggling to figure out how to use Signal/Slots in Go. Tried lot of examples as provided in this repo. But doesn't work.
# command-line-arguments
zone/signalslots.go:19:3: h.ConnectMySignal undefined (type *hStruct has no field or method ConnectMySignal)
zone/signalslots.go:31:7: undefined: NewHStruct
How should signal & slots be taken care of in go? Any suggestions?
Hi,
I am getting started with QT with Golang. Not an expert at all. So, if i say something that is lame, Please correct me. I am struggling to figure out how to use Signal/Slots in Go. Tried lot of examples as provided in this repo. But doesn't work.
As pointed out in this link : Link
I follow it as said, but throws an error :
How should signal & slots be taken care of in go? Any suggestions?