Trolltech Home | Qt-interest Home | Recent Threads | All Threads | Author | Date
All threads index page 5

Qt-interest Archive, December 2006
Need Help


Message 1 in thread

Hi All,

I am getting some kind of weird messages whnever i run
my program..

QWidget::setMaximumSize: (haListTable/haListTableCls)
The largest allowed size is (32767,32767)


Does some one have idea why its coming and its removal
also..??

Thanks in advance
Jitendra

Send free SMS to your Friends on Mobile from your Yahoo! Messenger. Download Now! http://messenger.yahoo.com/download.php

--
 [ signature omitted ] 

Message 2 in thread

Hi,

> QWidget::setMaximumSize: (haListTable/haListTableCls)
> The largest allowed size is (32767,32767)
> 
> 
> Does some one have idea why its coming and its removal
> also..??

It looks like you're creating a very large widget. You may use a 
debugger to find where exactly it's created.

--
 [ signature omitted ] 

Message 3 in thread

Yes It is creatin but what is the solution for the
problem??

--- Dimitri <dimitri@xxxxxxxxxxxxx> wrote:

> Hi,
> 
> > QWidget::setMaximumSize:
> (haListTable/haListTableCls)
> > The largest allowed size is (32767,32767)
> > 
> > 
> > Does some one have idea why its coming and its
> removal
> > also..??
> 
> It looks like you're creating a very large widget.
> You may use a 
> debugger to find where exactly it's created.
> 
> --
> Dimitri
> 
> --
> To unsubscribe - send a mail to
> qt-interest-request@xxxxxxxxxxxxx with "unsubscribe"
> in the subject or the body.
> List archive and information:
> http://lists.trolltech.com/qt-interest/
> 
> 


Send free SMS to your Friends on Mobile from your Yahoo! Messenger. Download Now! http://messenger.yahoo.com/download.php

--
 [ signature omitted ] 

Message 4 in thread

Hi,

> Yes It is creatin but what is the solution for the
> problem??

Do not create very large widgets. You don't need widgets that large. If 
you describe the context, we may be able to explain how to get rid of them.

--
 [ signature omitted ] 

Message 5 in thread

Hi Dimitri,

Actually I want to show data in table form. For that i
am inheriting QListViewCls.Contents of the Table are
so large that some how very large size of widget has
been created.....Do you have any alternative
suggestion to remove the problem??

Regards
Jitendra

--- Dimitri <dimitri@xxxxxxxxxxxxx> wrote:

> Hi,
> 
> > Yes It is creatin but what is the solution for the
> > problem??
> 
> Do not create very large widgets. You don't need
> widgets that large. If 
> you describe the context, we may be able to explain
> how to get rid of them.
> 
> --
> Dimitri
> 
> --
> To unsubscribe - send a mail to
> qt-interest-request@xxxxxxxxxxxxx with "unsubscribe"
> in the subject or the body.
> List archive and information:
> http://lists.trolltech.com/qt-interest/
> 
> 


Send free SMS to your Friends on Mobile from your Yahoo! Messenger. Download Now! http://messenger.yahoo.com/download.php

--
 [ signature omitted ] 

Message 6 in thread

Hi,

> Actually I want to show data in table form. For that i
> am inheriting QListViewCls.Contents of the Table are

So you are inheriting the QListView class.

> so large that some how very large size of widget has
> been created.....Do you have any alternative
> suggestion to remove the problem??

If we could see some minimal, compilable example that reproduces the 
problem, we could probably help.

Note that a list view more that 30000 pixels long is probably not a good 
idea anyway.

--
 [ signature omitted ]