Hello,
I’m try to implement a new file chooser dialog after the KDE4 file chooser dialog.
The left panel with the places is a dock, so I want to use Docking Frames to do the same.
So far so good, but one difficulty: if I resize the dialog, then the bottom Dock is getting bigger and the user must adjust the sizes.
The question is: is it possible to fix the size of the bottom Dock (Dock C) so that if the dialog is resized only Dock A and Dock B are resized?
Attached are some screenshots and the docking code.
Thank you.