SDRAngel  4.11.5
Developer docs for <a href="https://github.com/f4exb/sdrangel">SDRangel<\a>, an Open Source Qt5 / OpenGL 3.0+ SDR and signal analyzer frontend to various hardware.
itemsettinggui.cpp
Go to the documentation of this file.
1 /*
2  * itemsettinggui.cpp
3  *
4  * Created on: Nov 1, 2018
5  * Author: f4exb
6  */
7 
8 #include "itemsettinggui.h"
9 
10 ItemSettingGUI::ItemSettingGUI(QWidget *parent) : QWidget(parent) {}
11 
ItemSettingGUI(QWidget *parent=0)