QT KEYBOARD USE IN WIDGET FOR APPLICATION IN AM5728 BOARD
Unsolved
Mobile and Embedded
-
I want to integrate QT virtual keyboard in my widget application which has to open when i press the lineedit widget.This has to run on my AM5728 board which runs on weston, is there any way to do it?
-
-
@SGaist thank you very much but i had tried these , the QTvirtualkeyboard didnt comeup when i clicked the linedit widget or the textbrowser widget , i have qtvirtualkeyboard installed in the qml folder of QT , but i want to use it in my QT widgets application.
-
@ROSHAN-RAJAGOPAL did you check the Qt logs to see if there was an issue loading the plugin ?
Set the QT_DEBUG_PLUGINS environment variable to 1 and start your application.