mirror of
https://github.com/YACReader/yacreader
synced 2026-03-02 02:43:04 -05:00
Use only the qt6 versions of the qml implementations
This commit is contained in:
@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user