pyqt5 GUI looks different in raspberry pi than in QtCreator

不打扰是莪最后的温柔 提交于 2020-07-23 05:37:53

问题


I am creating a GUI in QtCreator under windows, then converting the .ui file to .py with pyuic5 then moving the generated .py file to raspberry. but the GUI looks very different in raspbian... for example the groupboxes on the raspberry (raspbian) has no border, and the title of the groupbox has a huge font... also in general fonts sizes seem completely random... is this because I create the gui in windows and the use it in the raspberry?

来源:https://stackoverflow.com/questions/51582044/pyqt5-gui-looks-different-in-raspberry-pi-than-in-qtcreator

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!