https://bugs.kde.org/show_bug.cgi?id=415606

David Edmundson <k...@davidedmundson.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |WAITINGFORINFO
             Status|CONFIRMED                   |NEEDSINFO

--- Comment #2 from David Edmundson <k...@davidedmundson.co.uk> ---
I wrote

import QtQuick 2.5
import QtQuick.Controls 2.3
import QtQuick.Layouts 1.12

Item
{
    width: 500
    height: 500

    ColumnLayout  {
        Item {
            Layout.fillHeight: true
        }
    DialogButtonBox {
        Button {
            text: qsTr("Save")
            DialogButtonBox.buttonRole: DialogButtonBox.AcceptRole
        }
        Button {
            text: qsTr("Close")
            DialogButtonBox.buttonRole: DialogButtonBox.DestructiveRole
        }
    }
    }
}



works fine.

Please include a minimal test example if reporting against qqc2-desktop-style

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to