Hi,
I am showing a QDialog from parent widget. i am initializing the dialog and placing a image(stretching to 640x480) on it by means of horizontal layout. Now i am facing two problems:
1. QDialog pops up and the image will showned in exact manner. but there will be empty space at the bottom of dialog. how can i remove these empty space. so that space is less and equally distributed aside the image border.

2: While resizing the QDialog it is resizing to the initial size. i just use setMinimumSize().

How can i resolve this problems????