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 {
width: 20
@ -17,15 +17,10 @@ Item {
}
}
Image {
ColorImage {
anchors.centerIn: parent
id: favorites_button_compact
source: "info-favorites.svg"
}
ColorOverlay {
anchors.fill: favorites_button_compact
source: favorites_button_compact
color: active ? favCheckedColor : favUncheckedColor
}
}