mirror of
https://github.com/mappu/miqt.git
synced 2025-08-06 14:19:48 +08:00
qprintsupport: rename to qt/printsupport [BREAKING]
This commit is contained in:
@ -4,7 +4,7 @@ import (
|
||||
"os"
|
||||
|
||||
"github.com/mappu/miqt/qt"
|
||||
"github.com/mappu/miqt/qt/qprintsupport"
|
||||
"github.com/mappu/miqt/qt/printsupport"
|
||||
)
|
||||
|
||||
func main() {
|
||||
@ -16,7 +16,7 @@ func main() {
|
||||
|
||||
btn.OnPressed(func() {
|
||||
|
||||
dlg := qprintsupport.NewQPrintDialog3()
|
||||
dlg := printsupport.NewQPrintDialog3()
|
||||
dlg.OnFinished(func(int) {
|
||||
dlg.DeleteLater()
|
||||
})
|
Reference in New Issue
Block a user