Skip to content
Commit 53cfae46 authored by Nicolas Fella's avatar Nicolas Fella
Browse files

Implement Font dialogs

QML FontDialog first queries the platform theme for an implementation. Since we don't provide one
we get the default one, which is less than stellar.

In Qt5 we would get a widgets-based one that works fine.

We can get the Qt5 behavior back by asking for a QFontDialog (and passing DontUseNativeDialog to avoid endless recursion)

BUG: 476364
parent 9b37161d
Pipeline #515149 passed with stage
in 1 minute and 33 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment