29 Star 91 Fork 20

七叶/goqt

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
main.go 203 Bytes
一键复制 编辑 原始数据 按行查看 历史
七叶 提交于 10年前 . fix code
package main
import (
"log"
"os"
"github.com/visualfc/goqt/ui"
)
func main() {
ui.RunEx(os.Args, func() {
w, err := NewCalclatorForm()
if err != nil {
log.Fatalln(err)
}
w.Show()
})
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/visualfc/goqt.git
git@gitee.com:visualfc/goqt.git
visualfc
goqt
goqt
master

搜索帮助