Re: [Interest] sliding panel windows (was Re: Moving a frameless QQuickWindow to negative position under linux)

2014-08-14 Thread Bo Thorsen
Den 13-08-2014 16:00, Rutledge Shawn skrev: On 13 Aug 2014, at 12:38 PM, Bo Thorsen wrote: I think you can do this without doing anything outside the window. But then you are confined to the space inside the window. I'm talking about sliding panels around the edges of the desktop,

[Interest] sliding panel windows (was Re: Moving a frameless QQuickWindow to negative position under linux)

2014-08-13 Thread Rutledge Shawn
On 13 Aug 2014, at 5:33 AM, hualet wrote: Hi, all There’s a frameless QQuickWindow which contains my actual qml content stuff in my application, and I just used the setX() and setY() method of that window to simulate moving, but it’s not able to move that window to an negative position,

Re: [Interest] sliding panel windows (was Re: Moving a frameless QQuickWindow to negative position under linux)

2014-08-13 Thread Bo Thorsen
Den 13-08-2014 10:19, Rutledge Shawn skrev: On 13 Aug 2014, at 5:33 AM, hualet wrote: Hi, all There’s a frameless QQuickWindow which contains my actual qml content stuff in my application, and I just used the setX() and setY() method of that window to simulate moving, but it’s not able

Re: [Interest] sliding panel windows (was Re: Moving a frameless QQuickWindow to negative position under linux)

2014-08-13 Thread Rutledge Shawn
On 13 Aug 2014, at 12:38 PM, Bo Thorsen wrote: I think you can do this without doing anything outside the window. But then you are confined to the space inside the window. I'm talking about sliding panels around the edges of the desktop, without having to first make a window that covers