[Interest] Prevent QWidgetWindow from appending "Window" to objectNames

Philipp Kursawe phil.kursawe at gmail.com
Tue Oct 29 18:36:08 CET 2013


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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20131029/06ba96b1/attachment.html>


More information about the Interest mailing list