mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-06 10:31:34 -08:00
add new snippet 'snippets/toast' (like android 'Toast')
This commit is contained in:
parent
61831ba362
commit
a58948b9d0
6 changed files with 99 additions and 20 deletions
9
snippets/toast/qml/main.qml
Normal file
9
snippets/toast/qml/main.qml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
import QtQuick 2.15
|
||||
import 'ext/' as Ext
|
||||
|
||||
Rectangle {
|
||||
width: 300
|
||||
height: 500
|
||||
|
||||
Ext.Toast {}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue