Use only the qt6 versions of the qml implementations

This commit is contained in:
luisangelsm
2026-02-13 12:37:33 +01:00
parent 87b215cfb0
commit 3ff93a570e
17 changed files with 143 additions and 2008 deletions

View File

@ -1,6 +1,6 @@
import QtQuick 2.15
import QtQuick
import QtGraphicalEffects 1.0
import QtQuick.Controls.impl
Item {
@ -15,14 +15,9 @@ Item {
}
}
Image {
ColorImage {
id: read_compact
source: "info-tick.svg"
}
ColorOverlay {
anchors.fill: read_compact
source: read_compact
color: read ? readTickCheckedColor : readTickUncheckedColor
}
}