examples/windowsmanifest: fix QPushButton overload

This commit is contained in:
mappu 2025-04-05 20:54:13 +13:00
parent f3422815c2
commit 97155eb771

View File

@ -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