Uploaded image for project: 'Qt for MCUs'
  1. Qt for MCUs
  2. QTMCU-44

Column and Row cannot automatically positions its children。

    XMLWordPrintable

Details

    • freeRTOS
    • a109645d81330795d4d2cc03cb3ee28fa1b70fbc
    • Sprint 3.1/2021

    Description

      Rectangle {

           width: 400

            height: 300

            Column {

               anchors.fill: parent

               Rectangle {

                    id: rect1Id

                     width: 100

                     height: 100

                     color: "#99ff66"

                     MouseArea {

                            anchors.fill: parent

                            onClicked: parent.visible = false      // rect2Id position not changed

                     }

               }

              

                Rectangle

      {                 id: rect2Id                 width: 100                 height: 100                 color: "#33cccc"           }

            }

      }

      Attachments

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

        Activity

          People

            hubert.liberacki Hubert Liberacki
            yongqiang zhang yongqiang
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes