Uploaded image for project: 'Qt for Python'
  1. Qt for Python
  2. PYSIDE-1720

piside6-uic convert signal clicked(bool) to clicked

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P4: Low
    • None
    • 6.2.1
    • PySide
    • None
    • 49a8ab50badb5034ece7670498eb3d06b5155133 (qt/qtbase/dev) 54c7afb94d4e2f80e7c13e346aa3e33167f54bf9 (qt/qtbase/6.2)

    Description

      I think it should be
      self.checkBox.clicked['bool'].connect(self.lineEdit.setEnabled)

      not
      self.checkBox.clicked.connect(self.lineEdit.setEnabled)

      Attachments

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

        Activity

          People

            kleint Friedemann Kleint
            xlivevil Xu Fan
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes