提交 a0742c64 编写于 作者: M manjaro

GUI Disp Ok

上级 09ee4c78
......@@ -220,6 +220,12 @@
</item>
<item>
<widget class="QToolBox" name="toolBox_tool">
<property name="minimumSize">
<size>
<width>320</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>320</width>
......@@ -227,14 +233,14 @@
</size>
</property>
<property name="currentIndex">
<number>1</number>
<number>0</number>
</property>
<widget class="QWidget" name="Radio">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>261</width>
<width>310</width>
<height>380</height>
</rect>
</property>
......@@ -328,8 +334,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>261</width>
<height>380</height>
<width>310</width>
<height>164</height>
</rect>
</property>
<attribute name="label">
......
......@@ -13,6 +13,7 @@ using std::shared_ptr;
uhd_io_thread::uhd_io_thread (std::function<void (void)> 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<bufsz;++i)
......@@ -43,8 +45,10 @@ uhd_device::uhd_device()
uhd_device::uhd_device(const std::string &args)
:stop_signal_called(false)
,streaming(false)
,m_dev_args (args)
,rx_count(0)
{
for (int i=0;i<bufsz;++i)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册