Results 1 to 2 of 2

Thread: How can we make multi views with Qtopia

  1. #1
    Join Date
    Sep 2008
    Posts
    93
    Thanks
    6
    Thanked 1 Time in 1 Post

    Default How can we make multi views with Qtopia

    I hope to develop an application with multi views.

    the logic is like this:

    view1->view2->view3. When We click back soft button, it will go back view3->view1 or view3->view2.

    Please help me
    Last edited by learning_qt; 22nd September 2008 at 13:35. Reason: updated contents

  2. #2
    Join Date
    Jul 2008
    Posts
    139
    Thanks
    9
    Thanked 18 Times in 15 Posts
    Qt products
    Qt/Embedded
    Platforms
    Unix/X11

    Default Re: How can we make multi views with Qtopia

    I am working on the same idea right now, I would suggest looking at the QGraphics View Framework.http://doc.trolltech.com/4.4/graphicsview.html It got me started in the right direction. You can create a scene and add items to that scene, receive mouse activity on items (or keyboard), use the setScene() function to change the scene. This does allow multi-views in the same window if that's what you are looking for also.

Similar Threads

  1. make error when compile qtopia 4.2.4
    By evewei in forum Installation and Deployment
    Replies: 2
    Last Post: 22nd November 2007, 11:44
  2. Qtopia core 4.2.2 cross compile make error
    By smiyai18 in forum Installation and Deployment
    Replies: 2
    Last Post: 28th August 2007, 17:04
  3. Qtopia core 4 make problem on FC5
    By nousetest in forum Qt for Embedded and Mobile
    Replies: 3
    Last Post: 8th April 2007, 10:44
  4. Replies: 3
    Last Post: 6th March 2007, 18:24
  5. Compiling with Qmake/Make
    By VireX in forum Newbie
    Replies: 25
    Last Post: 22nd February 2007, 05:57

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.