[Interest] change qt virtual keyboard style during run time

Jean-Michaël Celerier jeanmichael.celerier at gmail.com
Tue Oct 10 07:32:49 CEST 2017


> Besides, once I have *qputenv("QT_VIRTUALKEYBOARD_STYLE",
QByteArray("1111")); *in main() - why is "*echo $QT_VIRTUALKEYBOARD_STYLE*"
empty?

For the same reason that doing

bash -c 'export BLAH=1111' && echo $BLAH

does not echo 1111: environment variables are scoped to their process (and
child processes).


Best,
-------
Jean-Michaël Celerier
http://www.jcelerier.name

On Mon, Oct 9, 2017 at 6:38 PM, Dmytro Haponov <dmytro.haponov at gmail.com>
wrote:

> How can style of qvirtualkeyboard be changed during run time?
>
>
>
> simply changing* QT_VIRTUALKEYBOARD_STYLE* to other style from console
> does not do anything.
>
>  Besides, once I have *qputenv("QT_VIRTUALKEYBOARD_STYLE",
> QByteArray("1111")); *in main() - why is "*echo $QT_VIRTUALKEYBOARD_STYLE*"
> empty? I'm pretty sure style "1111" works, as I can clearly this custom
> style of mine.
>
> Thanks,
> Dmytro Haponov
>
> _______________________________________________
> Interest mailing list
> Interest at qt-project.org
> http://lists.qt-project.org/mailman/listinfo/interest
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20171010/c9e3e706/attachment.html>


More information about the Interest mailing list