Qt 5.4.x and removing android/ios native style
-
Hello,
using Qt 5.3 native style was not there and so my TextInput where perfect in size and font. Using Qt 5.4.x native style is activated as result my textbox now are smaller and text is displayed on top, due to yellow border of native android when it receive focus.
Is there a way to remove native style? -
This post is deleted!
-
Hi,
Currently style sheets are not working on droid with 5.4x.
See the bug I filed here and vote for it please.
https://bugreports.qt.io/browse/QTBUG-45517
Eskil explains how to disable the droid native style but unfortunately that still does not fix the stylesheet...
Cheers,
Jon