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

SpinBox with in RowLayout

    XMLWordPrintable

Details

    • Bug
    • Resolution: Cannot Reproduce
    • P2: Important
    • 5.3.0 RC1
    • 5.2.1
    • Quick: Controls 1
    • None
    • Windows 8 MSVC2012 64b OpenGL

    Description

      I add some simple spinbox in a row layout, but the behaviour seems buggy, the spinbox with (implicit width i assume) is broken:

      RowLayout {
      SpinBox

      { value: 55 }

      SpinBox

      { decimals: 2 }

      SpinBox

      { minimumValue: 10.2; maximumValue: 10.5; stepSize: 0.01; decimals: 3 }

      SpinBox

      { minimumValue: 0; maximumValue: 100; value: 33; suffix: "%" }

      SpinBox

      { value: 33; enabled: false }

      SpinBox

      { prefix: "prefix"; suffix: "suffix"; value: 22 }

      Item

      { Layout.fillWidth: true }

      }

      See topic :
      http://qt-project.org/forums/viewthread/39681/#168322

      Attachments

        1. spinbox.PNG
          2 kB
          Stéphane Fabry
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            bachewii Jens
            ness522 Stéphane Fabry
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes