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. Why AxisActionHandler isn't type at the qml 3D?
Qt 6.11 is out! See what's new in the release blog

Why AxisActionHandler isn't type at the qml 3D?

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
4 Posts 3 Posters 1.3k Views 1 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.
  • Everton FonsecaE Offline
    Everton FonsecaE Offline
    Everton Fonseca
    wrote on last edited by Everton Fonseca
    #1

    Qt 5.9.1
    I am using an example CameraController.qml Example File, but I am not getting to use it, it is giving error in the class qml AxisActionHandler is not type.

    Can someone help me?.

    I want to make the camera control for the 3D game.

    1 Reply Last reply
    0
    • ? Offline
      ? Offline
      A Former User
      wrote on last edited by
      #2

      Does the "Qt 3D : Simple QML Example" work?

      Everton FonsecaE 1 Reply Last reply
      0
      • ? A Former User

        Does the "Qt 3D : Simple QML Example" work?

        Everton FonsecaE Offline
        Everton FonsecaE Offline
        Everton Fonseca
        wrote on last edited by Everton Fonseca
        #3

        @Wieland yes, it is working but Camera Controller.qml has Axis ActionHandler and it's not a type

        1 Reply Last reply
        0
        • DabullaD Offline
          DabullaD Offline
          Dabulla
          wrote on last edited by
          #4

          The Simple QML Example does not use CameraController.qml. It uses OrbitCameraControl. When I change it to use CameraControl it also does not find AxisActionHandler.

          QAxisActionHandler was a private Qt header in 5.6 and it seems 'ActionHandlers' are no longer used in newer versions. I guess there will be a big update for handling input anytime soon.

          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