Results 1 to 2 of 2

Thread: QGraphicsView : create a "quick preview" ?

  1. #1
    Join Date
    Oct 2010
    Posts
    95
    Thanks
    2
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Question QGraphicsView : create a "quick preview" ?

    Hi,

    I would like to know if it is possible to create a "quick-preview" popup for the QGraphicsView.

    A QuickPreview is like : http://www.nodejoe.com/tutorials_en.php
    On the right, you can see the whole content and see where you are located in the view.
    I would like to do this... but when clicking on a icon (Right/Bottom) on the GraphicsView.

    If yes, how ? :-P

    Any idea is welcome !

    Thx for your help ;-)

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,018 Times in 4,794 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: QGraphicsView : create a "quick preview" ?

    Create another view, attach the same scene to it and zoom out. If you want a simplified rendering then you need to make your items aware of the level of detail (see docs on GV for details).
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


Similar Threads

  1. Replies: 0
    Last Post: 12th November 2010, 11:32
  2. How to create a "setup" wizard for my Qt Application ?
    By AbuYusuf in forum Installation and Deployment
    Replies: 1
    Last Post: 14th February 2010, 12:59
  3. qt preview "tooltip"
    By gycdavsys in forum Newbie
    Replies: 1
    Last Post: 1st February 2010, 10:56
  4. How to create "extra" soft keys
    By jasper_ferrer in forum Qt for Embedded and Mobile
    Replies: 0
    Last Post: 13th September 2009, 03:00
  5. Translation QFileDialog standart buttons ("Open"/"Save"/"Cancel")
    By victor.yacovlev in forum Qt Programming
    Replies: 4
    Last Post: 24th January 2008, 19:05

Tags for this Thread

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.