Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.8
-
None
-
msvc2022_x64 Windows 11
Description
Setting property of widgets can not repaint immediately.
pLabel->setProperty("Pressed","0"); //pLabel->setStyleSheet("");// work //pLabel->repaint();// not work
After adding setStyleSheet(""). It can be worked normally.