Re: [Interest] How to show always a done button

2019-03-20 Thread Roman Wüger
Hi Pierre, I also have no done button if the keyboard is text only. So maybe this function doesn‘t work at all on iOS? Regards Roman Am 20.03.2019 um 10:57 schrieb Pierre-Yves Siret : >> Hi, >> >> I try to always show a done or similar button on top of the onscreen >> keyboard. >> >> To do

Re: [Interest] How to show always a done button

2019-03-20 Thread Pierre-Yves Siret
> > Hi, > > I try to always show a done or similar button on top of the onscreen > keyboard. > > To do this I tried the following as an example for a Textfield: > > inputMethodHints: Qt.ImhDigitsOnly > EnterKey.type: Qt.EnterKeyDone > > but there is no done key shown. > > Any hints? > I suppose

[Interest] How to show always a done button

2019-03-20 Thread Roman Wüger
Hi, I try to always show a done or similar button on top of the onscreen keyboard. To do this I tried the following as an example for a Textfield: inputMethodHints: Qt.ImhDigitsOnly EnterKey.type: Qt.EnterKeyDone but there is no done key shown. Any hints? Regards Roman