PDA

View Full Version : Draw line between widgets



bibhukalyana
23rd October 2012, 20:26
Hi everyone,
I want to draw a line which will go through 3 label (l1,l2,l3).These labels are inside stacked widgets.
Please help me how to do this ?

Thanks.

Ashkan_s
24th October 2012, 13:02
If you want something like this 8349
you can place your labels inside a QFrame and layout the horizontally or vertically then set the frame's shape to QFrame::HLine or QFrame::VLine. QFrame::Shape