PDA

View Full Version : [PyQt] Creating custom widget



asik
2nd December 2010, 11:57
Hello,
how can I add in PyQT a scrollbar to a widget so that it is displayed only when the widget is to small to display entire layout?
regards

franz
2nd December 2010, 14:33
Easiest is to put your widget into a QScrollArea and set some properties on it.