Re: [Interest] drop indicator not shown in custom QTreeView

2012-06-20 Thread Jan Kundrát
On 06/19/12 18:41, fra...@gmail.com wrote: > Any hint? Am I (probably) missing something? Your source code doesn't show a call to setAcceptDrops() [1] for the target QTreeView. Cheers, Jan [1] http://doc.qt.nokia.com/4.7-snapshot/qwidget.html#acceptDrops-prop -- Trojita, a fast e-mail client -

[Interest] drop indicator not shown in custom QTreeView

2012-06-19 Thread frares
Hi. Before I forget: I'm using Qt 4.8.1, built using gcc 4.5.3 and QtCreator 2.5.0 under Linux (Gentoo). Although I have managed in the past, somehow, to make the drop indicator to appear, now id does not anymore. I am dragging items from a custom toolbox page created programatically. T