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("titleAlign");
|
||||||
tr("watermark");
|
tr("watermark");
|
||||||
tr("keepTopSpace");
|
tr("keepTopSpace");
|
||||||
|
tr("printable");
|
||||||
|
tr("AllLines");
|
||||||
}
|
}
|
||||||
|
|
||||||
void QObjectPropertyModel::clearObjectsList()
|
void QObjectPropertyModel::clearObjectsList()
|
||||||
@ -398,7 +399,7 @@ ObjectPropItem * QObjectPropertyModel::createPropertyItem(QMetaProperty prop, QO
|
|||||||
0,
|
0,
|
||||||
0,
|
0,
|
||||||
QString(prop.name()),
|
QString(prop.name()),
|
||||||
QString(prop.name()),
|
QString(tr(prop.name())),
|
||||||
object->property(prop.name()),
|
object->property(prop.name()),
|
||||||
parent
|
parent
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user