Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-65661

Wrong doc between code and description for QObject::findChild() in activeqt

    XMLWordPrintable

Details

    • f1cf2c56c8dbf79e478a3e0a8f3d19032aa44d3a (qt/qtactiveqt/5.11)

    Description

      QSubWidget *QParentWidget::subWidget(const QString &name) 
      { 
      return findChild<QSubWidget*>(name); 
      }
      

      The subWidget slot uses the QObject::child() function and returns the first child of type QSubWidget that has the requested name.

      Attachments

        For Gerrit Dashboard: QTBUG-65661
        # Subject Branch Project Status CR V

        Activity

          People

            liaqi Liang Qi
            chenghuafeng cheng huafeng
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes