mirror of
https://github.com/mappu/miqt.git
synced 2025-04-07 22:20:22 +00:00
examples/windowsmanifest: fix QPushButton overload
This commit is contained in:
parent
f3422815c2
commit
97155eb771
@ -11,7 +11,7 @@ func main() {
|
||||
|
||||
qt.NewQApplication(os.Args)
|
||||
|
||||
btn := qt.NewQPushButton2("Hello world!")
|
||||
btn := qt.NewQPushButton3("Hello world!")
|
||||
btn.SetFixedWidth(320)
|
||||
|
||||
var counter int = 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user