> Good luck with implementing .ui support! Don't know how straightforward it > will be :)
I saw the Go version and want to implement that. > One serious concern is that the cpp backend is required. Hence, if you use a > library that does not work with the cpp backend, it'll be suddenly very > complex to get everything working. This is indeed a major pain that is recurring. I don't know the answer to that. I think that we have a couple of problems: * Qt has for installing their stuff the MaintenanceTool, but apparently no one knows what to do after you installed your Qt version with it. * When you install Qt[6|5] you still need to point out to the version. See my error in github. * Also when you embed your program with Qt you need to download the right version. Yes, this is a major pain indeed.
