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

Custom slider does not stretch properly

    XMLWordPrintable

Details

    Description

      Width the following code, the slider does not stretch with its parent:

      import QtQuick 2.1
      import QtQuick.Controls 1.0
      import QtQuick.Controls.Styles 1.0
      
      Rectangle {
          width: 600
          height: 400
          Slider {
              width: parent.width
              height: parent.height
              style: SliderStyle{}
          }
      }
      

      Attachments

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

        Activity

          People

            bachewii Jens
            carochao Caroline Chao (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes