PDA

View Full Version : Add graphics view to tab widget?



Ishmael
26th September 2009, 00:14
Is it possible to add a graphics view to a tab in a tab widget? In general, is it possible to combine QGraphicsView with QMainWindow?

dbzhang800
26th September 2009, 06:31
graphics view is a subclass of QWidget. You can use it where your can use other widget such as QTextEdit, QLable.