Qt-interest Archive, March 2008
lines in GUI
Message 1 in thread
Hi all,
I have a GUI which I want to modify a bit : I want to draw some tiny lines around some elements (buttons,text fields etc.) in order to shows which ones belong together.
What would I need to do ? Define a paint-area on top of my GUI elements or how should this be approached ?
Thanks in advance
-- A l e x
--
[ signature omitted ]
Message 2 in thread
No. A lot easier than that. Have a look at QGroupBox:
http://doc.trolltech.com/4.3/qgroupbox.html#details
Cheers,
Peter
> -----Ursprüngliche Nachricht-----
> Von: "Alexander Carôt" [mailto:alexander_carot@xxxxxxx]
> Gesendet: Dienstag, 25. März 2008 11:51
> An: qt-interest@xxxxxxxxxxxxx
> Betreff: lines in GUI
>
> Hi all,
>
> I have a GUI which I want to modify a bit : I want to draw
> some tiny lines around some elements (buttons,text fields
> etc.) in order to shows which ones belong together.
>
> What would I need to do ? Define a paint-area on top of my
> GUI elements or how should this be approached ?
>
> Thanks in advance
>
> -- A l e x
--
[ signature omitted ]