質問があります。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
エラーですか?アプリの出力でこれらのテキスト行を非表示/無効にするにはどうすればよいですか?