Findings re: width and height as shown by console.debug() statements in my custom MessageDialog:
qml: Component.onCompleted() - visible:false
/* button press event */
qml: DeleteDLCDialog::onVisibleChanged() - visible:true
qml: height:0
qml: width:0
qml: Component.onCompleted() - visible:false
/* button press event */
qml: DeleteDLCDialog::onVisibleChanged() - visible:true
qml: height:0
qml: width:0
To copy to clipboard, switch view to plain text mode
What's even more disturbing is that if I explicitly set the width and height, the correct values are printed but there is still no dialog in evidence!
Bookmarks