mirror of
				https://github.com/subsurface/subsurface.git
				synced 2025-02-19 22:16:15 +00:00 
			
		
		
		
	
		
			
	
	
		
			10 lines
		
	
	
	
		
			180 B
		
	
	
	
		
			QML
		
	
	
	
	
	
		
		
			
		
	
	
			10 lines
		
	
	
	
		
			180 B
		
	
	
	
		
			QML
		
	
	
	
	
	
|  | import QtQuick 2.5 | ||
|  | //import QtQuick.Controls 1.2 as QuickControls
 | ||
|  | import QtQuick.Window 2.2 | ||
|  | import QtQuick.Dialogs 1.2 | ||
|  | import QtQuick.Layouts 1.1 | ||
|  | 
 | ||
|  | Text { | ||
|  | 	color: theme.textColor | ||
|  | } |