Trolltech Home | Qt4-preview-feedback Home | Recent Threads | All Threads | Author | Date
All threads index page 1

Qt4-preview-feedback Archive, July 2007
FW: QToolBar bugs


Message 1 in thread

Hi. I've found such problems with QToolBar's
 
1. Step to reproduce:
    - open demos/mainwindow sample
    - resize window to have toolbar chevron visible
    - click on chevron ( toolbar will expand its contents )
    - click on gripper ( without collapsing toolbar ) and make it
undocked or try to dock it in the left dock area
    - result: some of the icons dissappear
 
2. Sometimes toolbar chevron overlaps last toolbar button
 
3. If you have QMainWindow inside QDockWidget ( I need movable toolbars
inside QDockWidget's ) and you click on the chevron,
then, sometimes QToolBar expands its contents that way they are not
visible.  
 
Are they a known problems? Is there a possibility to have that solved on
QT4.3.1? 
 
Additionally, there is a bug, that where I use QDockWidget::setWidget
(or undock and dock again window) QDockWidget resizes to its minimum
size.
 
        Witek

Message 2 in thread

Hi. I've found such problems with QToolBar's
 
1. Step to reproduce:
    - open demos/mainwindow sample
    - resize window to have toolbar chevron visible
    - click on chevron ( toolbar will expand its contents )
    - click on gripper ( without collapsing toolbar ) and make it
undocked or try to dock it in the left dock area
    - result: some of the icons dissappear
 
2. Sometimes toolbar chevron overlaps last toolbar button
 
3. If you have QMainWindow inside QDockWidget ( I need movable toolbars
inside QDockWidget's ) and you click on the chevron,
then, sometimes QToolBar expands its contents that way they are not
visible.  
 
Are they a known problems? Is there a possibility to have that solved on
QT4.3.1? 
 
Additionally, there is a bug, that where I use QDockWidget::setWidget
(or undock and dock again window) QDockWidget resizes to its minimum
size.
 
        Witek