Re: [Interest] Capital letters with Qt Virtual Keyboard

2018-07-24 Thread Luca Carlon
On Tue, Jul 24, 2018 at 1:16 PM Mitch Curtis wrote: > > What I see here is that when the sample above runs in Qt 5.11.0, the focus > > is > > on the TextInput, the shift button is not enabled and not "selected", > > letters > > are lowercase. Do you see the same? > > How do you give it focus wit

Re: [Interest] Capital letters with Qt Virtual Keyboard

2018-07-24 Thread Mitch Curtis
> -Original Message- > From: Luca Carlon > Sent: Tuesday, 24 July 2018 12:45 PM > To: Mitch Curtis ; > > Subject: Fwd: [Interest] Capital letters with Qt Virtual Keyboard > > On Tue, Jul 24, 2018 at 11:29 AM Mitch Curtis wrote: > > > > >

Re: [Interest] Capital letters with Qt Virtual Keyboard

2018-07-24 Thread Mitch Curtis
> -Original Message- > From: Interest On > Behalf Of Luca Carlon > Sent: Monday, 23 July 2018 7:48 PM > To: > Subject: [Interest] Capital letters with Qt Virtual Keyboard > > Hello! I wrote this simple code with the Qt Virtual Keyboard: > &g

[Interest] Capital letters with Qt Virtual Keyboard

2018-07-23 Thread Luca Carlon
Hello! I wrote this simple code with the Qt Virtual Keyboard: import QtQuick 2.8 import QtQuick.VirtualKeyboard 2.3 Rectangle { width: 800 height: 800 TextInput { anchors.top: parent.top anchors.bottom: panel.top width: parent.width