[Qt-interest] Multi window/page/screen applications with qt widgets
David Boosalis
david.boosalis at gmail.com
Sun Feb 27 04:37:41 CET 2011
I don't know what the app is you are referring to, but using multiple main
windows might suggest it came from a desktop application where using
QMainWindow makes sense as it is very convenient for doing toolbars, menus
and saving settings. My guess is that for your mobile app you need none of
these as your main window opens up in full screen with no toolbars and
menubars. If such is the case I would use a QStackWidget which offers
several views in one top level widget. I think it easier to manage several
views in one stack widget then to manage several top level widgets.
On Sat, Feb 26, 2011 at 12:08 PM, Kahola.g <kahola.g at gmail.com> wrote:
> Hi
>
> I am doing a multi screen application for symbian and if possible for maemo
> also. I saw a open source application (mediaplayer) being written for maemo.
> The author of that application is using qmainwindow for all the pages and
> then managing all those pages under another main window. Is there a reason
> for doing so. I want to use qwidget for these pages. Can i be in trouble
> down the line.
>
> Thank you,
> ksg
>
> _______________________________________________
> Qt-interest mailing list
> Qt-interest at qt.nokia.com
> http://lists.qt.nokia.com/mailman/listinfo/qt-interest
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20110226/061c75a5/attachment.html
More information about the Qt-interest-old
mailing list