customizable font sizes on graphs

This commit is contained in:
Jan Käberich 2022-04-20 15:19:58 +02:00
parent 2cf4c5a311
commit d7830de8d1
9 changed files with 133 additions and 55 deletions

View file

@ -46,10 +46,7 @@ protected:
private slots:
void updateAxisTicks();
private:
static constexpr int AxisLabelSize = 10;
static constexpr int yAxisSpace = 55;
static constexpr int yAxisDisabledSpace = 10;
static constexpr int xAxisSpace = 30;
static QString AxisModeToName(XAxisMode mode);
static XAxisMode AxisModeFromName(QString name);
void enableTraceAxis(Trace *t, int axis, bool enabled);