mirror of
https://github.com/fralx/LimeReport.git
synced 2025-09-23 08:29:07 +03:00
Print process has been changed and printBehavior property has been added.
This commit is contained in:
@@ -162,6 +162,7 @@ void QObjectPropertyModel::translatePropertyName()
|
||||
tr("option3");
|
||||
tr("units");
|
||||
tr("geometryLocked");
|
||||
tr("printBehavior");
|
||||
}
|
||||
|
||||
void QObjectPropertyModel::clearObjectsList()
|
||||
|
@@ -145,6 +145,8 @@ void EnumPropItem::translateEnumItemName()
|
||||
tr("Table");
|
||||
tr("Millimeters");
|
||||
tr("Inches");
|
||||
tr("Scale");
|
||||
tr("Split");
|
||||
}
|
||||
|
||||
void EnumPropItem::setPropertyEditorData(QWidget *propertyEditor, const QModelIndex &) const
|
||||
|
Reference in New Issue
Block a user