mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-06 10:31:34 -08:00
9 lines
99 B
QML
9 lines
99 B
QML
import QtQuick 2.15
|
|
import 'ext/' as Ext
|
|
|
|
Rectangle {
|
|
width: 300
|
|
height: 500
|
|
|
|
Ext.Toast {}
|
|
}
|