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

Qt-interest Archive, April 2007
QFileDialog warning messages


Message 1 in thread

Hi,
	I have installed the open source linux version of Qt4.2.3 on a machine 
running Redhat Enterprise Linux. In the standarddialogs example, when I 
open one of the QFileDialog examples and click on any of the items in 
the display, a message is printed to the console, to wit,
	intersectingStaticSet: row 12 was invalid
where the row number varies. This message was not printed in the Qt4.2.2 
version of the standarddialogs example. Apart from this message, the 
QFileDialog seems to work correctly.
	Does any one know how to get rid of this message? Is this a bug?
	I am running gcc version 3.4.6, kernel 2.6.9-42.0.10.ELsmp.
Thanks.

--
 [ signature omitted ] 

Message 2 in thread

John McClurkin wrote:
> Hi,
>     I have installed the open source linux version of Qt4.2.3 on a 
> machine running Redhat Enterprise Linux. In the standarddialogs example, 
> when I open one of the QFileDialog examples and click on any of the 
> items in the display, a message is printed to the console, to wit,
>     intersectingStaticSet: row 12 was invalid
> where the row number varies. This message was not printed in the Qt4.2.2 
> version of the standarddialogs example. Apart from this message, the 
> QFileDialog seems to work correctly.
>     Does any one know how to get rid of this message? Is this a bug?
>     I am running gcc version 3.4.6, kernel 2.6.9-42.0.10.ELsmp.
> Thanks.
P.S.
	This message is printed only if the dialog view mode is 
QFileDialog::List. Selecting the Detail option button in the upper right 
corner of the dialog stops the message from being printed.

--
 [ signature omitted ]