Questions tagged [qtvirtualkeyboard]

The Qt Virtual Keyboard provides an input framework and Qt Quick-based reference keyboard front end for Qt 5.

The Qt Virtual Keyboard provides an input framework and Qt Quick-based reference keyboard front end for Qt 5.

The input framework makes it easy to write custom input methods or to integrate 3rd party input engines. The input methods can be implemented in C++ or QML.

72 questions
0
votes
0 answers

Can Somebody tell me why my Code doesn't find my VirtualKeyboard Style?

I am modifying an existing GUI to include a virtual keyboard to run on a Raspberry Pi with a touchscreen. The problem is that it takes up too much space and blocks the whole screen, that's why I want to modify it with a custom style. Despite…
Paul
  • 1
0
votes
0 answers

How to import a custom style for virtualkeyboard in pyqt?

I'm building an Application using PyQt6.4.0 on Ubuntu 20.04 and I intend to customize the style of my virtual keyboard to make it smaller when the user enters some text in a QLineEdit. I've followed these instructions to copy the virtual keyboard…
0
votes
0 answers

How to set Virtual Keyboard style from .qrc in QtWidgets application with CMake

I have tried for a couple of days to setup Virtual Keyboards in a Linux application. My application contains a .qrc file containing keyboard layout and styles. I tried following tons of forums to no avail, but I believe the closest I came is through…
seht97
  • 67
  • 6
0
votes
0 answers

Pyqt5 QtVirtualKeyboard raspberry pi 4 buster lite EGLFS cannot be mixed

I'm trying to add QtVirtualKeyboard to my standalone application. My app running without desktop but i don't think this is the problem. I found that we can integrate to my QMainWindow a QObject that show the keyboard along my app. I also found that…
0
votes
1 answer

C++ [QT 5.15.2] : virtual keyboard shift button is disabled until I click on my textField

I'm developping an app using QT 5.15 LTS (5.15.2). I have the following QML item that I use to handle virtual keyboard interactions : //InputScreen.qml import QtQuick 2.3 import QtQuick.Layouts 1.3 import QtQuick.Controls 2.2 import…
Eox
  • 133
  • 1
  • 10
0
votes
1 answer

QVirtualKeyboard default style for PySide6 and PySide2 not the same

I use the keyboard in the project written on pyside2, without any additional settings it looks like this: But the same code on pyside6 displays the keyboard in another style: How can I use style from pyside2 in pyside6?
uralbash
  • 3,219
  • 5
  • 25
  • 45
0
votes
0 answers

How to include QtVirtualKeyboard in the binary file using pyinstaller?

I'm compiling my pyqt project into an executable with pyinstaller, I'm using Qt virtual keyboard in the code and it works when running with python but after compiling with pyinstaller the executable doesn't have the keyboard. Example code: from…
0
votes
0 answers

How to set style for virtualkeyboard from android settings in qt qml

I connected the virtualkeyboard module and built android application (Qt 6.2), but for some reason the keyboard style is different from the one specified in the settings of the phone In all others apps keyboard style is
Rafael F.
  • 101
  • 1
  • 3
0
votes
0 answers

Module VirtualKeyboard not available in Qt Quick UI-Prototype? Err-Msg: not installed

I want to create a Qt Quick UI. So I started a new Qt Quick UI-Prototyp-Project. I got standard template but compilatoin already fails with Err-Message. import QtQuick 2.15 import QtQuick.Window 2.15 import QtQuick.VirtualKeyboard 2.15 Window { …
Findus
  • 303
  • 1
  • 4
  • 17
0
votes
0 answers

How to disable VirtualKeyboard?

I tried the VirtualKeyboard basic sample https://doc.qt.io/qt-5/qtvirtualkeyboard-basic-example.html. I want to understand how the VirtualKeyboard been enabled after TextField gets focused, to find out a way to disable VirtualKeyboard. Just normal…
JustWe
  • 4,250
  • 3
  • 39
  • 90
0
votes
0 answers

Qt Virtual Keyboard is a black screen when compiling with msys2 mingw64 package

I making an application that uses the virtual keyboard from qt. I have built it using two different compilers Using the bundled mingw compiler that comes with Qt Creator 4.14.2 using Qt 5.15.2 Using the mingw-w64-x86_64-qt5 package with msys2,…
steinio
  • 21
  • 4
0
votes
1 answer

How to hide selection handles on QtQuickControls2 TextField?

I use QtVirtualKeyboard in my QML app and as a result selection handles appear whenever some text is selected in a TextField: Is there any way to hide these handles? Nothing in TextField or TextInput docs mention anything about this.
Kazuto_Ute
  • 679
  • 6
  • 20
0
votes
0 answers

Virtual keyboard on pyqt

How do I create a qtVirtualKeyBoard on python? Is it necessary a enterprise Qt version? I’ve been trying to create my own keyboard but it wasn’t good and beautiful to see..
0
votes
1 answer

Qt Virtual Keyboard full screen

I run Qt Virtual Keyboard example in ubuntu(16.04), it runs just on full screen mode and i can not see text edit when typing with virtual keyboard. I want virtual keyboard width fit to window size and show under the text edit. How ?
0
votes
0 answers

Qtvirtualkeyboard not showing in application

Here is my problem, I have want to use the qt virtual keyboard. I have it working on the desktop but on my raspberrypi3 (running minimal root filesystem) it does not pop up. I have put qputenv("QT_IM_MODULE", QByteArray("qtvirtualkeyboard")); in…
kpo8
  • 59
  • 1
  • 7