Solved Textfield right click error in qml
-
Hi TextField {
id: login
width:100
height: 100
} when i right click the mouse error appearing
file:///C:/Qt/Qt5.5.1/5.5/mingw492_32/qml/QtQuick/Controls/Private/MenuContentItem.qml:178: ReferenceError: Acccessible is not defined
how to solve this -
It's a Qt bug, fixed in Qt 5.6 and all later versions: https://bugreports.qt.io/browse/QTBUG-47847.
So in order to solve it, update your Qt version.
-
thank for ur info..