| umbrello 25.04.2
    Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology | 
#include <statusbartoolbutton.h>
 
 | Public Types | |
| enum | GroupPosition { NotGrouped = 0 , GroupLeft = 1 , GroupRight = 2 , GroupCenter = 3 } | 
| Public Member Functions | |
| StatusBarToolButton (QWidget *parent=nullptr) | |
| virtual QSize | minimumSizeHint () const | 
| virtual QSize | sizeHint () const | 
| void | setGroupPosition (StatusBarToolButton::GroupPosition groupPosition) | 
| Protected Member Functions | |
| virtual void | paintEvent (QPaintEvent *event) | 
| Private Attributes | |
| GroupPosition | mGroupPosition | 
A thin tool button which can be grouped with another and look like one solid bar:
(button1 | button2)
| 
 | explicit | 
| 
 | virtual | 
| 
 | protectedvirtual | 
| void StatusBarToolButton::setGroupPosition | ( | StatusBarToolButton::GroupPosition | groupPosition | ) | 
| 
 | virtual | 
| 
 | private |