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
Row {
spacing: 0
@ -16,14 +16,9 @@ Row {
width: 25
height: 20
Image {
ColorImage {
id: star
source: "info-rating.svg"
}
ColorOverlay {
anchors.fill: star
source: star
color: index < (mouseIndex > 0 ? mouseIndex : rating) ? ratingSelectedColor : ratingUnselectedColor
}