Registry / other / therecipe-qt

therecipe-qt

JSON →
library0.0.0-20200904063919-c0c124a5770dgogounverified

Go bindings for the Qt cross-platform application framework.

go get github.com/therecipe/qt
INSTALL
IMPORT
SIG · THERECIPE-QT
T
therecipe-qt
othergov0.0.0-20200904063919-c0c124a5770d
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

qt
github.com/therecipe/qt

Create a simple Qt application with a main window.

package main import ( "github.com/therecipe/qt/widgets" ) func main() { app := widgets.NewQApplication(0, nil) window := widgets.NewQMainWindow(nil, 0) window.Show() app.Exec() }
Debug
Known issues
gotchaThis package requires CGO and Qt libraries installed on the system.
fix
Install Qt development libraries and set CGO_ENABLED=1.
affects: *
Upgrade
Version history
0.0.0-20200904063919-c0c124a5770dlatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
therecipe-qt — go get therecipe-qt · libregistry