ui->my_widget
this
C++ (Qt)void MyClass::DoSometrhing( .. ){ if (this->objectName() == "Вася") ..}
for (auto *child : findChildren<MyClass>()) { // получили стейт auto state = child->saveState(); // сохраняем куда-то (в мапу сеттингзы или еще куда) map[child->objectName()] = state; }