mirror of
https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git
synced 2024-11-15 21:25:44 +08:00
1a11e5ddcd
Adde option to set a dock widget as central widget. It influences resizing behavior of the splitters. The central widget will be stretched with the main window and remaing dock widgets and threir respective areas will be resized only vertically if docked left or right and horizontaly if docked top or bottom
6 lines
212 B
CMake
6 lines
212 B
CMake
cmake_minimum_required(VERSION 3.5)
|
|
project(QtADSExamples LANGUAGES CXX VERSION ${VERSION_SHORT})
|
|
add_subdirectory(simple)
|
|
add_subdirectory(sidebar)
|
|
add_subdirectory(deleteonclose)
|
|
add_subdirectory(centralWidget) |