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

Dialog with implicit size and one standard button positions that button incorrectly

    XMLWordPrintable

Details

    • 8b78d9cea3091b0bd94d1ae0c71a000f8e7e1903 (qt/qtquickcontrols2/5.12)

    Description

      import QtQuick 2.7
      import QtQuick.Controls 2.3
      
      ApplicationWindow {
          width: 500
          height: 500
          visible: true
      
          Dialog {
              id: dialog
              visible: true
              standardButtons: Dialog.Ok
          }
      }
      

      Attachments

        Issue Links

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

          Activity

            People

              mitch_curtis Mitch Curtis
              mitch_curtis Mitch Curtis
              Votes:
              1 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes