# goqt **Repository Path**: fhq/goqt ## Basic Information - **Project Name**: goqt - **Description**: Golang bindings to the Qt cross-platform application framework. - **Primary Language**: Unknown - **License**: LGPL-2.1 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 20 - **Created**: 2016-10-02 - **Last Updated**: 2024-05-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README GoQt ==== ## Introduction _GoQt is golang bindings to the Qt cross-platform application framework._ * Version: 0.1.2 * Author: [visualfc](mailto:visualfc@gmail.com) ## Experiment GoQt project current is experiment. ## What is GoQt GoQt is a GUI toolkit for the Go programming language. It allows Go programmers to create programs with a robust, highly functional graphical user interface, simply and easily. It is implemented as a Golang extension module (cgo code) that wraps the popular Qt cross platform GUI library, which is written in C++. Like Golang and Qt, GoQt is Open Source. The Golang extension module(cgo code) under the BSD license. The C++ bindings library under the LGPL license. ## Platforms Support ### System * Windows x86 (32-bit or 64-bit) * Linux x86 (32-bit or 64-bit) * MacOS X10.6 ### Golang * Go1.4.2 * Go1.5.2 ### Qt Version * Qt4.8.5 * Qt5.5.1 ## Documents [GoQt Documents](doc) Instructions install GoQt and learning documents. ## Examples [GoQt Examples](examples) Some examples of learning to use GoQt source code. ### Website * Source code * https://github.com/visualfc/goqt * LiteIDE * https://github.com/visualfc/liteide