Results 1 to 4 of 4

Thread: How do I add a QGraphicsScene to a QGridLayout?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #3
    Join Date
    Sep 2008
    Location
    Bangalore
    Posts
    659
    Thanks
    116
    Thanked 42 Times in 41 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: How do I add a QGraphicsScene to a QGridLayout?

    QGraphicScene is for rendering designing area for QGraphicsView() . so instaed of adding QGraphicsScene u first design a QGraphicsView() with the QGraphicsScene and add that graphicsView to your widget mainwindow
    "Behind every great fortune lies a crime" - Balzac

  2. The following 2 users say thank you to wagmare for this useful post:

    di_zou (11th December 2009), thanyaj (26th November 2010)

Similar Threads

  1. how to connect events with signals in QGraphicsScene?
    By nataly in forum Qt Programming
    Replies: 0
    Last Post: 3rd November 2009, 15:20
  2. Replies: 1
    Last Post: 30th October 2009, 08:52
  3. Replies: 0
    Last Post: 5th March 2009, 06:54
  4. in QGraphicsScene matrix of other QGraphicsScene
    By Noxxik in forum Qt Programming
    Replies: 5
    Last Post: 15th February 2009, 17:27
  5. Qt 3.3 QGridLayout
    By ToddAtWSU in forum Qt Programming
    Replies: 2
    Last Post: 23rd February 2007, 17:40

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.