mirror of
https://github.com/fralx/LimeReport.git
synced 2025-11-25 00:18:06 +03:00
Default item paddings have been added to report settings.
This commit is contained in:
@@ -51,6 +51,16 @@ void ReportSettings::setSuppressAbsentFieldsAndVarsWarnings(bool suppressAbsentF
|
||||
m_suppressAbsentFieldsAndVarsWarnings = suppressAbsentFieldsAndVarsWarnings;
|
||||
}
|
||||
|
||||
int ReportSettings::baseItemPadding() const
|
||||
{
|
||||
return m_baseItemPadding;
|
||||
}
|
||||
|
||||
void ReportSettings::setBaseItemPadding(int newBaseTextItemPadding)
|
||||
{
|
||||
m_baseItemPadding = newBaseTextItemPadding;
|
||||
}
|
||||
|
||||
QString escapeSimbols(const QString &value)
|
||||
{
|
||||
QString result = value;
|
||||
|
||||
Reference in New Issue
Block a user