Uploaded image for project: 'Qt Design Studio'
  1. Qt Design Studio
  2. QDS-12532

Crash While Using Connections Editor

    XMLWordPrintable

Details

    • macOS

    Description

      While using the Connections Editor, a full crash occurred.

      I was attempting to add a 2nd connection on to a button in which the pressing of the button on one state would trigger a property change on another state.  The property change was changing text from one group of words to another.

      ButtonLarge {
          id: normalColorsButton
          x: 42
          y: 36
          dELICATESText: "NORMAL / COLORS"
          autoExclusive: true
      
          Connections {
              target: normalColorsButton
              onClicked: rectangle.state = "startOrCustomize"
          }
      
          Connections {
              target: normalColorsButton
              onClicked: loadName.text = "NORMAL / COLORS"
          }
      }
      

      Note: The Connections Editor was removed from the UI and on a 2nd monitor.

      Attached is the dmp file from my Mac and the project file in question.

      Attachments

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

        Activity

          People

            henning Henning Gründl
            tom_valinoti Thomas Valinoti
            Jarko Vihriälä Jarko Vihriälä
            Thomas Hartmann Thomas Hartmann
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes