09-11-2009, 09:52 AM
If it is so important to you, I can only recommend to find a C++ source code of drawing in title bar, to understand how they do it, and try to implement it in QM. As a hint, the main message that must be processed is WM_NCPAINT, but there are also other messages that must be processed.