Results 1 to 3 of 3

Thread: QT Designer : add an OpenGL control

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Oct 2010
    Posts
    95
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows
    Thanks
    2

    Question QT Designer : add an OpenGL control

    Hi,

    I would like to know if it is possible to 'visually add' a OpenGL control in the QT Designer ?

    I have see several tutorial, even videos on Youtube... but it sounds that with the last version of the QTCreator it works differently ?

    Thanks

  2. #2
    Join Date
    May 2010
    Location
    Romania
    Posts
    1,021
    Qt products
    Qt5
    Platforms
    MacOS X Unix/X11 Windows Android
    Thanks
    62
    Thanked 260 Times in 246 Posts

    Default Re: QT Designer : add an OpenGL control

    I don't know the answer to your question, but i guess you need to write code for that.

    But i can give you a little "advice": learn to code (C++) because Qt is an C++ framework, it's it not meant to be a only "visual" tool (you need to write code eventually) and if you first learn C++ (especially pointers and OOP) the Qt framework will be very easy.

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

    Default Re: QT Designer : add an OpenGL control

    Quote Originally Posted by pl01 View Post
    I would like to know if it is possible to 'visually add' a OpenGL control in the QT Designer ?
    If you wrap it into QGLWidget and make a Designer widget plugin out of it then yes.
    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. Replies: 0
    Last Post: 16th December 2009, 09:45
  2. Replies: 0
    Last Post: 6th December 2009, 00:41
  3. Qt with OpenGL ES for ARM9 - All OpenGL ES tests have failed!
    By vinpa in forum Qt for Embedded and Mobile
    Replies: 1
    Last Post: 3rd December 2009, 10:10
  4. OpenGL control points
    By jhearon in forum Qt Programming
    Replies: 1
    Last Post: 3rd November 2007, 18:32
  5. Replies: 1
    Last Post: 22nd January 2007, 12:13

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.