lqml/snippets/toast/qml/main.qml

9 lines
99 B
QML

import QtQuick 2.15
import 'ext/' as Ext
Rectangle {
width: 300
height: 500
Ext.Toast {}
}