Are there variable variables in Qt? I googled a little bit and it seems like NO, but maybe I googled badly.
So, I asking about an analog of PHP's
$$varname = 5;
and about analog of this notation
$a{$varname} = 5;
or simple a{$varname}
Just interesting. Thanks.