Results 1 to 1 of 1

Thread: Qgraphicscene - rendering

  1. #1
    Join Date
    Apr 2009
    Posts
    41
    Qt products
    Qt4
    Platforms
    Windows

    Post Qgraphicscene - rendering

    hi,
    i have rendered the map using Qwidget & paint event.it has boundaries left=-1000,right=1000,top=1000,bottom=-1000;(assume one polygon)

    i have implemented zoom using painter.scale and panning using painter.translate

    now i would like to render it in QGraphicscene. is it possible to render it and implement zoom and panning with out drag. because on top of map i have to put some labels. these should me zoom/pan with respect to background map.

    please send me sample code for this so that i'll be thankful to you.
    Last edited by jsmith; 22nd July 2009 at 14:24.

Similar Threads

  1. Replies: 10
    Last Post: 9th June 2016, 17:02
  2. How to add forms(.ui file) to a QGraphicScene background
    By c_srikanth1984 in forum Qt Programming
    Replies: 6
    Last Post: 30th January 2009, 08:25
  3. Replies: 1
    Last Post: 27th November 2008, 10:49
  4. QGraphicScene to stream
    By phannent in forum Newbie
    Replies: 2
    Last Post: 28th June 2008, 09:43
  5. QGraphicScene MousePressEvent
    By Spitz in forum Qt Programming
    Replies: 3
    Last Post: 16th November 2007, 21:46

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.