davidedmundson added inline comments.

INLINE COMMENTS

> mart wrote in main.qml:60
> > You shouldn't have told me that :)
> > I have one consistent rule about working round Qt bugs, it needs an 
> > upstream report and a link in the code.
> 
> I am not completely sure is actually a Qt bug... not sure it would be 
> possible to have some finished signal, as depending on how the model behaves, 
> you can never be sure that the representation is "completed" as the model can 
> change at any moment?

> ou can never be sure that the representation is "completed" as the model can 
> change at any moment?

It must know internally as it has that separate populate and add transition.

It shouldn't need an external signal. In a perfect world:

ListView {

  model: someValidModel
  currentIndex: 4 

}

should "just work"

REPOSITORY
  R119 Plasma Desktop

REVISION DETAIL
  https://phabricator.kde.org/D12088

To: mart, #plasma, #vdg
Cc: davidedmundson, plasma-devel, ragreen, Pitel, ZrenBot, lesliezhai, 
ali-mohamed, jensreuterberg, abetts, sebas, apol, mart

Reply via email to