mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-01 11:25:36 -04:00
[calamares] Make the widget-tree more informative, mention class name
This commit is contained in:
parent
ce6fae900f
commit
49f4e7b8e1
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ dumpWidgetTree( QDebug& deb, const QWidget* widget, int depth )
|
||||||
{
|
{
|
||||||
deb << ' ';
|
deb << ' ';
|
||||||
}
|
}
|
||||||
deb << widget->objectName();
|
deb << widget->metaObject()->className() << widget->objectName();
|
||||||
|
|
||||||
for ( const auto* w : widget->findChildren< QWidget* >( QString(), Qt::FindDirectChildrenOnly ) )
|
for ( const auto* w : widget->findChildren< QWidget* >( QString(), Qt::FindDirectChildrenOnly ) )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue