Я хочу задать вам вопрос.Когда я нажимаю на элемент listwidget в первый раз, я вижу, что в выводе приложения есть несколько текстовых строк:
QPainter::begin: Paint device returned engine == 0, type: 3
QPainter::setWorldTransform: Painter not active
QPainter::worldTransform: Painter not active
QPainter::setWorldTransform: Painter not active
QPainter::setBrush: Painter not active
QPainter::setRenderHint: Painter must be active to set rendering hints
QPainter::setRenderHint: Painter must be active to set rendering hints
QPainter::setClipping: Painter not active, state will be reset by begin
Это ошибка?Как я могу сделать, чтобы скрыть / отключить эти текстовые строки в выводе приложения?