mirror of
				https://github.com/f4exb/sdrangel.git
				synced 2025-11-04 05:30:32 -05:00 
			
		
		
		
	
		
			
	
	
		
			12 lines
		
	
	
		
			182 B
		
	
	
	
		
			C++
		
	
	
	
	
	
		
		
			
		
	
	
			12 lines
		
	
	
		
			182 B
		
	
	
	
		
			C++
		
	
	
	
	
	
| 
								 | 
							
								/*
							 | 
						||
| 
								 | 
							
								 * itemsettinggui.cpp
							 | 
						||
| 
								 | 
							
								 *
							 | 
						||
| 
								 | 
							
								 *  Created on: Nov 1, 2018
							 | 
						||
| 
								 | 
							
								 *      Author: f4exb
							 | 
						||
| 
								 | 
							
								 */
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								#include "itemsettinggui.h"
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								ItemSettingGUI::ItemSettingGUI(QWidget *parent) : QWidget(parent) {}
							 | 
						||
| 
								 | 
							
								
							 |