[Qtce-preview-feedback] sipdialog resize
Maurice Kalinowski
mkalinow at trolltech.com
Fri Feb 29 11:50:18 CET 2008
Mateusz Loskot wrote:
> Hi,
>
> I'm testing how Qt dialogs behave on my device with Windows Mobile 5.0
> and I'm not sure I understand what sipdialog is supposed to present,
> so I kindly ask for some clarification.
>
> Here is the normal view of the sipdialog:
>
> http://mateusz.loskot.net/tmp/qt/sipdialog.png
>
> Here is "resized" view:
>
> http://mateusz.loskot.net/tmp/qt/sipdialog-resized.png
>
> What does it mean "This dialog resizes if the SIP is opened"?
> On my device the dialog gets vertical scroll bar, but it isn't resized.
> Is it expected behavior?
>
> Greetings
>
Yes, this is the expected behaviour for this example.
In case the Software Input opens the dialog is actually been resized. If
it hasn't been you would not be able to access all elements within the
top level dialog. The reason you get a scroll bar is that the minimum
size hints of all elements exceed the maximum available space on the
(now) limited screen size. Because of this the dialog has to be extended
with a scrollbar to show all available items.
I hope this explained the example a little bit better.
Best Regards,
Maurice Kalinowski
More information about the Qtce-preview-feedback
mailing list