PDA

View Full Version : QDialog touch problem



naveentgbu
21st July 2015, 10:45
hi all,

i am setting
this->setGeometry(0, 0, 320, 240); for the first window then for the next window
this->setGeometry(0, 20, 320, 220); , so my problem is when i touch the top portion of the second window i.e y axis 0 - 20 height goes to first screen beacuse it is in background. so how to make it possible that it should not goes to first screen, Bacuse i want to show one label from the background window to all other window. Kindly anyone plz help.

prasad_N
23rd July 2015, 21:43
Some how your question is not clear, please explain it properly.


when i touch the top portion of the second window i.e y axis 0 - 20 height goes to first screen beacuse it is in background. .
what first screen ?
what is in background ?