From b9b457eb8b3a994fcf0d7de2999bc702496194f7 Mon Sep 17 00:00:00 2001 From: mappu Date: Wed, 6 Nov 2024 18:37:06 +1300 Subject: [PATCH] doc/README: update headline with current library support list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fceae47a..50fb563f 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ MIQT is MIT-licensed Qt bindings for Go. This is a straightforward binding of the Qt 5.15 / Qt 6.4+ API using CGO. You must have a working Qt C++ development toolchain to use this Go binding. -These bindings were newly started in August 2024. The bindings are functional for all of QtCore, QtGui, and QtWidgets, and there is a uic/rcc implementation. But, the bindings may be immature in some ways. Please try out the bindings and raise issues if you have trouble. +These bindings were newly started in August 2024. The bindings are complete for QtCore, QtGui, QtWidgets, QtMultimedia, QtMultimediaWidgets, QtSpatialAudio, QtPrintSupport, QScintilla, ScintillaEdit, and there is a uic/rcc implementation. But, the bindings may be immature in some ways. Please try out the bindings and raise issues if you have trouble. ## Supported platforms