问题
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