Hi


I added the frame within list view.......


It is showing the of sutput fraction oeconds and closed the window automatically....

I created one frame class called Tweet. There i used to display the image,some text..

In output it showing show only frame,not showed the image,text..... frame also showing fraction of seconds and automatically closed the window.....code
Qt Code:
  1. Tweet *tweet;
  2. setVisible(this)
  3. ui->listView->setIndexWidget(item(0)->index() , tweet );
  4. ui->listView->setUpdatesEnabled( true );
To copy to clipboard, switch view to plain text mode 

if i change the tweet width to listview width ,it also not changing....

tweet->resize( ui->listView->width() , tweet->height() );

please help me


Thanks

Yuva R