as displaying an image in a mdi?
this is possible? some example.
as displaying an image in a mdi?
this is possible? some example.
Hi, have you already tried something? For displaying images QLabel should be sufficient.
Ginsengelf
yes, I know that.
I wondered, to see it the Gwenview, use the mdi?
The Qwenview screenshot looks like a couple of QTabWidgets in a fixed ratio layout or separated by a QSplitter. The tabs contain QListViews in QListView::IconMode. I cannot see an obvious QMdiArea. However, I haven't looked at the actual source, which is something you could do to work out how they do it.
Hi Lycus,
To display images, texts ... in MdiArea you should derive the class QMdiArea and reimplement the paintEvent(),
just this. Inside of paintEvent() use QPainter to do job.
cheers
Bookmarks