0
我目前正在Qt上進行移動開發。我不太瞭解Screen.width
和Screen.height
返回的值。 我正在使用兩種設備:Xperia Z5 Compact(720x1200分辨率)和Galaxy Tab 4(1200x800)。但在縱向,我(對XPERIA)什麼是Screen.width和Screen.height值?
Screen.width = 320
Screen.height = 592
雖然星系:
Screen.width = 601
Screen.height = 962
因此,如果性能width
和Screen
height
不是像素的分辨率,它們是什麼?