Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-123033

QNX: Combined size of item within layout goes beyond size of the layout itself

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P2: Important
    • None
    • 6.7
    • Quick: Layouts
    • None
    • QNX

    Description

      The combined size of the layout child items shouldn't be more than the size of the layout itself. 

      // code placeholder
      Item {
         id: rootItem
         width: 110
         height: 100
         // Check default layout size policy
         RowLayout {
            spacing: 0
            anchors.fill: parent
            Rectangle {}
            Button {}
            Frame {}
         }
      } 

       

      Attachments

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

        Activity

          People

            santhoshkumar Santhosh Kumar Selvaraj
            santhoshkumar Santhosh Kumar Selvaraj
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes