(原) Golang GUI之Qt

原创文章,请后转载,并注明出处。

GIT: github.com/therecipe/qt

一个Golang可用的GUI,看起来支持多种平台。

这里网友介绍了如何进行安装: 1 2

1.我是Ubuntu系统,按照官方要求安装:sudo apt-get -y install build-essential libglu1-mesa-dev libpulse-dev libglib2.0-dev

  1. https://download.qt.io/archive/qt/ 下载相应版本,例如http://iso.mirrors.ustc.edu.cn/qtproject/archive/qt/5.14/5.14.0/qt-opensource-linux-x64-5.14.0.run

  2. 安装一些工具 go get -u -v github.com/therecipe/qt/cmd/…

  3. 安装bindings: qtsetup

  4. apt install qtchooser

相关文章