Added resize support for new QFrame based AutoHideDockContainer

This commit is contained in:
Uwe Kindler
2022-10-24 16:21:26 +02:00
parent 93d0d4b1c2
commit f549a92c01
11 changed files with 489 additions and 91 deletions

View File

@@ -51,7 +51,8 @@ HEADERS += \
AutoHideDockContainer.h \
SideTabBar.h \
DockWidgetSideTab.h \
PushButton.h
PushButton.h \
ResizeHandle.h
SOURCES += \
@@ -75,7 +76,8 @@ SOURCES += \
AutoHideDockContainer.cpp \
SideTabBar.cpp \
DockWidgetSideTab.cpp \
PushButton.cpp
PushButton.cpp \
ResizeHandle.cpp
unix:!macx {