DSDDemod: fixes

pull/480/head
f4exb 2019-11-23 12:11:41 +01:00
rodzic 941bb715ee
commit 5c5079108b
3 zmienionych plików z 8 dodań i 18 usunięć

Wyświetl plik

@ -61,6 +61,9 @@ DSDDemod::DSDDemod(DeviceAPI *deviceAPI) :
applySettings(m_settings, true);
m_deviceAPI->addChannelSink(this);
m_deviceAPI->addChannelSinkAPI(this);
m_networkManager = new QNetworkAccessManager();
connect(m_networkManager, SIGNAL(finished(QNetworkReply*)), this, SLOT(networkManagerFinished(QNetworkReply*)));
}

Wyświetl plik

@ -6,7 +6,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>613</width>
<width>650</width>
<height>392</height>
</rect>
</property>
@ -18,7 +18,7 @@
</property>
<property name="minimumSize">
<size>
<width>610</width>
<width>650</width>
<height>0</height>
</size>
</property>
@ -39,7 +39,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>608</width>
<width>648</width>
<height>172</height>
</rect>
</property>
@ -51,7 +51,7 @@
</property>
<property name="minimumSize">
<size>
<width>608</width>
<width>648</width>
<height>0</height>
</size>
</property>
@ -557,19 +557,6 @@
</property>
</widget>
</item>
<item>
<spacer name="formatStatusSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
</layout>

Wyświetl plik

@ -29,7 +29,7 @@
const PluginDescriptor DSDDemodPlugin::m_pluginDescriptor = {
QString("DSD Demodulator"),
QString("4.11.6"),
QString("4.12.0"),
QString("(c) Edouard Griffiths, F4EXB"),
QString("https://github.com/f4exb/sdrangel"),
true,