Image difference between QT and raspberry touch screen
Unsolved
General and Desktop
-
Hi,
There are differences between the qt images (fonts, shapes...) on ubuntu and raspberry pi touch screen. What is the reason of this and what can we do for solving this problem?On raspberry screen : http://imageshack.com/a/img633/6198/qt3U5N.png
On ubuntu qt creator : http://imageshack.com/a/img908/2184/eWgoKd.png -
Hi
The look is often set by the platform you are running on.you can try to set
http://doc.qt.io/qt-5/qapplication.html#setStyleand see if that makes it look differently.
-
@rapid84
Ok. odd.
Maybe see if Qt think the same as fc-list
using some from
http://doc.qt.io/qt-5.5/qfontdatabase.html#details
Do yo use stylesheet or anything that might overrule?