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