example: Show usage of segmented indicators

This commit is contained in:
Sergio Martins
2020-08-23 16:57:48 +01:00
parent 283d814dc6
commit 113e6453ea
4 changed files with 22 additions and 0 deletions

View File

@@ -73,6 +73,11 @@ namespace KDDockWidgets
SizePolicy, ///< Uses the item's sizeHint() and sizePolicy()
};
enum class DropIndicatorType {
Classic, ///< The default
Segmented
};
///@internal
inline QString locationStr(Location loc)
{