I'm using qt framework to develop an android application, We know that by adding android:windowSoftInputMode="stateUnchanged|adjustPan"
in androidmainifest.xml under activity tag we can prevent resizing window when displaying the virtual keyboard. But in Qt it not working!
can anyone help me to solve this problem ?