i've been messing around with some layouts for a while now and a bug has become apparent to me. qt's layout engine doesn't seem to work with rich text (e.g. bold captions). qt doesn't seem able to assign a size to labels containing rich text. consider a simple situation of a form with only three elements arranged vertically; a qlabel, qlineedit and (vertical) spacer. if the label contains only plain text, the previewed form may not be resized unreasonably (it will always contain all the elements). if the label contains rich text (e.g. "hello"), the previewed form may be resized unreasonably, covering up some of the elements. does anyone know if is this a known bug? if so will it be fixed by 3.2? i tried a recent 3.2 snapshot and 3.1 and the bug is present on both. gav >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<