mirror of
https://gitlab.com/eql/lqml.git
synced 2026-01-04 08:11:52 -08:00
update readmes
This commit is contained in:
parent
c3badf835b
commit
a172789b58
3 changed files with 14 additions and 7 deletions
|
|
@ -74,6 +74,11 @@ lisp/qml-reload/on-reloaded.lisp
|
||||||
For **android**, in order to see the debug output of eventual QML errors, you
|
For **android**, in order to see the debug output of eventual QML errors, you
|
||||||
need to run `./log.sh` in your `build-android/` directory.
|
need to run `./log.sh` in your `build-android/` directory.
|
||||||
|
|
||||||
|
If you don't want auto reload enabled (would block the app if the web server
|
||||||
|
isn't reachable), comment out `auto-reload-qml` in `lisp/main.lisp`.
|
||||||
|
|
||||||
|
Both desktop and mobile auto reload can also be run **simultaneously**, since
|
||||||
|
they share the QML source files.
|
||||||
|
|
||||||
|
|
||||||
Important notes for mobile
|
Important notes for mobile
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,10 @@ reloading QML.*
|
||||||
doesn't depend on Swank, and should therefore also be stable (it uses a local
|
doesn't depend on Swank, and should therefore also be stable (it uses a local
|
||||||
trivial web server).*
|
trivial web server).*
|
||||||
|
|
||||||
|
*You may even run both the desktop and mobile device auto reload simultaneously
|
||||||
|
(`swank-server` example only), because they both watch/load the same QML
|
||||||
|
sources.*
|
||||||
|
|
||||||
|
|
||||||
QML Preview and Slime
|
QML Preview and Slime
|
||||||
---------------------
|
---------------------
|
||||||
|
|
|
||||||
12
readme.md
12
readme.md
|
|
@ -39,11 +39,9 @@ TODO
|
||||||
macOS note
|
macOS note
|
||||||
----------
|
----------
|
||||||
|
|
||||||
Qt is (obviously) working perfectly well on Linux (and on Linux only, I dare to
|
Qt works (obviously) perfectly well on Linux.
|
||||||
say).
|
|
||||||
|
|
||||||
On macOS/iOS you'll always find some subtle bug, like a QQuickView not updating
|
On macOS instead, I found this a little annoying bug: after a QML property
|
||||||
after a property change through e.g. Slime.
|
change in Slime, the QQuickView is not updating. So, for a visual update you
|
||||||
|
need to click on the view; but it seems to work for subsequent property
|
||||||
In the above case you need to click on the QQuickView in order to update the
|
changes.
|
||||||
view; after that, it seems to work for subsequent property changes.
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue