> 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.hapo...@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@qt-project.org
> http://lists.qt-project.org/mailman/listinfo/interest
>
>
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to