mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-04 14:07:30 +00:00
Use different prefixes depending on the axis type
This commit is contained in:
parent
2265b8f6c0
commit
670dff15c6
3 changed files with 46 additions and 2 deletions
|
|
@ -95,6 +95,7 @@ private:
|
|||
QString mouseText(QPoint pos) override;
|
||||
|
||||
QString AxisUnit(YAxisType type);
|
||||
QString AxisPrefixes(YAxisType type);
|
||||
static QString AxisUnit(XAxisType type);
|
||||
|
||||
std::set<Trace*> tracesAxis[2];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue