Robuta

Sponsor of the Day: Jerkmate
https://invent.kde.org/frameworks/qqc2-desktop-style/-/commit/3fe09864d24caeb1a3dd65d782d4382b0b454ac8 Use Kirigami.StyleHints for tick marks in Slider (3fe09864) · Commits · Frameworks / QQC2 Desktop... use kirigami stylehintsframeworks qqc2 desktoptickmarksslider https://invent.kde.org/frameworks/qqc2-desktop-style/-/commit/5e6a0cc3ba8d1c8826a82eb1e7f936d03084d8d2 Use Kirigami.StyleHints to determine ScrollView background visibility (5e6a0cc3) · Commits ·... We now have a proper API for this and don't need to rely on magic onCompleted handlers. While at it, remove the entire background creation with a separate... use kirigami stylehintsdeterminescrollviewbackgroundvisibility https://invent.kde.org/frameworks/kirigami/-/commit/f0b42627c59ba8005e1f9c29de57bde53b4f8877 platform: Move useAlternateBackgroundColor from Theme to StyleHints (f0b42627) · Commits ·... We now have a proper type for style hints, this is more of a style hint than a color choice, so move it to the right location. platformmoveusealternatebackgroundcolorthemestylehints https://invent.kde.org/frameworks/qqc2-desktop-style/-/commit/4a66ef9dc71776be76c531c50a09be0606921aa3 Use Kirigami.StyleHints for useAlternateBackgroundColor in list item background (4a66ef9d) ·... The Theme property was deprecated and moved to StyleHints instead. use kirigami stylehintslist itemusealternatebackgroundcolor https://invent.kde.org/frameworks/qqc2-desktop-style/-/commit/47794c58bdb27205a9f8e6fe1d66e3c2246771e8 Use Kirigami.StyleHints for icons in ComboBox (47794c58) · Commits · Frameworks / QQC2 Desktop... This replaces an incredibly hacky method of doing this in several KCMs that would adjust the background properties on the fly. use kirigami stylehintsframeworks qqc2 desktopiconscomboboxcommits https://invent.kde.org/frameworks/kirigami/-/commit/80f9893df20ef59696e9a9f0a4f4d0f1b51aaf69 platform: Introduce StyleHints as common API for extra style behaviour (80f9893d) · Commits ·... Some of our styles (most notably qqc2-desktop-style) implement custom styling or behaviour that is not exposed by QtQuick Controls' API. Some of these are very... common apiplatformintroducestylehintsextra