mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-06 15:04:11 +00:00
Treeview for markers, added peak table function
This commit is contained in:
parent
8d71cd6541
commit
3358861114
9 changed files with 307 additions and 106 deletions
|
|
@ -40,6 +40,9 @@ void TraceSmithChart::mousePressEvent(QMouseEvent *event)
|
|||
for(auto t : traces) {
|
||||
auto markers = t.first->getMarkers();
|
||||
for(auto m : markers) {
|
||||
if(!m->isMovable()) {
|
||||
continue;
|
||||
}
|
||||
auto S = m->getData();
|
||||
auto markerPoint = plotToPixel(S);
|
||||
auto yDiff = abs(markerPoint.y() - clickPoint.y());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue