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. Replacement of Canvas3D in Qt 6.7 ?
Forum Updated to NodeBB v4.3 + New Features

Replacement of Canvas3D in Qt 6.7 ?

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
3 Posts 2 Posters 196 Views
  • 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.
  • IamSumitI Offline
    IamSumitI Offline
    IamSumit
    wrote on last edited by
    #1

    Hello all,

    I am migrating from Qt5 to Qt 6. In my Qt5 application I am using the following:
    Canvas3D {
    id: canvas3d
    anchors.fill: interiorBlueBorder
    onInitializeGL: {
    ...
    }

          onPaintGL: {
    

    ...
    }}
    I want to what exactly replacement of Canvas3D in Qt 6? Pls help

    Be Cute

    1 Reply Last reply
    0
    • B Offline
      B Offline
      Bob64
      wrote on last edited by Bob64
      #2

      I know nothing about Canvas3D but was interested that I see no mention of it in the documentation of Qt 5.15, which is what I am currently using. From searching through the archived Qt documentation, it looks like it was originally introduced in Qt 5.5, was marked as deprecated in Qt 5.12 and had disappeared in Qt 5.13. It might be worth looking for blog posts etc from around the time of 5.12 to see if this was discussed. It's possible some ideas for migrating to something else were discussed at the time.

      1 Reply Last reply
      0
      • B Offline
        B Offline
        Bob64
        wrote on last edited by
        #3

        This is the only discussion I could find:

        https://lists.qt-project.org/pipermail/development/2018-August/033523.html

        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