[Qt-interest] resize of window

John McClurkin jwm at nei.nih.gov
Wed Nov 18 13:17:59 CET 2009


linux newbie wrote:
> Hi,
> 
> Any update for below posting?
> 
> Thanks
> 
> On Mon, Nov 16, 2009 at 1:48 PM, linux newbie <linux.newbie79 at gmail.com> wrote:
>> Hi,
>>
>> I compiled Qt for arm-based embedded platform (linux) and try to run
>> some sample application. Our display screen is 640 * 240.
>> I called resize function in the constructor and observed that both
>> width & height is not changing to correct values. For example, If I
>> call resize(120, 120), width is displayed to 240 and height is
>> displayed to 240.
>>
>> can anyone suggest how to debug this issue?
>>
>> Thanks
>>
Don't call resize in the constructor. Call resize after show().



More information about the Qt-interest-old mailing list