Re: [Interest] How to have partially transparent widget on top that do not catch events

2018-06-14 Thread Nicolas Krieger
Qt::WA_TransparentForMouseEvents is exactly what I was looking for ! Thank you. Thank you all for your responses. In attachment, screen captures of what I wanted. Le 13/06/2018 à 11:59, Alejandro Exojo via Interest a écrit : On Wednesday 13 June 2018 10:53:05 Frederik Christiani via

[Interest] Building QT 5.11 on Windows with MSVC 2017

2018-06-14 Thread Igor Mironchik
Hello, did anybody have such a problem? qlalr ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] (code) Cannot map videoforames for QAbstractVideoSurface::present

2018-06-14 Thread Igor Mironchik
Hi, Start from here: bool Frames::present( const QVideoFrame & frame ) {   if( !isActive() )     return false;   QVideoFrame f = frame;   f.map( QAbstractVideoBuffer::ReadOnly );   QImage image( f.bits(), f.width(), f.height(), f.bytesPerLine(),     QVideoFrame::imageFormatFromPixelFormat(

Re: [Interest] (code) Cannot map videoforames for QAbstractVideoSurface::present

2018-06-14 Thread Jason H
Yes, I essentially have that (your message just made it to my email after I sent my code) I don't know why map() would fail, and why bits() would not be valid. I'm on OSX, reading from an MP4... > Sent: Thursday, June 14, 2018 at 7:12 AM > From: "Igor Mironchik" > To: interest@qt-project.org

Re: [Interest] (code) Cannot map videoforames for QAbstractVideoSurface::present

2018-06-14 Thread Jason H
I have no idea what I'm doing wrong. Can someone this and let me know? The frames I'm getting are BGR32, so I have special code for that. But I'm getting the message "QVideoFrame::unmap() was called more times then QVideoFrame::map()" Which is obviously not the case. To restate the problems:

[Interest] Using new Qt/msbuild without Qt VS Tools 2.2.1 installed

2018-06-14 Thread Simon
Hello ! I am using QT VS Tools 2.2.1 for one of my projects and I recently decide to use the new system that convert custom build step to Qt/msbuild. On my local computer everything works fine but not on the building server (Qt Vs Tools not installed here). I understand I have to add the

Re: [Interest] Building QT 5.11 on Windows with MSVC 2017

2018-06-14 Thread Igor Mironchik
Maybe anybody have any idea how to solve this? 14-Jun-18 21:51, Thiago Macieira пишет: On Thursday, 14 June 2018 08:34:19 PDT Igor Mironchik wrote: Hello, did anybody have such a problem? qlalr No. ___ Interest mailing list

Re: [Interest] Building QT 5.11 on Windows with MSVC 2017

2018-06-14 Thread Thiago Macieira
On Thursday, 14 June 2018 11:51:37 PDT Thiago Macieira wrote: > On Thursday, 14 June 2018 08:34:19 PDT Igor Mironchik wrote: > > Hello, did anybody have such a problem? > > > > qlalr > > No. Oops, I didn't see there was an image attached. I thought you were asking if someone had built Qt at

Re: [Interest] "QXcbClipboard::setMimeData: Cannot set X11 selection owner"

2018-06-14 Thread René J . V . Bertin
it took a while, but I just got bitten by this again. The diagnostics output I added shows this: QXcbClipboard::setMimeData: Cannot set X11 selection owner clipboard mode= 0 connection= 0x7fcdab809000 time= 4293362843 newOwner= 20971523 effective owner: 4194305 Any idea what to make of