Qt 5.4.x and removing android/ios native style
Mobile and Embedded
3
Posts
3
Posters
970
Views
1
Watching
-
wrote on 24 Mar 2015, 18:57 last edited by
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? -
wrote on 23 Apr 2015, 09:36 last edited byThis post is deleted!
-
wrote on 23 Apr 2015, 21:01 last edited by
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