[PyQt] Add scroll bars to grid layout?
    John Wheez 
    john at atomfx.com
       
    Fri Oct 12 10:11:48 BST 2007
    
    
  
Thanks Phil,
      I was able to get the scroll bars to work and manually resized  
them
for a better fit using the resize method.
      Is there a way to add scroll bars within QT Designer? Or
do I need to add them manually after the QT designer phase is done?
Thanks for any tips
--JW
On Oct 11, 2007, at 11:28 PM, Phil Thompson wrote:
> On Friday 12 October 2007, John Wheez wrote:
>> Hi all,
>>
>> 	How should i go about adding scroll bars to control the contents of
>> a grid layout?
>> Thanks for any tips.
>
> Put the layout's widget in a QScrollArea.
>
> Phil
> _______________________________________________
> PyQt mailing list    PyQt at riverbankcomputing.com
> http://www.riverbankcomputing.com/mailman/listinfo/pyqt
    
    
More information about the PyQt
mailing list