Hi wysota,

first of all thanks a lot for your help. You put me on the right path!
By the way, from what I see you can get rid of the whole ticker of yours and do everything you do there in a declarative manner instead of imperative statements.
Is this also true if I want to us the property time on several pages? Say I have to labels in two qml files. Within the app the user shall be able to switch between the pages and always the the time.


You don't send signals from somewhere to somewhere else. You just emit a signal and if anyone is interested in it, he can connect to that signal.
This exactly what I did not manage. How do I connect to a signal? onSignalName in another qml file always gives me an error.