mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-21 06:13:41 +00:00
partial reconstruction from qwt to manual plotting
This commit is contained in:
parent
ef97d54913
commit
25196fbc30
17 changed files with 822 additions and 371 deletions
|
|
@ -22,17 +22,15 @@ public slots:
|
|||
private slots:
|
||||
void on_remove_clicked();
|
||||
void on_edit_clicked();
|
||||
|
||||
void on_view_doubleClicked(const QModelIndex &index);
|
||||
|
||||
void on_view_clicked(const QModelIndex &index);
|
||||
|
||||
void on_bImport_clicked();
|
||||
|
||||
void on_bExport_clicked();
|
||||
|
||||
private:
|
||||
bool eventFilter(QObject *obj, QEvent *event) override;
|
||||
QPoint dragStartPosition;
|
||||
Trace *dragTrace;
|
||||
Ui::TraceWidget *ui;
|
||||
TraceModel &model;
|
||||
int createCount;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue