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

Qt quick emulation layer crashed

    XMLWordPrintable

Details

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

    Description

      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"
          }
      }
      

      Attachments

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

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes