PDA

View Full Version : QT interfacing with touch screen!!!



sanujas
5th April 2013, 09:38
Hi,
We have changed our touch screen lcd from 480x272 to 800x480 size.so according to that which changes need to be done at QT side. changing setgeometry will be major change in whole code.what can be done else? or how to resize it?


Thanks,
sanujas

sonulohani
5th April 2013, 11:03
Put all the Gui components into the layout and use QSizePolicy, after that there is no need to set the geometry again and again. You can run in any device having any resolution.