We usually export qt embedded environment variables like this:
export QWS_DISPLAY=[:]...[:]
export QWS_SIZE=800*600
export LD_LIBRARY_PATH=/usr/local/lib:$QTDIR/lib:$LD_LIBRARY_PATH
Now I hope QWS_SIZE will be changed in my application .In other words, I hope Qt application can control the framebuffer size . Can QWSServer::Geometry do it ? I failed . Thanks for any replies.