Post #1299064
2026-04-15 16:07 UTC
Well I seem to have Juan Mendoza's R-Console bridge plugin mostly working in Qt6 in QGIS4 by replacing a whole truckload of Qt.Foo with Qt.FooThings.Foo - graphics not working but I don't think they were working on my QGIS 3 system... Code here: https://codeberg.org/browlingson/rqgis/src/branch/qgis4
Replies (1)
-
@geospacedman@mastodon.social 2026-04-15 16:16
The verbosity of Qt6 makes me think I'm doing something wrong. Why is it now Qt.Key.Key_Delete and not Qt.Key.Delete? Oh I bet there's some fiery arguments in the Qt slack/discord/mailing list/wherever...