Tommaso Cucinotta wrote: > I agree the logic is unusual, pressing the replace button should cause: > -) if the current selection matches, replace it > -) then find and select next one (if any) > Would it be ok ?
Yes, this is what I mean. > Guess the Close button can entirely go (there's already the dialog > little close icon). Yes. > Concerning the Replace part, one possibility may be to move it to the > "Advanced" pane, or to create another "Replace" pane. I don't think this is a good idea. It will make the replacing workflow harder. One possibility to allow hiding the replace part would be to put it in a QToolBox. This allows for hiding it while leaving it on the Basic pane. > As of now, the real problem is that the height of the dialog is not > managed correctly and I don't know why. The dialog wants always to be > much taller than strictly required, you can easily see the issue if you > display the Source dialog on the bottom (or also the Progress one I > think). They partially overlap :-( However, the Find... and Replace... > WorkAreas can actually shrink vertically much more than the space they > take. I have no ideas, This dialog seems so complicated that I edited it with an editor. As soon as I use Designer (4.2), the layout will be scrambled. > On a related note, one further possibility may be to set always a > smaller font in the Find... and Replace... WorkAreas to mitigate issues, > but the too-tall dialog issue should be addressed. Maybe. Jürgen