Qt 6.11 is out! See what's new in the release
blog
findObject equivalent
-
@J-Hilk , trying to use that with:
if ( parent ! =NULL ) { pOverallTab = qobject_cast<QWidget*>(parent->findChild("overall_tab")); }And getting compile errors:
error: no matching function for call to `QWidget::findChild(const char[12])' -
@J-Hilk , trying to use that with:
if ( parent ! =NULL ) { pOverallTab = qobject_cast<QWidget*>(parent->findChild("overall_tab")); }And getting compile errors:
error: no matching function for call to `QWidget::findChild(const char[12])'