Re: [Interest] [QtGui] Clip cursor position

2015-12-22 Thread Jan Dasselaar
ssible for X11. Kind regards, Konstantin. On Tue, Dec 22, 2015 at 12:52 PM, Jan Dasselaar <mailto:j...@altus-escon.com>> wrote: Hello Nye, Maybe you can use the QWidget::grabMouse() function for that. This in combination with an overlay widget (visible but fully transp

Re: [Interest] [QtGui] Clip cursor position

2015-12-22 Thread Jan Dasselaar
Hello Nye, Maybe you can use the QWidget::grabMouse() function for that. This in combination with an overlay widget (visible but fully transparent) over your application. Regards, Jan On 22-12-2015 10:44, Nye wrote: Hello, Is it possible to clip the mouse cursor to a specific area of the sc

Re: [Interest] QFileDialog Qt5

2015-12-17 Thread Jan Dasselaar
On 16-12-2015 15:02, Duane wrote: On 16/12/2015 8:53 AM, Thiago Macieira wrote: On Wednesday 16 December 2015 08:10:44 Duane wrote: I'm subclassing a QFileDialog. I need to get a pointer to the filename box. I was doing this with findChild() with Qt4 but with Qt5 this returns null. Any sugge

Re: [Interest] QFileDialog Qt5

2015-12-16 Thread Jan Dasselaar
On 16-12-2015 16:16, Duane wrote: On 16/12/2015 9:24 AM, André Somers wrote: Op 16/12/2015 om 15:02 schreef Duane: On 16/12/2015 8:53 AM, Thiago Macieira wrote: On Wednesday 16 December 2015 08:10:44 Duane wrote: I'm subclassing a QFileDialog. I need to get a pointer to the filename box.

Re: [Interest] geometry() for a widget that hasn't been shown

2015-09-22 Thread Jan Dasselaar
Hello John, Maybe the QWidget::adjustSize() function is what you are looking for. I think after calling adjustSize() the geometry() function should give a up to date result. Hth, Jan On 21-9-2015 19:33, John Weeks wrote: > If this is a repeat, my apologies. I can't tell if I saw this arrive on