0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-09-23 16:39:07 +03:00

beforeRender, afterData, afterRender signals have been added

getVariable, getField functions have been added
This commit is contained in:
Arin Alexander
2016-12-20 01:33:58 +03:00
parent b9fcf84f30
commit edd2c43545
6 changed files with 93 additions and 14 deletions

View File

@@ -818,7 +818,7 @@ void BaseDesignIntf::turnOnSelectionMarker(bool value)
QString BaseDesignIntf::patternName() const
{
return m_patternName;
return (m_patternName.isEmpty()) ? objectName() : m_patternName;
}
void BaseDesignIntf::setPatternName(const QString &patternName)