Results 1 to 2 of 2

Thread: Glut display into QMainwindow Layout

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    May 2010
    Posts
    46
    Thanks
    3
    Qt products
    Qt4
    Platforms
    Windows

    Default Glut display into QMainwindow Layout

    Hello,
    I have an application that consist of a glutdisplay.
    I want put this gutdisplay in a my layout.

    It's possible?
    Any suggestions?

    Regards

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,018 Times in 4,794 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Glut display into QMainwindow Layout

    Unlikely. You should create the window from QGLWidget instead of using GLUT for that. You can still use GLUT for other things.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


Similar Threads

  1. Resize QMainWindow without layout on it
    By shock in forum Newbie
    Replies: 6
    Last Post: 19th December 2011, 23:33
  2. QMainWindow layout questions maybe
    By lhdgriver in forum Newbie
    Replies: 1
    Last Post: 21st July 2010, 18:52
  3. Adding a Layout to QMainWindow
    By Chiggins in forum Qt Programming
    Replies: 2
    Last Post: 7th June 2010, 06:25
  4. Problems with QMainWindow and layout
    By franco.amato in forum Qt Programming
    Replies: 2
    Last Post: 24th November 2009, 22:49
  5. Maximumsize by layout QMainWindow
    By captiva in forum Qt Programming
    Replies: 7
    Last Post: 24th February 2009, 19:41

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.