Finish 1.7.5

This commit is contained in:
Arin Alex 2023-08-16 16:04:02 +03:00
commit f73342dc20
4 changed files with 1338 additions and 55 deletions

View File

@ -174,6 +174,8 @@ void QObjectPropertyModel::translatePropertyName()
tr("gridChartLines");
tr("horizontalAxisOnTop");
tr("mixWithPriorPage");
tr("shadow");
tr("borderStyle");
}
void QObjectPropertyModel::clearObjectsList()

View File

@ -135,9 +135,6 @@ void EnumPropItem::translateEnumItemName()
tr("Pie");
tr("VerticalBar");
tr("HorizontalBar");
tr("LegendAlignTop");
tr("LegendAlignCenter");
tr("LegendAlignBottom");
tr("TitleAlignLeft");
tr("TitleAlignRight");
tr("TitleAlignCenter");
@ -147,6 +144,31 @@ void EnumPropItem::translateEnumItemName()
tr("Inches");
tr("Scale");
tr("Split");
tr("GridLines");
tr("Lines");
tr("Solid");
tr("NoStyle");
tr("Dashed");
tr("Dot");
tr("DashDot");
tr("DashDotDot");
tr("Doubled");
tr("LegendPoints");
tr("LegendLines");
tr("LegendAlignRightCenter");
tr("LegendAlignRightTop");
tr("LegendAlignRightBottom");
tr("LegendAlignBottomRight");
tr("LegendAlignBottomCenter");
tr("LegendAlignBottomLeft");
tr("SolidLine");
tr("NoPen");
tr("DashLine");
tr("DotLine");
tr("DashDotLine");
tr("DashDotDotLine");
tr("CustomDashLine");
}
void EnumPropItem::setPropertyEditorData(QWidget *propertyEditor, const QModelIndex &) const

Binary file not shown.

File diff suppressed because it is too large Load Diff