Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. How to add gui to opengl window
Forum Updated to NodeBB v4.3 + New Features

How to add gui to opengl window

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 3 Posters 567 Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Q Offline
    Q Offline
    Q139
    wrote on last edited by
    #1

    Hi,
    What libs are best to look into to add gui sidebar to opengl window?
    Opengl window is constructed similar to qt opengl window example code.

    1 Reply Last reply
    0
    • F Offline
      F Offline
      Fuel
      wrote on last edited by
      #2

      You want to add QT Elements "in" the OpenGl Window? Dont know if that works, but i think no. What about working with a OpenGLWidget and QT Elements near that Widget?

      1 Reply Last reply
      0
      • Q Offline
        Q Offline
        Q139
        wrote on last edited by
        #3

        Yes , near widget is good.

        1 Reply Last reply
        0
        • D Offline
          D Offline
          dethtoll
          wrote on last edited by
          #4

          You might want to look into using the QMainWindow widget. You can set a QOpenGLWidget as the "central" widget, and then add widgets on the sides by deriving from QDockWidget.

          1 Reply Last reply
          0

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved