Re: [Qt-qml] Modal dialogs in QML?

2010-11-24 Thread Jan
Two ideas: You could create a fully opaque Rectangle filling the whole screen with a centred, smaller Rectangle as child (the real visible dialog). But I guess opacity is inherited by the child ... maybe the smaller one it needs to be independent. Or you create a global property in the top

Re: [Qt-qml] Modal dialogs in QML?

2010-11-24 Thread Girish Ramakrishnan
Hi, On Wed, Nov 24, 2010 at 10:05 AM, Bart Kelsey elba...@gmail.com wrote: Greets! Is there any way to create a modal dialog in QML, such that mouse input outside of the dialog box is blocked?  I've tried making a dialog with a MouseArea under it (which would catch mouse input and do nothing