Dear sir,
I am working with TI AM57x EVM and use QT to develop my application.
My application run on wayland after weston-lauch.
But I cannot position my app on any display either HDMI or LCD.
In traditional QT program I can use QWidget::GetWindowHandle::SetScreen(QApplication::QDesktop::Screens[first]) to assign QWidget for multi-screens system.
And I can use QWidget::Geometry to assign position on screen.
But when run on wayland, the qwidget appear random and unable to control.
Does anyone point me how to ?