what is reason behind below error ? how to resolve it ?
-
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() ) ) );
^ -
@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. -
@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.
-
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.
-
-
Then you have the information to build the module.