Re: [Development] How to get winid from qprocess id for QProcess

2020-02-20 Thread coroberti .
On Thu, Feb 20, 2020 at 5:36 PM Sujan Dasmahapatra wrote: > I am running an external app, which I want to fit onto my QScrollArea, for > this I am writing code like this. > > // launch weasis > QProcess *process = new QProcess(); > process->start("./viewer-win32.exe"); > if

Re: [Development] How to get winid from qprocess id for QProcess

2020-02-20 Thread Jason H
I think this question is better suited to the qt-interest mailing list.   It has been decades since I did Win32 programming, but I would assume that you could ask Windows to find the window for you and give you the HWND. I don't think you can map from process to HWND, you'd have to map HWND to