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

SoapySDR support: moved common gui elements to sdrgui

This commit is contained in:
f4exb
2018-11-03 00:07:43 +01:00
parent 2cab4ff7bd
commit 579c7d31f1
11 changed files with 12 additions and 10 deletions
+11
View File
@@ -0,0 +1,11 @@
/*
* itemsettinggui.cpp
*
* Created on: Nov 1, 2018
* Author: f4exb
*/
#include "itemsettinggui.h"
ItemSettingGUI::ItemSettingGUI(QWidget *parent) : QWidget(parent) {}