From a0742c64ae4664d950548bc30030b82057e54dbb Mon Sep 17 00:00:00 2001 From: manjaro Date: Tue, 19 Jan 2021 20:22:45 +0000 Subject: [PATCH] GUI Disp Ok --- specwidget.ui | 14 ++++++++++---- uhd_device.cpp | 4 ++++ 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/specwidget.ui b/specwidget.ui index eabdf00..0e52d9e 100644 --- a/specwidget.ui +++ b/specwidget.ui @@ -220,6 +220,12 @@ + + + 320 + 0 + + 320 @@ -227,14 +233,14 @@ - 1 + 0 0 0 - 261 + 310 380 @@ -328,8 +334,8 @@ 0 0 - 261 - 380 + 310 + 164 diff --git a/uhd_device.cpp b/uhd_device.cpp index 08b233e..9363469 100644 --- a/uhd_device.cpp +++ b/uhd_device.cpp @@ -13,6 +13,7 @@ using std::shared_ptr; uhd_io_thread::uhd_io_thread (std::function runner,QObject * p) :QThread(p) ,m_runner(runner) + { } @@ -31,6 +32,7 @@ void uhd_io_thread::run() uhd_device::uhd_device() :stop_signal_called(false) + ,streaming(false) ,rx_count(0) { for (int i=0;i