[Qt-interest] way to stop QToolbars overlapping?
Ross Bencina
rossb-lists at audiomulch.com
Mon Aug 30 16:58:33 CEST 2010
linjunhalida wrote:
>toolbar.setMovable(false)
>then it is not dragable....
Yeah, I'd still like them to be draggable though.
OpenOffice doesn't allow you to overlap docked toolbars, but still lets you
drag them. The previous toolkit I used also has this feature.
I'm wondering whether I could just hook in to the end of the drag action
somehow and then programatically slide the toolbars so they don't overlap...
>
>2010/8/30 Ross Bencina <rossb-lists at audiomulch.com>
>>
>>linjunhalida wrote:
>>>
>>>try: setFloatable
>>
>>
>>I'm already using setFloatable(false). The problem is that the toolbars
>>can still be overlapped (easily) when docked.
Ross.
More information about the Qt-interest-old
mailing list