mirror of
https://github.com/mappu/miqt.git
synced 2025-04-08 06:30: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)
|
qt.NewQApplication(os.Args)
|
||||||
|
|
||||||
btn := qt.NewQPushButton2("Hello world!")
|
btn := qt.NewQPushButton3("Hello world!")
|
||||||
btn.SetFixedWidth(320)
|
btn.SetFixedWidth(320)
|
||||||
|
|
||||||
var counter int = 0
|
var counter int = 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user