<div dir="ltr"><div>Hello everyone,</div><div><br></div><div>I need some help, Latte::Indicators (<a href="https://store.kde.org/browse/cat/563/">https://store.kde.org/browse/cat/563/</a>) are standalone qml only packages like plasma applets which are loaded in order to show Tasks indication/information</div><div><br></div><div>My issue is that when an indicator's qml code is updated I would like the user to notice the update runtime in Latte Dock/Panels. Latte is using "Plasma::ContainmentView" for docks and panels which derives from "KQuickAddons::QuickViewSharedEngine". Searching the Internet for QQuickView a solutions is to do:</div><div><br></div><div>setSouce(QUrl));</div><div> engine()->clearComponentCache();</div><div>setSource(corona()->kPackage().filePath("lattedockui"));</div><div><br></div><div>but that does not work, it just destroys QQmlComponent of ContainmentView,</div><div><br></div><div>Do you have any ideas?</div><div><br></div><div>regards,</div><div>michail</div><div>-Latte Developer-<br></div></div>