Details
-
Bug
-
Resolution: Unresolved
-
P4: Low
-
None
-
5.7.0
-
None
-
Windows 10, Qt 5.7.0 MSVC2015 32bit, MV C++ Compiler 14.0(x86)
Description
I am adding subMenu as QWidgetAction in QMenu, where QWidgetAction contains QLabel with some setText ("Menu") as a default Widget . And sub menu's text looks very well as "Menu". But if we change the text of QLabel dynamically (which i am doing through timer in attached test app) from "Menu" to ""Changed Menu Text" then text cuts off.
Please find test app in attachment.