hey guys,
In QListView QStandartItem statusTip does not show up in the status line

I am in maya 2015 using pyside

I have a QListView with a QStandardItemModel with several appended rows of 
QStandardItem 

model = QtGui.QStandardItemModel.
item = QtGui.QStandardItem(k)
model.appendRow(item)
item.setToolTip("this is tool tip")
item.setStatusTip("this is status tip")

tool tip shows up with the mouse hoovering over the item but the status 
line remains empty.

Any ideas ?

Thanks
Yury


-- 
You received this message because you are subscribed to the Google Groups 
"Python Programming for Autodesk Maya" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/python_inside_maya/78bbbd46-fe77-41b7-84a9-8b3b9161e21a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to