PDA

View Full Version : A connection line



baray98
10th November 2008, 21:26
Hi guys,

I am trying to develop a nice good looking system interface and all my devices in my interface is represented by a groupBox widget, Now i want to show the connection of each devices graphically. see my diagram below




Device Box ----------DeviceBox-------DeviceBox
| |
| DeviceBox
Device Box
|
|
Device Box


I am thinking of using QGraphicsView as my widget and play with QGraphicsScene. Do you guys have any other sugggestions?

baray98

wysota
17th November 2008, 08:44
Graphics view is a good choice.