PDA

View Full Version : document view Architecture in QT



phillip_Qt
15th September 2009, 07:33
Hi All
i've a small dbt. in MFC we ve SDI/MDI or dailog based project. What kind of projects are possible in QT? what ll be the altrenative of SDI in QT.

Thank u all.:D

Regards
Phillip

yogeshgokul
15th September 2009, 07:36
i've a small dbt. in MFC we ve SDI/MDI or dailog based project. What kind of projects are possible in QT?

All kind of. ;)


what ll be the altrenative of SDI in QT.

QMainWindow and QDialog.

Click here for example (http://pepper.troll.no/s60prereleases/doc/mainwindows-sdi.html).

wysota
15th September 2009, 07:50
Let's not forget about QMdiArea.

NoRulez
15th September 2009, 07:54
And here a MDI Example (http://doc.trolltech.com/4.5/mainwindows-mdi.html).

Best Regards
NoRulez