Results 1 to 11 of 11

Thread: Layered Application

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    May 2006
    Posts
    788
    Thanks
    49
    Thanked 48 Times in 46 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Layered Application

    Quote Originally Posted by csvivek View Post
    How to go about adding the layers in GV?
    Also is Map(Dted,tiff and DGN) related activities simplified in GV?

    How to change the color of an Item added to the scene based on some condition? say after 2 ms i need to change the color of an object drawn at (0,0) to green.
    IMO have a look on http://sourceforge.net/projects/sketchbook/ QT based ..
    it chance color or delete item quickly. Only port to QGraphicsView

  2. #2
    Join Date
    Oct 2006
    Location
    New Delhi, India
    Posts
    2,467
    Thanks
    8
    Thanked 334 Times in 317 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Layered Application

    How to change the color of an Item added to the scene based on some condition? say after 2 ms i need to change the color of an object drawn at (0,0) to green.
    You can have a color attribute in the graphicsItem. Based on this u color the item. Changing color is just a matter of changing the value of the variable. Simple..


    Also for ur needs GraphicsView wud be best. It provides zoom facility.
    Selecting and removing objects is also easy. When u click in a scene, u get a list of items on that point. From the list u can select and remove the desired item/layer.

Similar Threads

  1. Loading library from application
    By mourad in forum Installation and Deployment
    Replies: 0
    Last Post: 2nd April 2008, 15:10
  2. dll + application
    By fpujol in forum Qt Programming
    Replies: 11
    Last Post: 15th April 2007, 18:37
  3. Replies: 3
    Last Post: 8th December 2006, 18:51
  4. Replies: 3
    Last Post: 31st March 2006, 18:38

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.