0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-10-04 04:06:43 +03:00

Add comments explaining calculations

This commit is contained in:
Emil Sawicki
2022-03-05 16:40:12 +01:00
parent f03ccdd23b
commit 2ce293f85d
2 changed files with 29 additions and 9 deletions

View File

@@ -124,7 +124,7 @@ protected:
private:
bool calculateLegendColumnWidths(qreal indicatorWidth, qreal maxWidth, const QFontMetrics &fm);
bool calculateLegendSingleColumnWidth(qreal &currentRowWidth, int &currentColumn, int &maxColumnCount,
const qreal itemWidth, const qreal maxWidth);
const qreal itemWidth, const qreal maxRowWidth);
AxisData m_yAxisData, m_xAxisData;
qreal m_designValues [9];
};