Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. How to initialize an OpenGL instance in a section in a QML window?
Forum Updated to NodeBB v4.3 + New Features

How to initialize an OpenGL instance in a section in a QML window?

Scheduled Pinned Locked Moved QML and Qt Quick
qmlopengl
2 Posts 2 Posters 589 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.
  • S Offline
    S Offline
    sachiv
    wrote on last edited by
    #1

    How can we initialize an OpenGL window pane in a QML window.

    p3c0P 1 Reply Last reply
    0
    • S sachiv

      How can we initialize an OpenGL window pane in a QML window.

      p3c0P Offline
      p3c0P Offline
      p3c0
      Moderators
      wrote on last edited by
      #2

      @sachiv AFAIK you can add all OpenGL related stuff in a QQuickItem derived class, then register it using qmlRegisterType, import it in QML, instantiate it and use it.
      An example here.

      157

      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