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

Warnings in Button

    XMLWordPrintable

Details

    • Windows

    Description

      This simple qml file with Button spits out warnings:

      qrc:/qt-project.org/imports/QtQuick/Controls/Windows/Button.qml:19:5: QML Button: (StyleItem) implicit width is smaller than minimum width!
      qrc:/qt-project.org/imports/QtQuick/Controls/Windows/Button.qml:19:5: QML Button: (StyleItem) implicit width is smaller than minimum width!

      Works in Qt 6.3.0

       

      import QtQuick
      import QtQuick.Controls
      Window {
          width: 640; height: 480; visible: true
          Button { }
      } 

       

      Attachments

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

        Activity

          People

            santhoshkumar Santhosh Kumar Selvaraj
            kahautam Kari Hautamäki
            Votes:
            6 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes