Part Number: PROCESSOR-SDK-AM335X
Tool/software: Linux
1.Test qt interface open and close error reporting (example in attachment):
Closing or hiding a subwindow after I've gone through the main window subwindow has the following error:
Using Wayland-EGL
wlpvr: PVR Services Initialised
Using the 'xdg-shell-v5' shell integration
Unexpected wl_surface.enter received for output with id: 10 screen name: "unknown" screen model: ""
Unexpected wl_surface.enter received for output with id: 10 screen name: "unknown" screen model: ""
Unexpected wl_surface.enter received for output with id: 10 screen name: "unknown" screen model: ""
Unexpected wl_surface.enter received for output with id: 10 screen name: "unknown" screen model: ""
Unexpected wl_surface.enter received for output with id: 10 screen name: "unknown" screen model: ""
2. Clicking on the parent window while using the exec() function to display the child window returns the focus to the parent window, which is overwritten by the parent window(use waylan westion),
but But using -platform linuxfb or eglfs is normal.
Check the qt help documentation for an explanation of this function:
int QDialog::exec()
Shows the dialog as a modal dialog, blocking until the user closes it. The function returns a DialogCode result.
If the dialog is application modal, users cannot interact with any other window in the same application until they close the dialog. If the dialog is window modal, only interaction with the parent window is blocked while the dialog is open. By default, the dialog is application modal.
Attached is an example of my test3324.untitled.tar.gz

