PDA

View Full Version : Get system (context) menu



xylosper
5th April 2009, 12:52
I made custom window frame and window title bar etc. with Qt::FramelessWindowHint.
But I'm missing system menu(which you get when right-clicked app. icon or the app. name in task bar, and so on) now.
How can I get system menu and show it?

What I'm making is only for x11, so it doesn't matter whether the method is only by Qt or not if I could use it in linux.

Thanks