MCPcopy Create free account
hub / github.com/KDE/labplot / setToolBarIconSize

Method setToolBarIconSize

src/3rdparty/Qt-Advanced-Docking-System/src/DockWidget.cpp:1010–1022  ·  view source on GitHub ↗

============================================================================

Source from the content-addressed store, hash-verified

1008
1009//============================================================================
1010void CDockWidget::setToolBarIconSize(const QSize& IconSize, eState State)
1011{
1012 if (StateFloating == State)
1013 {
1014 d->ToolBarIconSizeFloating = IconSize;
1015 }
1016 else
1017 {
1018 d->ToolBarIconSizeDocked = IconSize;
1019 }
1020
1021 setToolbarFloatingStyle(isFloating());
1022}
1023
1024
1025//============================================================================

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected