1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-07 00:14:49 -04:00

Merge pull request #1056 from srcejon/channel_help

Add links to documentation
This commit is contained in:
Edouard Griffiths
2021-11-24 22:02:11 +01:00
committed by GitHub
59 changed files with 116 additions and 9 deletions
@@ -425,6 +425,7 @@ PacketModGUI::PacketModGUI(PluginAPI* pluginAPI, DeviceUISet *deviceUISet, Baseb
m_doApplySettings(true)
{
ui->setupUi(this);
m_helpURL = "plugins/channeltx/modpacket/readme.md";
setAttribute(Qt::WA_DeleteOnClose, true);
connect(this, SIGNAL(widgetRolled(QWidget*,bool)), this, SLOT(onWidgetRolled(QWidget*,bool)));