Unable to resize an exe opened by QDesktopSerivces
-
Hi everyone, I am trying to open a .exe file using QDesktop services and I am calling the following function from QML ( After registering the cpp class, so that I can access it in QML)
my cpp file
my qml file
The issue is the application is being opened but not inside the rectangle (parent element).
Can anybody help me get out of this -
Hi and welcome to devnet,
You have no control over whatever is started to open the file you asked to open.
Since you are opening a video file, why not use the QtMultimedia module ?