Results 1 to 6 of 6

Thread: Integrating Ogre in QMdiArea !

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jun 2010
    Posts
    34
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Integrating Ogre in QMdiArea !

    nobody wants to test?

    I've given the entire source code, it's easy.

    If you want see the difference between the integration in the QMdiArea or not, take this change :
    - go to the fonction OgreMainWindow::createOgreWidget
    - remove the line mdiArea->addSubWindow( (QMdiSubWindow*)og );
    - add the line og->show();

    Without integration, you should see the ogre robot on a red background.

  2. #2
    Join Date
    Jun 2010
    Posts
    34
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Integrating Ogre in QMdiArea !

    OK I made some tests and the problem is not Qt. But in the architecture of my ogre Application. I will continue to search that on a Ogre Forum.

Similar Threads

  1. MacOsX + QtCreator + Ogre
    By bunjee in forum Qt Programming
    Replies: 2
    Last Post: 8th July 2011, 02:53
  2. QGraphicsView + Ogre renderer
    By bunjee in forum Qt Programming
    Replies: 1
    Last Post: 2nd March 2010, 01:01
  3. Integrating OpenVG with QT 4.6
    By ksrini in forum Qt Programming
    Replies: 1
    Last Post: 11th February 2010, 05:52
  4. Replies: 0
    Last Post: 17th August 2008, 17:31
  5. Integrating C with Qt
    By deepakn in forum Qt Programming
    Replies: 2
    Last Post: 4th December 2007, 09:12

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.