File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -860,12 +860,12 @@ undock.
860
860
You can use a combination of the following feature flags to define which features
861
861
shall get locked:
862
862
863
- - CDockWidget::DockWidgetClosable
864
- - CDockWidget::DockWidgetMovable
865
- - CDockWidget::DockWidgetFloatable
866
- - CDockWidget::DockWidgetPinable
863
+ - ` CDockWidget::DockWidgetClosable`
864
+ - ` CDockWidget::DockWidgetMovable`
865
+ - ` CDockWidget::DockWidgetFloatable`
866
+ - ` CDockWidget::DockWidgetPinable`
867
867
868
- To clear the locked features, you can use CDockWidget::NoDockWidgetFeatures
868
+ To clear the locked features, you can use ` CDockWidget::NoDockWidgetFeatures`
869
869
The following code shows how to lock and unlock all dock widget features
870
870
globally.
871
871
You can’t perform that action at this time.
0 commit comments