mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-15 14:51:14 -08:00
add QML auto reload for mobile (example 'swank-server' only); several revisions
This commit is contained in:
parent
79a5e5cc30
commit
24c2a57fa0
25 changed files with 213 additions and 86 deletions
|
|
@ -1,13 +1,13 @@
|
|||
import QtQuick 2.15
|
||||
import QtQuick.Controls 2.15
|
||||
import "ext/"
|
||||
import "ext/" as Ext
|
||||
import Lisp 1.0
|
||||
|
||||
Item {
|
||||
width: 300
|
||||
height: 500
|
||||
|
||||
Repl {}
|
||||
Ext.Repl {}
|
||||
|
||||
FontLoader { id: fontIcons; source: "fonts/fontawesome-webfont.ttf" }
|
||||
FontLoader { id: fontHack; source: "fonts/Hack-Regular.ttf" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue