File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -493,12 +493,12 @@ auto* CentralDockArea = DockManager->setCentralWidget(CentralDockWidget);
493
493
494
494
See the ` centralwidget ` example to learn how it works.
495
495
496
- < div style = " background : #fff6e8 ; border : 1 px solid #ffa51a ; padding : 6 px ; " >
497
- The central widget needs to be the first dock widget that is added to the
498
- dock manager. The function does not work and returns a nullptr if there
499
- are already other dock widgets registered. So setCentralWidget should be
500
- the first function when adding dock widgets.
501
- </ div >
496
+ > ##### Note
497
+ > The central widget needs to be the first dock widget that is added to the
498
+ > dock manager. The function does not work and returns a ` nullptr ` if there
499
+ > are already other dock widgets registered. So ` setCentralWidget ` should be
500
+ > the first function that you call when adding dock widgets.
501
+
502
502
503
503
## Styling
504
504
You can’t perform that action at this time.
0 commit comments