hi guyz,

don't know if this has been answered...i checked the forum but couldn't find anything...

i have a widgetstack with 10 different qframes...i also have a qlistview...when i click on different lists then different qframes are showen from the widgetstack.

the question is regarding a qframe...the frame has more information than the height of the frame. the height of the frame is regulated to a fixed size. since the qframe has more information than the height i want to put a scrollbar so that users can view the information by clicking on the scrollbar and going down on the qframe.

i can not use qscrollarea...and when i try to use qscrollview then that creates another window which i do not want...also it does not put a scroll bar on my qframe.