Еще, возможно, причиной является то, что каталог /home вынесен на отдельный раздел диска и при переустановке системы не форматировался. Вот его содержимое:
root@pc:/home/anton# ls -a
.cache
.java
.config
.local
.android
.dbus
.mozilla
Android
.dmrc
.pki
.AndroidStudio1.3
.gconf
.profile
AndroidStudioProjects
.gnome
.thumbnails
.aptitude
.gnupg
.Xauthority
.bash_history
.gradle
.xsession-errors
.bash_logout
.gstreamer-0.10
.xsession-errors.old
.bashrc
.ICEauthority
Папки .android, .AndroidStudio1.3 не обновлялись при переустановке AS.
Сейчас пишу на QT и C++. Я знаю, как следующий код представить компактно с помощью цикла for in в JS:
this->ms.accuracy.val = ui->comboBoxAccuracy->currentIndex();
this->ms.accuracy.pr = ui->spinBoxAccuracy->value();
this->ms.price.val = ui->comboBoxPrice->currentIndex();
this->ms.price.pr = ui->spinBoxPrice->value();
а то пример про итерацию, правда, был не показательным.