KDDockWidgets icon indicating copy to clipboard operation
KDDockWidgets copied to clipboard

KDAB's Dock Widget Framework for Qt

Results 17 KDDockWidgets issues
Sort by recently updated
recently updated
newest added

I have the following use case, for which I couldn't find a nice solution. My **starting situation** is as follows, I have an arbitrary number of `MainWindow`s (`MW_0`, `MW_1`, ...)....

Hi, I have a very specific bug report that concerns `LayoutSaver` and multiple-screen setups. This was reported to me by a user of my app, which relies on KDDW. Happens...

This probably will be done as an example with custom titlebar

Using this library, I need to be able to dynamically create tabs that have their own tabs, but I ran into a problem. The structure is like this🤔🤔 main.qml ----------------------------------------------------------...

1. Run example "kddockwidgets_example"; 2. Tabify at MainWindow "DockWidget #0", "DockWidget #1", "DockWidget #2" ![image](https://user-images.githubusercontent.com/7323010/107363731-fd0cbe00-6af3-11eb-9258-56d187ff765e.png) 3. Undock by mouse "DockWidget #1"; 4. Undock by mouse "DockWidget #2"; 5. Dock "DockWidget...

enhancement
hard_to_do

Hello, We display a QQuickItem in a dock widget for our application, and we'd like to make sure that dock widgets would never go below or above a certain size....

Hi, System: Windows 10 / VS 2019 kddockwidgets version: 1.6.0 with bug fix: https://github.com/KDAB/KDDockWidgets/issues/96 Nandish mentions this already in #96 : The tabbed widgets are only docked to main window....

On Windows, storing layout with window positioned near corner on high resolution display, closing that window, increasing display scaling factor by a factor of 2 or more, and then restoring...

bug

I've created an MWE that has a `QMainWindow` (level 0), that contains a `KDDockWidgets::MainWindow` (level 1), which in turn contains two `KDDockWidgets::MainWindow` (level 2). Docks in level 2 don't always...

bug

When I save and restore the layout of some dockwidgets, I experience the problem, that floating windows are restored with an increased size. This can be reproduced with the *kddockwidgets_example*:...