On Wednesday 27 August 2008 10:21, you wrote: > Hi Jarek, > > Please find a modified example attached. Apologies for not explaining in > the original email that when floating the docking window, I reset it's > size using the minimumSizeHint() in order to eliminate the expanding > effect of floating docking widgets off the same docking area. > > Wrt multiple docking widgets in the same docking area, why is it that > when the docking widget's size policy is minimum it does not display on > first show() at it's minimum size? > > The use case I have is when another docking widget in the same area is > expanding, so I want this dock to take up the remaining area. I cannot > programmatically set the docking area splitter (or can I?), so the only > way I get the initial layout I want is to set the non expanding > dockwidget size policy to fixed. This doesn't seem right & is not > consistent with form layout rules.
I'm still not sure what the issue is. I saw your windowForm has minimumSize set to 135x124, while sizeHint for that form returns 135x146 (in plastique style). Is your intention to have 135x124 on start up? > On Friday 22 August 2008 14:50, Robinson, David wrote: > > This problem has been introduced in Qt4.4.1. Please find a patch > > attached & example ui file with which to reproduce the issue. > > I compiled & run your modified example on different qt versions (4.4.0 and 4.4), and I don't see any difference in behaviour. Am I missing something? Jarek _______________________________________________ Qt4-preview-feedback mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt4-preview-feedback
