Let's say I exposed 'property1' to QML from C++ using
setContextProperty. How can I enumerate all the context properties
exposed from QML side? I've tried enumerating properties of 'Qt'
object but obviously it didn't work.
___
Interest mailing list
Intere
On Tuesday December 19 2017 22:15:34 Jake Petroules wrote:
> What about the principle of "don't remove compiler options that you do not
> understand fully and/or may need"? ;)
I did ask, didn't I? :)
> (and primarily on iOS)
Ahhh, right, that was my hunch: one of those "let's make our Unix des
On Tuesday December 19 2017 21:42:28 Allan Sandfeld Jensen wrote:
OK, thanks for confirming that something has indeed changed.
> similarly to what CoreText would do. The result should be almost
> imperceptible
> with black on white
It depended on the font, the difference was barely noticeable
On Dienstag, 19. Dezember 2017 19:51:40 CET René J. V. Bertin wrote:
> Hi,
>
> Has something changed to the font smoothing gamma algorithm used with
> libfreetype in Qt 5.9?
>
Yes. OpenType CEF fonts are now stem-darkening and rendered gamma-corrected,
similarly to what CoreText would do. The re
> On Dec 19, 2017, at 5:39 AM, René J.V. Bertin wrote:
>
> Hi,
>
> Building Qt 5.9.3 I caught a couple of linker warnings about it being unsafe
> to use dylib with application extensions. Figuring out the source of that I
> found a remark that "Qt libraries have to use only APIs that are saf
I'm trying to setup Qt Creator to use for Android Development. I downloaded the
installer, installed Qt 5.9 and 5.10 and Qt Creator, etc. I installed the
Android Studio with SDK, the Android NDK, and OpenJDK 9 JDK/JRE. Everything is
checked off except the "Platform SDK installed" and it won't wo
Hi David, I logged this bug here: https://bugreports.qt.io/browse/QTBUG-64964
Feel free to comment on it to include your findings, and upvote so it actually
gets addressed :)
Cheers,
Gil
On 2017-12-18, 5:56 AM, "Interest on behalf of david crémoux"
wrote:
On 18.12.2017 13:44, Kon
Hi,
Has something changed to the font smoothing gamma algorithm used with
libfreetype in Qt 5.9?
- I need to set it to 1.5 instead of 0.975 to get the same font density with
the
freetype/Mac font engine (= font density became much higher compared to 5.8.0)
- Building the XCB QPA on Mac I need
Hi,
Building Qt 5.9.3 I caught a couple of linker warnings about it being unsafe to
use dylib with application extensions. Figuring out the source of that I found
a remark that "Qt libraries have to use only APIs that are safe to use for
application extensions". This despite the fact that I'm n