diff --git a/specwidget.ui b/specwidget.ui index eabdf00d24e243b57801e75aca56f927b99e405c..0e52d9e444c82d159908a08b147ee54f3d4019b2 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 08b233eef444da297ccbb7aec569b2131ba0a807..93634692002bb2b5289f95fd171d61870ac5cdc4 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