Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct

    Unsolved How to add gui to opengl window

    General and Desktop
    3
    4
    332
    Loading More Posts
    • 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
      Q139 last edited by

      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 Reply Quote 0
      • F
        Fuel last edited by

        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 Reply Quote 0
        • Q
          Q139 last edited by

          Yes , near widget is good.

          1 Reply Last reply Reply Quote 0
          • D
            dethtoll last edited by

            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 Reply Quote 0
            • First post
              Last post