mirror of
https://github.com/OPM/ResInsight.git
synced 2025-01-21 22:13:25 -06:00
AppFwk : Table view - Show row numbers to be able to adjust row height interactively
This commit is contained in:
parent
3d08b453c4
commit
d542537113
@ -119,6 +119,10 @@ QVariant PdmUiTableViewModel::headerData(int section, Qt::Orientation orientatio
|
|||||||
return uiFieldHandle->uiName(m_currentConfigName);
|
return uiFieldHandle->uiName(m_currentConfigName);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else if (orientation == Qt::Vertical)
|
||||||
|
{
|
||||||
|
return section;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return QVariant();
|
return QVariant();
|
||||||
|
Loading…
Reference in New Issue
Block a user