Qt Quick Controls StatusBar access from dynamically loaded components
-
Hi
is there is way to replace current StatusBar content with new one, depends on current StackView page loaded
ie each page has its own status bar
The problem, that if I even pass the sataus bar property to new crated page, new StatusBar draws over previous since its anchored to the bottom of its parent
Is there other way to replay StatusBar content?Also, how to change StatusBar style?
It should work in Qt 5.2.0 but its notthanks