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

QWizard::registerField missing new signal slot syntax

    XMLWordPrintable

Details

    • Task
    • Resolution: Unresolved
    • P3: Somewhat important
    • None
    • None
    • None

    Description

      QWizardPage provides only old connector of <qt5, so you have e.g.

      registerField("files*", m_ui->fileListWidget, "files", SIGNAL(filesChanged()));

      So I miss the qt5 way to go:

      registerField("files*", m_ui->fileListWidget, "files", &FileListWidget::filesChanged));

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              qt.team.quick.subscriptions Qt Quick and Widgets Team
              EliteScience Heiko Thiel
              Votes:
              1 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes