Hi,
> On 22. sep. 2013, at 13:19, Marcin Mielniczuk wrote:
> I'm trying to utilze ApplicationWindow.applicationActive to set the cover
> text. But the onApplicationActiveChanged signal isn't emitted, and the
> applicationActive property is always true.
Try Qt.application.active instead. applic
Can anyone can confirm how to properly use Separator component and if
this thing actually works at all? I've put it inside Column component
between two Label components and in result no effect (besides of course
displaying both labels, but no separator).
Also in documentation there is alignmen
Hello,
I'm trying to utilze ApplicationWindow.applicationActive to set the cover
text. But the onApplicationActiveChanged signal isn't emitted, and the
applicationActive property is always true. (When I used an cover action
logging the applicationActive property, it was printed as true, even thoug