small QML revisions

This commit is contained in:
polos 2017-02-18 17:00:23 +01:00
parent 40cf1a7941
commit 5fd3834081
9 changed files with 5 additions and 8 deletions

View file

@ -16,7 +16,6 @@
(x:do-with qml:*quick-view*
(|setSource| (|fromLocalFile.QUrl| "qml/example.qml"))
(|setResizeMode| |QQuickView.SizeRootObjectToView|)
(|resize| '(350 350))
(|show|)))
(run)