mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-18 05:00:33 +01:00
Title block templates: improved span management
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/branches/0.3@1636 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -7,6 +7,8 @@ TitleBlockCell::TitleBlockCell() {
|
||||
cell_type = TitleBlockCell::EmptyCell;
|
||||
num_row = num_col = -1;
|
||||
row_span = col_span = 0;
|
||||
applied_row_span = applied_col_span = 0;
|
||||
span_state = TitleBlockCell::Enabled;
|
||||
spanner_cell = 0;
|
||||
display_label = true;
|
||||
alignment = Qt::AlignCenter | Qt::AlignVCenter;
|
||||
|
||||
Reference in New Issue
Block a user