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

Crash While Using Connections Editor

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • Icon: P1: Critical P1: Critical
    • QDS 4.8.0
    • QDS 4.4
    • Connection Editor
    • None
    • macOS

      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.

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

            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:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes