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. what is reason behind below error ? how to resolve it ?
Forum Updated to NodeBB v4.3 + New Features

what is reason behind below error ? how to resolve it ?

Scheduled Pinned Locked Moved Solved General and Desktop
9 Posts 3 Posters 605 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.
  • Q Offline
    Q Offline
    Qt embedded developer
    wrote on last edited by Qt embedded developer
    #1

    I want to integrate florence keyboard code. So I am using the florence keyboard code based on qt . i have took code from "https://github.com/Newterm/florence"

    But when i compile that source code i am getting below error:

    florence.cpp: In member function ‘virtual void Florence::mouseMoveEvent(QMouseEvent*)’:
    florence.cpp:147:93: error: no matching function for call to ‘Florence::mapToScene(QPoint, QTransform)’
    Key *k = static_cast<Key *>( scene()->itemAt( mapToScene( event->pos(),QTransform() ) ) );
    ^

    jsulmJ 1 Reply Last reply
    0
    • Q Qt embedded developer

      I want to integrate florence keyboard code. So I am using the florence keyboard code based on qt . i have took code from "https://github.com/Newterm/florence"

      But when i compile that source code i am getting below error:

      florence.cpp: In member function ‘virtual void Florence::mouseMoveEvent(QMouseEvent*)’:
      florence.cpp:147:93: error: no matching function for call to ‘Florence::mapToScene(QPoint, QTransform)’
      Key *k = static_cast<Key *>( scene()->itemAt( mapToScene( event->pos(),QTransform() ) ) );
      ^

      jsulmJ Online
      jsulmJ Online
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @Qt-embedded-developer What Qt version do you use?
      This project seems to be quite old already, probably not compatible with recent Qt versions.
      Also, you should consider asking that project as it is not part of Qt.

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      Q 1 Reply Last reply
      2
      • jsulmJ jsulm

        @Qt-embedded-developer What Qt version do you use?
        This project seems to be quite old already, probably not compatible with recent Qt versions.
        Also, you should consider asking that project as it is not part of Qt.

        Q Offline
        Q Offline
        Qt embedded developer
        wrote on last edited by
        #3

        @jsulm Qt version 5.5.1 in /usr/lib/x86_64-linux-gnu

        Q 1 Reply Last reply
        0
        • Q Qt embedded developer

          @jsulm Qt version 5.5.1 in /usr/lib/x86_64-linux-gnu

          Q Offline
          Q Offline
          Qt embedded developer
          wrote on last edited by
          #4

          @Qt-embedded-developer is it possible to use free open source code of qt virtual key board with this version without uninstall it.

          Because existing project implemented on this qt version.

          As well as guide me if possible then how to install it on existing qt creator?

          I need guidance because 13 days spent on Florence keyboard but it not worth it.

          1 Reply Last reply
          0
          • SGaistS Offline
            SGaistS Offline
            SGaist
            Lifetime Qt Champion
            wrote on last edited by
            #5

            Hi,

            Clone, build and install the Qt VirtualKeyboard module. That said, Qt 5.5.1 is way more than outdated so there's no guarantee that you will be able to build it out of the box.

            Interested in AI ? www.idiap.ch
            Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

            Q 1 Reply Last reply
            0
            • SGaistS SGaist

              Hi,

              Clone, build and install the Qt VirtualKeyboard module. That said, Qt 5.5.1 is way more than outdated so there's no guarantee that you will be able to build it out of the box.

              Q Offline
              Q Offline
              Qt embedded developer
              wrote on last edited by Qt embedded developer
              #6

              @SGaist from where I can clone it?

              Please provide right solution how to deal with project and new qt version. Because most of all things get done except this virtual keyboard.

              1 Reply Last reply
              0
              • SGaistS Offline
                SGaistS Offline
                SGaist
                Lifetime Qt Champion
                wrote on last edited by
                #7

                https://code.qt.io/cgit/qt/qtvirtualkeyboard.git/

                Did you read the build chapter of the Qt VirtualKeyboard module ?

                Interested in AI ? www.idiap.ch
                Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

                Q 1 Reply Last reply
                1
                • SGaistS SGaist

                  https://code.qt.io/cgit/qt/qtvirtualkeyboard.git/

                  Did you read the build chapter of the Qt VirtualKeyboard module ?

                  Q Offline
                  Q Offline
                  Qt embedded developer
                  wrote on last edited by Qt embedded developer
                  #8

                  @SGaist yes I have read it .

                  1 Reply Last reply
                  0
                  • SGaistS Offline
                    SGaistS Offline
                    SGaist
                    Lifetime Qt Champion
                    wrote on last edited by
                    #9

                    Then you have the information to build the module.

                    Interested in AI ? www.idiap.ch
                    Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

                    1 Reply Last reply
                    1

                    • Login

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