Details

    • Technical task
    • Resolution: Unresolved
    • Not Evaluated
    • None
    • None
    • None

    Description

      Some imperative code that could go into Connections

              onWidthChanged: {
                  if (oldWidth === 0) {
                      oldWidth = width;
                      return
                  }
      
                  let desiredPercent = slider.x * 100 / (oldWidth - 32)
                  slider.x = desiredPercent * (width - 32) / 100
                  oldWidth = width
              }
      
      

      Otherwise seems to work.

      Attachments

        1. screenshot-1.png
          42 kB
          Thomas Hartmann
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            Unassigned Unassigned
            thohartm Thomas Hartmann
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes