<div dir="ltr">i am new to pyqt.
<br>i have created my gui using Qtdesigner4
<br>now i want to add a  vertical scrollbar to stacked widget which is placed on a frame.
<br>when i do it as follows the stacked widget forms a new window. i want it in the existing main window.
<br>self.scrollarea=QtGui.scrollArea()
<br>self.scrollarea.setwidget(self.stackedWidget)
<br>self.scrollarea.show()
<br><br>any help appretiated.
<br>thanks in advance!
</div>