Qt-interest Archive, March 2002
QToolBar without
Message 1 in thread
Hi All!
I need to have customized toolbar which is always undocked in my
application. This toolbar must have some additional features and one of them
is that it mustn't have generic title bar. Its dragging is handled using
dedicated area on it.
I managed to implement such behavious by subclassing that toolbar. To get
rid of the title bar i used ~WStyle_Title flag in QToolBar constructor. It
worked fine under WinXP and Win2000 but it leads to crash under Windows 98.
Is it a bug? And what is another way to hide title bar when toolbar is in
undocked state?
Best regards,
Dmytro Ivanets