Nomenclature : enable option "fit to diagram"

This commit is contained in:
Claveau Joshua
2020-05-24 15:03:56 +02:00
parent 0c550497d1
commit edfdf83c99
4 changed files with 29 additions and 1 deletions

View File

@@ -406,6 +406,14 @@ void QetGraphicsTableItem::initLink()
setSize(m_pending_size);
}
/**
* @brief QetGraphicsTableItem::minimumRowHeigth
* @return the minimum height of a row
*/
int QetGraphicsTableItem::minimumRowHeigth() const {
return m_minimum_row_height;
}
/**
* @brief QetGraphicsTableItem::toXml
* Save the table to xml