That is really anyoing. When I set a widgets objectName I expect it to not modify this name. But QWidgetWindow connects itself to the objectNameChanged signal connect(m_widget, &QObject::objectNameChanged, this, &QWidgetWindow::updateObjectName);
to modify it. I'm actually surprised this does not lead to a circular call. So, how can I prevent that? I want to have verbatim object names.
_______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest