7 lines
193 B
Python
Raw Normal View History

from PyQt4 import uic
import logging
uic.properties.logger.setLevel(logging.WARNING)
uic.uiparser.logger.setLevel(logging.WARNING)
uic.Compiler.qobjectcreator.logger.setLevel(logging.WARNING)