You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ MIQT is MIT-licensed Qt bindings for Go.
12
12
13
13
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.
14
14
15
-
These bindings were newly started in August 2024. The bindings are complete for QtCore, QtGui, QtWidgets, Qt SQL, QtMultimedia, QtMultimediaWidgets, QtSpatialAudio, QtPrintSupport, QtSvg, QtScript, QtNetwork, QtWebkit, QtWebChannel, QtWebEngine, QtCharts, QML, QScintilla, ScintillaEdit, there is subclassing support, 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.
15
+
These bindings were newly started in August 2024. The bindings are complete for QtCore, QtGui, QtWidgets, Qt SQL, QtMultimedia, QtMultimediaWidgets, QtSpatialAudio, QtPrintSupport, QtSvg, QtScript, QtNetwork, QtWebkit, QtWebChannel, QtWebEngine, QtCharts, QtPositioning, QtUiPlugin/QtUiTools, QML, QScintilla, ScintillaEdit, there is subclassing support, and there is a uic/rcc/lupdate implementation. But, the bindings may be immature in some ways. Please try out the bindings and raise issues if you have trouble.
16
16
17
17
## Supported platforms
18
18
@@ -37,13 +37,14 @@ You must also meet your Qt license obligations.
37
37
These apps are listed in alphabetical order. Raise an issue or PR to have your app listed here!
38
38
39
39
-[annie-miqt](https://code.ivysaur.me/annie-miqt), a GUI application for downloading videos.
40
+
-[autoconfig](https://github.com/mappu/autoconfig), uses reflection to edit any Go struct with a Qt interface
40
41
-[Benchy](https://github.com/e1z0/Benchy), A modern, cross-platform system benchmarking tool written in Go and Qt (miqt).
41
42
-[code_edit](https://github.com/mappu/miqt/discussions/259), a QSyntaxHighlighter for Go source code
42
43
-[jqview](https://github.com/rcalixte/jqview), The simplest possible native GUI for inspecting JSON objects with jq
43
44
-[libqt6zig](https://github.com/rcalixte/libqt6zig), Qt bindings for Zig and C based on MIQT
-[QAnotherRTSP](https://github.com/e1z0/QAnotherRTSP), A lightweight, cross-platform, multi-camera RTSP viewer built with Go and Qt (miqt).
46
-
-[qbolt](https://code.ivysaur.me/qbolt), a graphical database manager for BoltDB
47
+
-[qbolt](https://code.ivysaur.me/qbolt), a graphical database manager for BoltDB and other databases
47
48
-[qocker-miqt](https://code.ivysaur.me/qocker-miqt), a user-friendly GUI application for managing Docker containers
48
49
-[seaqt](https://github.com/seaqt/nim-seaqt), Qt bindings for Nim and C based on MIQT
49
50
-[SpeedPing](https://github.com/e1z0/SpeedPing), A lightweight, cross-platform network diagnostics and latency measurement tool built with Go and Qt (miqt).
0 commit comments