37 dim_str =
QObject::tr(
"%1px",
"titleblock: absolute width");
39 dim_str =
QObject::tr(
"%1%",
"titleblock: width relative to total length");
41 dim_str =
QObject::tr(
"%1% du restant",
"titleblock: width relative to remaining length");
43 return(dim_str.arg(
value));
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
QString toShortString() const
the length is just a fraction of the total available length
TitleBlockDimension(int, QET::TitleBlockColumnLength=QET::Absolute)
QET::TitleBlockColumnLength type
Kind of length.