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

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

XMLWordPrintable

    • 8b78d9cea3091b0bd94d1ae0c71a000f8e7e1903 (qt/qtquickcontrols2/5.12)

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

        For Gerrit Dashboard: QTBUG-73860
        # Subject Branch Project Status CR V

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes