mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2025-10-01 19:51:31 +03:00
Property filter has been added
This commit is contained in:
@@ -134,7 +134,7 @@ void ObjectInspectorWidget::reset()
|
||||
|
||||
ObjectPropItem * ObjectInspectorWidget::nodeFromIndex(QModelIndex index) const
|
||||
{
|
||||
return static_cast<LimeReport::ObjectPropItem*>(index.internalPointer());
|
||||
return qvariant_cast<LimeReport::ObjectPropItem*>(index.data(Qt::UserRole));
|
||||
}
|
||||
|
||||
void ObjectInspectorWidget::keyPressEvent(QKeyEvent *event)
|
||||
|
Reference in New Issue
Block a user