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

TextArea Component has big problem on Windows Platform

    XMLWordPrintable

Details

    Description

      Steps:
      1. Create a QtQuick Application for symbian component using the wizard
      2. Activate the MainPage.qml and drag a TextArea component to the canvas

      Expected result:
      TextArea can be edited in QML Designer and the related propeties are right

      Actual result:
      TextArea can't be seen in QML Designer and the properties are different from Linux Platform

      Comment:
      SDKTestRound17

      *****************************************************************************************
      import QtQuick 1.0
      import com.nokia.symbian 1.0

      Page {
      id: mainPage

      Text

      { id: text anchors.centerIn: parent text: qsTr("Hello world!") color: platformStyle.colorNormalLight font.pixelSize: 20 }

      TextArea

      { id: textarea width: 180 height: 180 text: "TextArea" errorHighlight: false visible: true anchors.left:text.left anchors.top: text.bottom anchors.topMargin: 20 }

      }
      *****************************************************************************************

      Attachments

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

        Activity

          People

            thohartm Thomas Hartmann
            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