mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-06 06:53:37 +00:00
Marker improvements: linked marker groups
This commit is contained in:
parent
cf401fcb01
commit
a232be3443
31 changed files with 755 additions and 318 deletions
|
|
@ -2,7 +2,7 @@
|
|||
#include <QPainter>
|
||||
#include <array>
|
||||
#include <math.h>
|
||||
#include "tracemarker.h"
|
||||
#include "Marker/marker.h"
|
||||
#include <QDebug>
|
||||
#include "preferences.h"
|
||||
#include "ui_smithchartdialog.h"
|
||||
|
|
@ -82,7 +82,7 @@ std::complex<double> TraceSmithChart::pixelToData(QPoint p)
|
|||
return complex<double>(data.x() / smithCoordMax, -data.y() / smithCoordMax);
|
||||
}
|
||||
|
||||
QPoint TraceSmithChart::markerToPixel(TraceMarker *m)
|
||||
QPoint TraceSmithChart::markerToPixel(Marker *m)
|
||||
{
|
||||
QPoint ret = QPoint();
|
||||
// if(!m->isTimeDomain()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue