Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.12
-
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
- resulted from
-
QTBUG-72372 Button outside dialog if there is only one standardButton defined
- Closed