mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2025-01-11 12:28:09 +03:00
Properties translation added
This commit is contained in:
parent
9a2189f065
commit
90e98be799
@ -149,7 +149,8 @@ void QObjectPropertyModel::translatePropertyName()
|
||||
tr("titleAlign");
|
||||
tr("watermark");
|
||||
tr("keepTopSpace");
|
||||
|
||||
tr("printable");
|
||||
tr("AllLines");
|
||||
}
|
||||
|
||||
void QObjectPropertyModel::clearObjectsList()
|
||||
@ -398,7 +399,7 @@ ObjectPropItem * QObjectPropertyModel::createPropertyItem(QMetaProperty prop, QO
|
||||
0,
|
||||
0,
|
||||
QString(prop.name()),
|
||||
QString(prop.name()),
|
||||
QString(tr(prop.name())),
|
||||
object->property(prop.name()),
|
||||
parent
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user