This commit is contained in:
zi-mozhuang
2026-08-12 15:13:52 +08:00
parent 6f66745ce3
commit 1684d2cfe6
2 changed files with 7 additions and 9 deletions
+2 -3
View File
@@ -73,6 +73,8 @@ class BorderTitleBlock : public QObject
return(rows_count_ * rows_height_); }
/// @return la rows header width, in pixels
qreal rowsHeaderWidth() const { return(rows_header_width_); }
// @return the edge where title block is docked
Qt::Edge titleBlockEdge() const { return(m_edge); }
// border - title block = diagram
/**
@@ -94,9 +96,6 @@ class BorderTitleBlock : public QObject
QRectF titleBlockRect () const;
// @return the edge where title block is docked
Qt::Edge titleBlockEdge() const { return(m_edge); }
DiagramContext titleblockInformation() const;
private:
QRectF titleBlockRectForQPainter () const;