ultravnc / UltraVNC

UltraVNC Server, UltraVNC Viewer and UltraVNC SC | Official repository: https://github.com/ultravnc/UltraVNC
https://uvnc.com
GNU General Public License v3.0
774 stars 184 forks source link

Mouse click failed in QWidget. #111

Open USTC-Wang opened 11 months ago

USTC-Wang commented 11 months ago

I am using qt's createWindowContainer to put ultravnc's window in qwidget, but after that, the mouse click doesn't work, only after clicking on "switch monitor" or "full screen" in the toolbar. I don't seem to see a similar problem on the web. The environment: windows 10(1909), ultravnc Release 1.4.3.1.

RudiDeVos commented 11 months ago

You embed the VNCViewer in a qt window and have problems with the mouse.

I know some company embed it ( don't know if they use MFC,Radstudio, or Qt? They start the viewer as follow vncviewer.exe a.b.c.d -noborder -directx -notoolbar -nostatus Please experiment with the commandlines.

I'm not a Qt expert sorry.

Neustradamus commented 1 week ago

@jose94752: Can you look it?