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

TextField binding error with native style

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P2: Important
    • None
    • 6.2.0
    • Quick: Controls 2
    • None
    • Windows

    Description

      The code below gives a binding error when native style is used

      qrc:/qt-project.org/imports/QtQuick/NativeStyle/controls/DefaultTextField.qml:55:5: Unable to assign [undefined] to int

       

       

      import QtQuick
      import QtQuick.Controls
      
      Window {
          width: 640
          height: 480
          visible: true
      
          TextField {
              background: Rectangle {}
          }
      }

       

       

      Attachments

        Issue Links

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

          Activity

            People

              qt.team.quick.subscriptions Qt Quick and Widgets Team
              kahautam Kari Hautamäki
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes