Re: [Interest] Virtual keyboard hides input field

2024-07-28 Thread Axel Spoerl via Interest
about Qt on a mobile device. Von: Sley HORTES Gesendet: Sonntag, 28. Juli 2024 12:25 An: Axel Spoerl Betreff: Re: [Interest] Virtual keyboard hides input field This is because I didn’t signup using this email. Here it is: https://forum.qt.io/topic/157828/system

Re: [Interest] Virtual keyboard hides input field

2024-07-28 Thread Axel Spoerl via Interest
: [Interest] Virtual keyboard hides input field Mobile Browser I meant. When it’s being used on a PC it’s fine cause there ain’t no virtual keyboard that will hide the contents. On Sun, Jul 28, 2024 at 6:05 PM Sley HORTES mailto:sleyhorte...@gmail.com>> wrote: Hello Axel. Thanks for the i

Re: [Interest] Virtual keyboard hides input field

2024-07-28 Thread Axel Spoerl via Interest
li 2024 09:26 An: interest@qt-project.org Betreff: [Interest] Virtual keyboard hides input field Hello Everyone!! I have been trying to create a sign up window for a chat app using QML. The problem is When there’s a focus on an input field object, the virtual keyboard hides its visibility

[Interest] Virtual keyboard hides input field

2024-07-27 Thread Sley HORTES
Hello Everyone!! I have been trying to create a sign up window for a chat app using QML. The problem is When there’s a focus on an input field object, the virtual keyboard hides its visibility. I would like to know how to remediate to it. Any thought Please ? Here is a Module I had created. The

Re: [Interest] Virtual keyboard

2015-11-04 Thread Rainer Keller
Hi, > Is it possible to use Virtual Keybord on a Desktop app? In general it is possible. But it depends on your OS and type of application. Regards Rainer ___ Interest mailing list Interest@qt-project.org

[Interest] Virtual keyboard

2015-11-04 Thread Nuno Santos
Hi, Is it possible to use Virtual Keybord on a Desktop app? Thx, Nuno___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

[Interest] Virtual keyboard

2014-12-17 Thread Helmut Mülner
I have a virtual keyboard installed (Hot Virtual Keyboard) on Windows7. I use qt-opensource-windows-x86-msvc2013-5.4.0. In Qt Widget programs (e.g. from examples) the keyboard works as expected: When I click into an editable text field, the keyboard pops up. But this does not work in QML