Add FloatingWindow::allDockWidgetsHave(option) and the any* variant

This commit is contained in:
Sergio Martins
2021-01-12 22:42:38 +00:00
parent c91275d091
commit 44d7cc0588
5 changed files with 49 additions and 1 deletions

View File

@@ -11,7 +11,8 @@
},
"C_Cpp.default.compileCommands" : "${workspaceFolder}/build-dev-qtwidgets/compile_commands.json",
"C_Cpp.default.cStandard": "c17",
"C_Cpp.default.intelliSenseMode": "gcc-x64"
"C_Cpp.default.intelliSenseMode": "gcc-x64",
"files.trimTrailingWhitespace": true
},
"tasks": {
"version": "2.0.0",