mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-01-08 06:42:34 +01:00
Nomenclature : enable option "fit to diagram"
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -74,6 +74,7 @@ class QetGraphicsTableItem : public QetGraphicsItem
|
||||
void setToMinimumHeight();
|
||||
void initLink();
|
||||
QUuid uuid() const {return m_uuid;}
|
||||
int minimumRowHeigth() const;
|
||||
|
||||
QDomElement toXml(QDomDocument &dom_document) const;
|
||||
void fromXml(const QDomElement &dom_element);
|
||||
|
||||
Reference in New Issue
Block a user