Qt6?
#558
Replies: 1 comment
-
@rcalixte |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Have you thought about porting this application to Qt6? Support for Qt5 will be phased out by the end of 2025. There are newly released Qt bindings for Go with support for Qt5 and Qt6 and the interface is mostly similar to the previous Qt bindings. I recently converted a much smaller application to Qt6 without much fuss. (I did have one issue with a goroutine thread panicking because of an issue with the window widget pointer but I was able to work around it.) The author @mappu has also been extremely responsive. It would be great to reestablish a community around Go and Qt development!
Beta Was this translation helpful? Give feedback.
All reactions