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

Drag and drop ListView item to QML Designer, QtCreator crash!

    XMLWordPrintable

Details

    • Bug
    • Resolution: Cannot Reproduce
    • P1: Critical
    • None
    • Qt Creator 2.3.0-beta
    • None
    • Windows XP SP3
      SDKTestRound17

    Description

      Steps:
      1. Create a QtQuick Application for symbian component using the wizard
      2. Edit the MainPage.qml as follows:
      ========================================

      import QtQuick 1.0
      import com.nokia.symbian 1.0
      
      Page {
          id: mainPage
      
          Text {
              id: firstText
              anchors.centerIn: parent
              text: qsTr("Hello world!")
              color: platformStyle.colorNormalLight
              font.pixelSize: 20
          }
      
          Text {
              id: secondText
              text: qsTr("Good Morning")
              color: "white"
              font.pointSize: 15
              anchors.left: firstText.left
              anchors.top: firstText.bottom
              anchors.topMargin: 20
          }
      }
      

      =================================================
      3. Activate the QML Desinger, then drag and drop the ListView item to the canvas

      Expecte result:
      ListView item is added to the canvas
      Actual result:
      QtCreator Crashes and output runtime error
      Comment:
      SDKTestRound17

      Attachments

        1. AddListViewCrash.JPG
          AddListViewCrash.JPG
          112 kB
        2. mySCPrj.7z
          1.26 MB
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            bubke Marco Bubke
            qiiiiqia_tieto Qi Qiang (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes