| Trolltech Home | Qt-interest Home | Recent Threads | All Threads | Author | Date | |
| All threads index page 5 | |
Hey guys, I'm specifying a specific alignment in my layout : mLayout.addWidget(&mBubbleWidget, 0, indexVertical, Qt::AlignLeft); But I still want it to be stretchable afterward by doing this : mLayout.setColumnStretch(indexVertical, 10); for some reason when setting alignment the child widget won't resize. Any idea? Thanks. Ben.