Greetings,
I have a simple question: is there a way to make a custom MessageDialog in QtQuick?
The actual problem I seem to have is that when the property standardButtons gets more than one value (for example StandardButton.Abort | StandardButton.Retry at the same time) I get the error setGeometry: Attempt to set a size (…) violating the constraints (…) on window QQuickWindow/’‘. (which I assume is a not yet fixed bug, as far as I could find)
And besides, I’d like to tweak the visuals a little bit.
↧