1
0
mirror of https://github.com/mappu/miqt.git synced 2025-04-26 23:20:21 +00:00

examples/helloworld: simplify

This commit is contained in:
mappu 2024-09-01 14:24:03 +12:00
parent db74fef950
commit 2b1cf2aa3e

@ -9,8 +9,7 @@ import (
func main() {
app := qt.NewQApplication(os.Args)
_ = app
qt.NewQApplication(os.Args)
btn := qt.NewQPushButton2("Hello world!")
btn.SetFixedWidth(320)