Index: sources/gui/qml/components/ModalDialog.qml =================================================================== diff -u -reb19475a6bf4ed7f6a16bc07eefc7813496620ef -r8f71000a841da5e8f18efccbb30a7655d3a211cd --- sources/gui/qml/components/ModalDialog.qml (.../ModalDialog.qml) (revision eb19475a6bf4ed7f6a16bc07eefc7813496620ef) +++ sources/gui/qml/components/ModalDialog.qml (.../ModalDialog.qml) (revision 8f71000a841da5e8f18efccbb30a7655d3a211cd) @@ -24,6 +24,8 @@ * \brief The parent item for modal dialogs */ Dialog { id : _root + contentItem.objectName: "ModalDialog" //SquishQt testability + property bool autoHide : false property int autoHideDuration : 1000