Note: 开启模块支持, 设置国内高速代理, 参考 – https://www.jianshu.com/p/d782d70b3a25 搭建的目的只是刚好看到有这么一个模块, 还有给使用Go的人需要用到调试界面的时候用一下,真正开发界面并不建议用,没必要, 还有缺点就是在windows平台下编译偏慢, 还有其他一些UI 纯Go开发的UI – https://github.com/mjl-/duit (1) QtDesigner编辑如下UI, 并保存为login.ui (2) 使用 goqtuic 工具将login.ui转成 golang代码 goqtuic -go-ui-dir=”uitogo” -ui-file=login.ui 此时login.ui所在目录下有了新的目录uitogo, 且uitogo目录下有文件login_ui.go生成 此时还运行不起来, 因为生成的login_ui.go是基于 github.com/therecipe/qt 的,还需要搭建这个环境 1. 下载 github.com/therecipe/qt 备用高速仓库 – https://gitee.com/xuyanhui_halo/qt 解压 2. mingw64 + qt5.13.0环境包 https://github.com/therecipe/env_windows_amd64_513 备用高速仓库 – https://gitee.com/xuyanhui_halo/env_windows_amd64_513 下载后解压, 修改 xxenv_windows_amd64_5135.13.0mingw73_64binqtenv2.bat 例如: (注意Path改成你自己编译包放置路径, 注意/斜杠, 最后bin要/) 3. 编译 Qt支持golang工具 1) 将 2 中mingw bin添加到系统环境中, 为下面编译提供 gcc g++, 关键是后续将go使用Qt库编译时链接的库不会报错 2) 编译1中解压的源码 编译之后生成, 将他们拷贝放到$GOPATH/bin 目录下即可 至此环境搭建基本完成 Program: E:CodePathGolangbingoqtuic.exe Arguments: -go-ui-dir=$FileDir$ -ui-file=$FilePath$ Working directory: $FileDir$ (1) 重新进行编译 Program: E:CodePathGolangbinqtdeploy.exe Argument: -qt_dir=E:CodePathGolangbinenv_windows_amd64_513 -qt_version=”5.13.0″ build desktop $FileName$ Working directory: $FileDir$ 1. 中编译的代码 main.go 2. 使用创建的goland工具编译/命令编译 命令: qtdeploy.exe -qt_dir=E:CodePathGolangbinenv_windows_amd64_513 -qt_version=5.13.0 build desktop main.go 3. 编译之后生成windows 和 deploy目录 其中 deploywindows 目录下有执行文件,双击运行 time=”2020-06-18T20:39:37+08:00″ level=error msg=”failed to run command” _func=RunCmd cmd=”go mod vendor” dir=”E:\Code\Golang\go_with_qt\main.go” env= error=”fork/exec C:\Go\bin\go.exe: The directory name is invalid.” name=”go mod vendor” 解决 go mod vendor , 将依赖拷贝到当前目录中, 再重新编译 本例程代码 – https://download.csdn.net/download/halo_hsuh/12533440 – 和彩云 https://caiyun.feixin.10086.cn/dl/0r5Csgu39kyu2 提取密码:B3dA简介
QtDesigner + Golang
安装 ui 转 golang 工具 goqtuic
// 执行完毕之后在GOPATH/bin目录下生成 goqtuic.exe 执行程序 go get -u -v github.com/stephenlyu/goqtuic (1) goqtuic.exe -h Usage of E:CodePathGolangbingoqtuic.exe: -go-test-file string // 生成测试文件 Test go file path -go-ui-dir string // ui文件转换成的go文件放置路径 Generated ui go files directory (default "uigen") -ui-file string // ui文件的目录或者路径 QT Designer ui file or directory (default "ui") (2) 将xx.ui文件转化成golang文件并放到目录uitogo下 goqtuic -go-ui-dir="uitogo" -ui-file=xx.ui
使用QtDesigner设计视图, 并保存
Golang使用Qt库的环境搭建
@echo off echo Setting up environment for Qt usage... set PATH=E:CodePathGolangbinenv_windows_amd64_5135.13.0mingw73_64/bin;E:CodePathGolangbinenv_windows_amd64_513Toolsmingw730_64/bin;%PATH% echo To export the current PATH to your default CMD or PS env run echo ------------------------ echo set PATH "%PATH%" echo ------------------------ echo and re-open the command line window
$ cd xxqtcmd $ go build ./qtsetup/ $ go build ./qtminimal/ $ go build ./qtdeploy/ $ go build ./qtminimal/ $ go build ./qtrcc/
Goland上 配置 ui -> golang 和 编译Qt支持的go源码
ui -> go 外部工具配置
设置编译带Qt支持的Go文件工具
使用
package main import ( "github.com/therecipe/qt/widgets" "github.com/therecipe/qt/core" "os" myui "go_with_qt/ui" ) func main() { widget := widgets.NewQApplication(len(os.Args), os.Args) mainwindows := widgets.NewQMainWindow(nil, core.Qt__Window) // 创建主窗体 loginUI := myui.UILoginMainWindow{} loginUI.SetupUI(mainwindows) // 将UI初始化给创建的mainwindows mainwindows.Show() // 显示 widget.Exec() }
问题
资源
本网页所有视频内容由 imoviebox边看边下-网页视频下载, iurlBox网页地址收藏管理器 下载并得到。
ImovieBox网页视频下载器 下载地址: ImovieBox网页视频下载器-最新版本下载
本文章由: imapbox邮箱云存储,邮箱网盘,ImageBox 图片批量下载器,网页图片批量下载专家,网页图片批量下载器,获取到文章图片,imoviebox网页视频批量下载器,下载视频内容,为您提供.
阅读和此文章类似的: 全球云计算