RE: qt5 window setGeometry and move not work in wayland platform

2014-08-11 Thread Steve (YiLiang) Zhou
] Sent: Monday, August 11, 2014 3:11 PM To: Steve (YiLiang) Zhou Cc: inter...@qt-project.org; wayland Subject: Re: qt5 window setGeometry and move not work in wayland platform Clients don't get to set window position with Wayland. You should write a Wayland protocol for that but you need a compo

Re: qt5 window setGeometry and move not work in wayland platform

2014-08-11 Thread Pier Luigi
Clients don't get to set window position with Wayland. You should write a Wayland protocol for that but you need a compositor that speaks that protocol. 2014-08-11 8:13 GMT+02:00 Steve (YiLiang) Zhou : > Dear all, > > My app has a mainwindow and a QDialog which is a child of mainwindow. And I > wa