mirror of
https://github.com/logos-storage/logos-storage-app-skeleton.git
synced 2026-08-01 03:43:11 +00:00
Add delete icon
This commit is contained in:
parent
4db25d4c24
commit
52490bfcdf
12
src/qml/DeleteIcon.qml
Normal file
12
src/qml/DeleteIcon.qml
Normal file
@ -0,0 +1,12 @@
|
||||
import QtQuick
|
||||
|
||||
// X / delete icon
|
||||
DotIcon {
|
||||
pattern: [
|
||||
1, 0, 0, 0, 1,
|
||||
0, 1, 0, 1, 0,
|
||||
0, 0, 1, 0, 0,
|
||||
0, 1, 0, 1, 0,
|
||||
1, 0, 0, 0, 1
|
||||
]
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user