PDA

View Full Version : Q3ListViewItem in Qt-4.4.3



grsandeep85
25th September 2009, 11:56
Hi,
i am using Q3ListViewItem in my applications as

new Q3ListViewItem( toollistView, fields[0], fields[1], fields[2], fields[3] );

when i run my application in the console i am getting message as Segmentation fault.

The same applications is working fine in Qt-3.3.3. , how to proceed with this.

wysota
26th September 2009, 18:20
Please provide a minimal compilable example reproducing the problem.