lqml/examples/swank-server/qml/main.qml
2022-03-18 07:59:44 +01:00

15 lines
352 B
QML

import QtQuick 2.15
import QtQuick.Controls 2.15
import "ext/" as Ext
Item {
width: 300
height: 500
objectName: "main"
Ext.Repl {}
FontLoader { id: fontIcons; source: "fonts/fontawesome-webfont.ttf" }
FontLoader { id: fontHack; source: "fonts/Hack-Regular.ttf" }
FontLoader { id: fontHackBold; source: "fonts/Hack-Bold.ttf" }
}