mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2025-10-01 19:51:31 +03:00
Object inspector has been fixed
This commit is contained in:
@@ -321,7 +321,7 @@ ObjectPropItem * QObjectPropertyModel::createPropertyItem(QMetaProperty prop, QO
|
||||
object,
|
||||
objects,
|
||||
QString(prop.name()),
|
||||
QString(tr(prop.name())), //сделать перевод значений на другие языки
|
||||
QString(tr(prop.name())),
|
||||
object->property(prop.name()),
|
||||
parent,
|
||||
!(prop.isWritable()&&prop.isDesignable())
|
||||
|
Reference in New Issue
Block a user