<div class="gmail_quote">On Fri, Aug 14, 2009 at 4:56 PM, Jean-Baptiste Kempf <span dir="ltr"><<a href="mailto:jb@videolan.org">jb@videolan.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im"><br>
</div>Well, the view code could really be rewritten, once we are sure that the<br>
model is ok.</blockquote></div><br>Well, you can not rewrite QAbstractItemView to hold a lock on the VLC playlist. You can subclass it, but that gap between obtaining a QModelIndex and passing it as argument to the model happens "automatically" in that abstract class - in large extent.<br>