PDA

View Full Version : QFrame with QDockWidget using custom titlebar



Alundra
7th March 2014, 16:30
Hi all,
I have a custom QDockWidget who has a custom titlebar, this titlebar has minimize,maximize and close button.
The problem is when the dock is floating, no one border is visible, that give a bad look.
I tried to connect a QFrame to it but I got problem and I didn't found a solution.
Is it possible to add a border when the dock is floating ?
Can you give me a way to achieve that ?
Maybe a little code to explain too ?
Thanks for the help

EDIT : On the same topic, when maximize the start menu bar of windows is not visible anymore, is it normal ?