D8911: Port launch feedback KCM to Qt Quick and implement VDG redesign
Anthony Fieroni
noreply at phabricator.kde.org
Fri Nov 24 08:58:55 UTC 2017
anthonyfieroni added inline comments.
INLINE COMMENTS
> main.qml:30-39
> + function applyBusyCursorCurrentIndex() {
> + if (kcm.busyCursorCurrentIndex == 0) {
> + busyCursorDisabled.checked = true;
> + } else if (kcm.busyCursorCurrentIndex == 1) {
> + busyCursorStatic.checked = true;
> + } else if (kcm.busyCursorCurrentIndex == 2) {
> + busyCursorBlinking.checked = true;
My personal note is not mandatory but this piece of code can be seen 2 times in C++ part and 1 in QML. Can we add it on C++ part and called here too.
REPOSITORY
R119 Plasma Desktop
REVISION DETAIL
https://phabricator.kde.org/D8911
To: hein, #plasma, mart, abetts
Cc: anthonyfieroni, mmustac, ngraham, davidedmundson, broulik, plasma-devel, ZrenBot, progwolff, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20171124/ecf59fcb/attachment.html>
More information about the Plasma-devel
mailing list