Results 1 to 2 of 2

Thread: Qt (Symbian) multiple windows

  1. #1

    Default Qt (Symbian) multiple windows

    Well hi I'm new here and also to Qt (It's my third Qt-app).This is the fist time I'm trying to make a mobile app for Symbian using the Qt gui library (not the quick) and I can't figure out how to properly open more stacked Qmainwindows (like activities on android) so that they fill the whole screen....

    I've tried somthing like this but the windows fills only a portion of the screen.

    void MainWindow:n_ButtonLogin_clicked(){

    //close();
    userMenu *m = new userMenu();
    m->setOrientation(userMenu::ScreenOrientationLockPor trait);
    m->showExpanded();
    close();

    //delete m;
    }

    I googled for hours and couldn't find anything... please help...

  2. #2

    Default Re: Qt (Symbian) multiple windows

    Found a way...(using stacked wiged will do the trick...)

Similar Threads

  1. Replies: 1
    Last Post: 7th February 2012, 19:24
  2. Replies: 75
    Last Post: 16th February 2011, 12:58
  3. Replies: 1
    Last Post: 9th September 2010, 16:49
  4. Symbian/Windows
    By jonl in forum Newbie
    Replies: 0
    Last Post: 8th March 2010, 23:14
  5. Multiple windows
    By bgturk in forum Qt Programming
    Replies: 0
    Last Post: 23rd April 2009, 10:03

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.