mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-02-03 09:44:01 -05:00
Airspy: Add link to documentation
This commit is contained in:
parent
3d17aaaba4
commit
dd6180fbf4
@ -50,6 +50,7 @@ AirspyGui::AirspyGui(DeviceUISet *deviceUISet, QWidget* parent) :
|
|||||||
ui->setupUi(getContents());
|
ui->setupUi(getContents());
|
||||||
setSizePolicy(QSizePolicy::Fixed, QSizePolicy::Fixed);
|
setSizePolicy(QSizePolicy::Fixed, QSizePolicy::Fixed);
|
||||||
getContents()->setStyleSheet("#AirspyGui { background-color: rgb(64, 64, 64); }");
|
getContents()->setStyleSheet("#AirspyGui { background-color: rgb(64, 64, 64); }");
|
||||||
|
m_helpURL = "plugins/samplesource/airspy/readme.md";
|
||||||
ui->centerFrequency->setColorMapper(ColorMapper(ColorMapper::GrayGold));
|
ui->centerFrequency->setColorMapper(ColorMapper(ColorMapper::GrayGold));
|
||||||
updateFrequencyLimits();
|
updateFrequencyLimits();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user