therecipe
therecipe
@ShalokShalom Yepp that would be nice, and I think it's also already in the works: https://github.com/gotschmarcel/qtcreator-go But I haven't really looked into that yet.
Hey I looked into this, but to no avail. I will look into this again tomorrow though, once I have some more time.
Sorry for the delay, but I looked into this more deeply and it seems like it's not possible to get the bounds of a 3rd-party window under macOS. (probably due...
>reinstalling the binding fixed this. Do you have to have export GO111MODULE=off; to run this with Go 1.13? I think this was because you probably did update Xcode as well?...
Hey Do you make use of the Multimedia module? Also does `qtdeploy -fast test desktop` work? It could be that this is just a deployment issue and that you can...
Mh, that's probably a side effect of importing `` or `` It might be solved now with 5.13, since these imports are no longer there in the newly generated core.cpp
Hey Yeah, the command prompt should be already hidden on windows. (qtdeploy actually sets `-H=windowsgui` by default) Does the prompt disappear when you use the `windows_32_static` image? Or some of...
Found an related issue: https://github.com/therecipe/qt/issues/412
You can run `go list -f {{.Deps}}` in the root folder of your project to get a list of all your dependencies. I just need a list of all the...
Thanks, I will look into this.