https://bugs.kde.org/show_bug.cgi?id=396790
David Edmundson changed:
What|Removed |Added
Status|REPORTED|RESOLVED
Latest Commit|
https://bugs.kde.org/show_bug.cgi?id=396790
--- Comment #5 from David Edmundson ---
Something like that.
We can add a shorthand for setting data on all windows if we need it.
--
You are receiving this mail because:
You are watching all bug changes.
https://bugs.kde.org/show_bug.cgi?id=396790
--- Comment #4 from Vlad Zagorodniy ---
(In reply to David Edmundson from comment #3)
> Edit. I came to a decision on this.
>
> Explicit getter, implicit setter.
>
> property: fullScreenEffectState -> enum of {No-one, Someone Else, Us}
> effect.anima
https://bugs.kde.org/show_bug.cgi?id=396790
--- Comment #3 from David Edmundson ---
Edit. I came to a decision on this.
Explicit getter, implicit setter.
property: fullScreenEffectState -> enum of {No-one, Someone Else, Us}
effect.animate(., someFlagForFullScreen)
best of both worlds.
-
https://bugs.kde.org/show_bug.cgi?id=396790
--- Comment #2 from David Edmundson ---
>(IIRC, in JavaScript, == doesn't work for objects).
for dynamic "Objects" maybe not, but that's for web people.
QtScript/QtJS is a very different world.
Wrapped QObjects work just as one would expect with the
https://bugs.kde.org/show_bug.cgi?id=396790
Vlad Zagorodniy changed:
What|Removed |Added
CC||vladz...@gmail.com
--- Comment #1 from Vlad Z