82 button -> setChecked(
true);
126 relative_button_ =
new QRadioButton(
tr(
"Relatif au total",
"a percentage of the total width"));
127 remaining_button_ =
new QRadioButton(
tr(
"Relatif au restant",
"a percentage of what remains from the total width"));
140 connect(
buttons_, SIGNAL(accepted()),
this, SLOT(accept()));
141 connect(
buttons_, SIGNAL(rejected()),
this, SLOT(reject()));
148 QHBoxLayout *hlayout0 =
new QHBoxLayout();
151 QVBoxLayout *vlayout0 =
new QVBoxLayout();
152 vlayout0 -> addLayout(hlayout0);
167 spinbox_ -> setSuffix(
tr(
"%",
"spinbox suffix when changing the dimension of a row/column"));
171 spinbox_ -> setSuffix(
tr(
"px",
"spinbox suffix when changing the dimension of a row/column"));
the length is just a fraction of the length that is still available when other types of lengths have ...
the length is absolute and should be applied as is
TitleBlockColumnLength
enum used to specify the type of a length
the length is just a fraction of the total available length
QET::TitleBlockColumnLength type
Kind of length.