Wanna to show menu or Combobox
or Popup
over out of parent. I tried document overlay but it did not work, like below image when right clicked in any software. Notice that I don't want to use two Window
s!.
Asked
Active
Viewed 19 times
0

S At
- 422
- 5
- 15
-
1The only way is to use two Windows though. – GrecKo May 05 '22 at 08:51
-
1I want my main `Window` has to title bar but other panel has not to use title bar! – S At May 05 '22 at 09:05
-
1With `flags` https://doc.qt.io/qt-5/qt.html#WindowType-enum. solved. Hint: https://forum.qt.io/topic/92281/how-to-add-additional-controls-to-window-title-bar/6 – S At May 05 '22 at 09:17