Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-14045

Qt quick emulation layer crashed

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • Icon: Not Evaluated Not Evaluated
    • Qt Creator 3.4.0
    • Qt Creator 3.3.1
    • Quick Designer
    • None
    • Linux Mint

      import QtQuick 2.3
      
      Rectangle {
          property alias mouseArea: mouseArea
      
          width: 360
          height: 360
      
          MouseArea {
              id: mouseArea
              anchors.fill: parent
          }
      
          Text {
              anchors.centerIn: parent
              text: "Hello World"
          }
      }
      

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

            tjenssen Tim Jenssen
            iplayfast Chris Bruner
            Votes:
            3 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes