Results 1 to 6 of 6

Thread: Problems with QGraphicsItems

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #4
    Join Date
    Jan 2007
    Posts
    81
    Thanks
    17
    Thanked 3 Times in 3 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Problems with QGraphicsItems

    hey, thanks for your post Andreas!! I'm looking forward to when 4.3 is released, unfortunately I can't use 4.3, do you have any suggestions about how I could do this until 4.3 comes out? maybe putting a widget over the viewport or something and print on the widget?
    I've tried this, but had troubles centering the widget/keeping it the same size as the viewport from the QGraphicsView and being able to click on the overlaying widget and having the viewport pick it up.
    Any clues as to when 4.3 will be released?
    in any case, thanks again

    aamer4yu, tried calling update after this line, but that doesn't work. I am surprised because it should be the following that should cause it to disappear.
    m_MeasureLine->hide();
    m_MeasureLine->update();

    Any other ideas?

    another eidt://I have just tried adding the item each time to the scene and removing it from the scene each time....still doesn't work...
    Last edited by JonathanForQT4; 25th April 2007 at 10:06. Reason: typo

Similar Threads

  1. Performance problems with overlapping qgraphicsitems
    By brjames in forum Qt Programming
    Replies: 13
    Last Post: 4th May 2008, 21:42
  2. Replies: 2
    Last Post: 8th March 2007, 22:22
  3. Problems building mysql plugin for Qt 4.1.2 on windows XP
    By Philip_Anselmo in forum Installation and Deployment
    Replies: 3
    Last Post: 17th May 2006, 15:38
  4. Canvas problems
    By Tommytrojan in forum Qt Programming
    Replies: 22
    Last Post: 9th May 2006, 16:46
  5. QT4 Plugins - problems, problems
    By NormanDunbar in forum Qt Programming
    Replies: 6
    Last Post: 9th May 2006, 15:39

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.