add new snippet 'snippets/toast' (like android 'Toast')

This commit is contained in:
pls.153 2023-03-15 08:34:54 +01:00
parent 61831ba362
commit a58948b9d0
6 changed files with 99 additions and 20 deletions

View file

@ -0,0 +1,9 @@
import QtQuick 2.15
import 'ext/' as Ext
Rectangle {
width: 300
height: 500
Ext.Toast {}
}