[Qt-interest] Retrieve a particular item from the QTreeView
Constantin Makshin
cmakshin at gmail.com
Wed Mar 23 22:44:35 CET 2011
Take a look at QAbstractItemView::clicked(), QAbstractItemView::pressed() signals and selection model (returned by QAbstractItemView::selectionModel()) functions.
On Thursday 24 March 2011 00:26:14 Sajjad wrote:
> Hello forum,
>
> I have created a customized model by sub-classing the QAbstractItemModel
> class and view the model in the QTreeView.
>
> Now when the user the click on a particular item in the tree view i want
> retrieve the tree item from it.
>
> I have encapculated the QTreeView inside the customized widget. And then i
> have over-ridden the mousePressEvent()
>
> {
> //I check for the left mouse press event and if not i return
>
> //i need to look for the current clicked item - any way inside the
> QTreeView to get it?
> }
>
>
>
> Any hint to get it?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 490 bytes
Desc: This is a digitally signed message part.
Url : http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20110324/6dc4affc/attachment.bin
More information about the Qt-interest-old
mailing list