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

QWizard::registerField missing new signal slot syntax

XMLWordPrintable

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

      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));

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

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

              Created:
              Updated:

                There are no open Gerrit changes