font(),
fontMetrics(QFont()),
palette(),
- padding(0),
- horizontalMargin(0),
- verticalMargin(0),
- iconSize(KIconLoader::SizeMedium)
+ padding(-1),
+ horizontalMargin(-1),
+ verticalMargin(-1),
+ iconSize(-1),
+ extendedSelectionRegion(false),
+ maxTextLines(0),
+ maxTextWidth(0)
{
}
padding(other.padding),
horizontalMargin(other.horizontalMargin),
verticalMargin(other.verticalMargin),
- iconSize(other.iconSize)
+ iconSize(other.iconSize),
+ extendedSelectionRegion(other.extendedSelectionRegion),
+ maxTextLines(other.maxTextLines),
+ maxTextWidth(other.maxTextWidth)
{
}