用Golang写图形界面程序:GoQt
admin
9年前
GoQt是Golang对Qt跨平台应用框架的一个绑定。 Instructions install GoQt and learning documents. Some examples of learning to use GoQt source code.
GoQt是一个Go语言的GUI工具箱,能够让Go程序员简单和容易得创建一个功能强大的图形用户界面程序。 It is implemented as a Golang extension module (cgo code) that wraps the popular Qt cross platform GUI library, which is written in C++. Documents
Examples
Website