mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-21 06:13:41 +00:00
Waterfall display
This commit is contained in:
parent
a7fcaf7d97
commit
5897705f32
18 changed files with 1706 additions and 902 deletions
|
|
@ -22,8 +22,8 @@ private slots:
|
|||
void XAxisTypeChanged(int XAxisIndex);
|
||||
|
||||
private:
|
||||
std::set<TraceXYPlot::YAxisType> supportedYAxis(TraceXYPlot::XAxisType type);
|
||||
bool isSupported(TraceXYPlot::XAxisType type);
|
||||
std::set<YAxis::Type> supportedYAxis(XAxis::Type type);
|
||||
bool isSupported(XAxis::Type type);
|
||||
Ui::XYplotAxisDialog *ui;
|
||||
TraceXYPlot *plot;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue