Hi,
I have a program in QT 4.3. In that I have a main window and a child window. In that childwindow I have a command button. When I click on that command button, I need to load an another screen. My probs is that, I need to show the new window at the bottom of the cirst fhild window. For that I need to know the current 'x' and 'y' position of the first child window. How can read that position from the new window.
Please help me....