Just updated TW with the KF5 factory repos. All of my QML apps/plasmoids that use Slider controls are now failing to load, citing a component version conflict.
I have the Qt5 repo enable too, but there were not updates from that one.
In QtCreator, code completion works fine and if I comment out at the properties for the Slider, the apps/plasmoids load. The failure is at runtime.
[code] . . QtQuick.Controls 2.2 . .
Slider { live: false onMoved: mcws.setVolume(value/100, lv.currentIndex)
}
[/code]
I should also note that on another machine with just the standard TW repos, the apps/plasmoids continue to work fine (Qt5.9.2/KF5.38) PS. Sorry for the double-send, I just realized I am subscribed with a different email. -- To unsubscribe, e-mail: opensuse-kde+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kde+owner@opensuse.org