PDA

View Full Version : about QStatusBar



Pang
16th November 2006, 03:34
hi :
How to customize the position and size of adding QWidgets in QStatusBar?
Please help me. Thanks

aamer4yu
16th November 2006, 04:15
int QStatusBar::insertWidget ( int index, QWidget * widget, int stretch = 0 )

This might help... use the index :)