Skip to content

Go言語でQtを使ってみる。コードを読みながら試してみたQtの自作コード集

Notifications You must be signed in to change notification settings

ryoko-saito/qt_on_golang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go言語でQtを使ってみる

Go言語でQt(GUIツールキット)を扱えるパッケージのコードを読みながら試してみたQtの自作コードサンプル集
https://github.com/therecipe/qtを利用する。
Qtについて:Qt | Cross-platform software development for embedded & desktop

サンプルコードの試し方

Go言語でQtを試すための環境構築
Go言語でQtを扱ってみる on Windows - saitodev.co
Go言語でQtを扱ってみる on Ubuntu - saitodev.co

サンプルコードを試すためのコマンド

// QFormLayoutを試したい場合(ディレクトリ名がレイアウトディレクトリ内のform)
cd サンプルコードのクローンを配置したいディレクトリ
git clone https://github.com/ryoko-saito/qt_on_golang.git
cd qt_on_golang/layout
qtdeploy test desktop ./form

About

Go言語でQtを使ってみる。コードを読みながら試してみたQtの自作コード集

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages