-
When you click the qskmenu trigger signal to set the font, the font will not update immediately like changing the skin.
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
I used recursion. Is the QskObjectTree in the library used to solve this kind of problem? void traverseQQuickItem(QQuickItem *item) {
|
Beta Was this translation helpful? Give feedback.
-
Yo can reset all cached information and trigger an update of a QskItem by sending a QEvent::StyleChange event to it. Note, that calling:
sends such an event to all items. |
Beta Was this translation helpful? Give feedback.
-
Maybe related: #389 |
Beta Was this translation helpful? Give feedback.
Yo can reset all cached information and trigger an update of a QskItem by sending a QEvent::StyleChange event to it.
Note, that calling:
sends such an event to all items.