I AM Getting These kind of Errors Plz help Out in Qt(c++)
Unsolved
General and Desktop
-
ASSERT: "at < m_engines.size()" in file ....\include\QtGui\5.6.3\QtGui/private/../../../../../src/gui/text/qfontengine_p.h, line 436
ASSERT: "at < m_engines.size()" in file text\qfontengine.cpp, line 1823
ASSERT: "at < m_engines.size()" in file text\qfontengine.cpp, line 1823
QWidget::repaint: Recursive repaint detected
ASSERT: "at < m_engines.size()" in file text\qfontengine.cpp, line 1823 -
@Vinay-Kumar-pusuluri said in I AM Getting These kind of Errors Plz help Out in Qt(c++):
QWidget::repaint: Recursive repaint detected
You will need to show your code. Looks like you're doing painting in a recursive way.