============================================================================
| 302 | |
| 303 | //============================================================================ |
| 304 | void DockWidgetPrivate::setupToolBar() |
| 305 | { |
| 306 | ToolBar = new QToolBar(_this); |
| 307 | ToolBar->setObjectName("dockWidgetToolBar"); |
| 308 | Layout->insertWidget(0, ToolBar); |
| 309 | ToolBar->setIconSize(QSize(16, 16)); |
| 310 | ToolBar->toggleViewAction()->setEnabled(false); |
| 311 | ToolBar->toggleViewAction()->setVisible(false); |
| 312 | _this->connect(_this, SIGNAL(topLevelChanged(bool)), SLOT(setToolbarFloatingStyle(bool))); |
| 313 | } |
| 314 | |
| 315 | |
| 316 |
no test coverage detected