Re: [Interest] QWindow::setTransientParent fails on windows

2013-09-27 Thread Roland Winklmeier
[mailto: interest-bounces+tony=rightsoft.com...@qt-project.org] *On Behalf Of *Roland Winklmeier *Sent:* Thursday, 26 September 2013 2:34 AM *To:* interest@qt-project.org *Subject:* [Interest] QWindow::setTransientParent fails on windows ** ** Hi there, I'm currently struggling with QWindow

Re: [Interest] QWindow::setTransientParent fails on windows

2013-09-27 Thread Rutledge Shawn
On 27 Sep 2013, at 10:50 AM, Roland Winklmeier wrote: In the mean time I found some other weird stuff. I did some tests with QML windows: ApplicationWindow { id: mainWindow title: My MainWindow width: 640 height: 480 Button { text: Child

[Interest] QWindow::setTransientParent fails on windows

2013-09-25 Thread Roland Winklmeier
Hi there, I'm currently struggling with QWindow::setTransientParent on a windows platform. I have two different windows and want to set one as the child of the other. Using QWindow::setParent() was not successful, because it was embedded into the parent (I got the parent QWindow* by calling

Re: [Interest] QWindow::setTransientParent fails on windows

2013-09-25 Thread Tony Rietwyk
, 26 September 2013 2:34 AM To: interest@qt-project.org Subject: [Interest] QWindow::setTransientParent fails on windows Hi there, I'm currently struggling with QWindow::setTransientParent on a windows platform. I have two different windows and want to set one as the child of the other. Using