Regarding displaying QWidgetWindow and QMLWindow based on widget in CUI environment.
-
Hello.
I made a project which combines a QWidget-Window and QML-Window based on widget.
And my project displays QWidget-Window on the top and QMLWindow on the bottom.
If I execute that on GUI environment , that works correctly.
But If I execute that on CUI environment, the display of z order is changed.
I mean my project displays QWidget-Window on the bottom and QMLWindow on the top.
I don't understand why that is.
Because I coded WindowStaysOnTopHint on QWidgetWindow and WindowStaysOnBottomHint on QMLWindow.
Could you tell me how to solve it ?
-
Hi,
Excuse my ignorance but what is a CUI environment ?
-
Thank you for replying.
I may not explain about it well though...
CUI means a way to operate using only a terminal.
We cannot operate using a mouse.
After booting my CentOS pc, my pc displays CUI(only a terminal) for the first time.
When I type in "start x" on a terminal , my pc displays GUI.
Please show a link below :
https://www.computerhope.com/jargon/c/cui.htm -
Thank you for replying.
I may not explain about it well though...
CUI means a way to operate using only a terminal.
We cannot operate using a mouse.
After booting my CentOS pc, my pc displays CUI(only a terminal) for the first time.
When I type in "start x" on a terminal , my pc displays GUI.
Please show a link below :
https://www.computerhope.com/jargon/c/cui.htm -
@morita I suggest to use a window manager, it is the responsibility of a window manager to handle the windows. WindowStaysOnTopHint is a hint for window manager.
-
Unfortunately, I don't know what I have to handle . I would like to tell me if you know what kind of tool or setting I should use.
-
-
@jsulm Big brother, help me look at this problem
https://forum.qt.io/topic/118400/why-doesn-t-the-treeview-display-the-expanded-triangle-icon