Sizing from QT to Android Native
-
Hi,
Anyone here has encounter this issue ?
Sizing from Qt is different / much lower than the Android Native size .
for example the width and height when using anchors.fill: parent
on my waydroid device , the width from QT is 427 and height is 672 but when i checked from native side to get the parent width and height , i got 480 and 752 , this is some kind of weird i think i missed something that needs to do before sending size from QT to android native code , because of this issue the box that must be equal to its parent widget is smaller when sending the width and height value to native source code ,the purpose of this project is to use android custom native view to QT widget , this one is successful but the sizing is the only problem
any thoughts ?
sorry for the bad english thanks