mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-10-31 00:06:02 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			197 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			197 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| from qgis.PyQt import uic
 | |
| import logging
 | |
| 
 | |
| uic.properties.logger.setLevel(logging.WARNING)
 | |
| uic.uiparser.logger.setLevel(logging.WARNING)
 | |
| uic.Compiler.qobjectcreator.logger.setLevel(logging.WARNING)
 |