mirror of
https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git
synced 2025-01-12 08:10:25 +08:00
Fixed typo in DockWidget documentation
This commit is contained in:
parent
121248c3c5
commit
04b4ff8b4b
@ -197,7 +197,7 @@ public:
|
|||||||
* To ensure, that a dock widget does not block resizing, the dock widget
|
* To ensure, that a dock widget does not block resizing, the dock widget
|
||||||
* reimplements minimumSizeHint() function to return a very small minimum
|
* reimplements minimumSizeHint() function to return a very small minimum
|
||||||
* size hint. If you would like to adhere the minimumSizeHint() from the
|
* size hint. If you would like to adhere the minimumSizeHint() from the
|
||||||
* content widget, the set the minimumSizeHintMode() to
|
* content widget, then set the minimumSizeHintMode() to
|
||||||
* MinimumSizeHintFromContent.
|
* MinimumSizeHintFromContent.
|
||||||
*/
|
*/
|
||||||
enum eMinimumSizeHintMode
|
enum eMinimumSizeHintMode
|
||||||
|
Loading…
Reference in New Issue
Block a user