PDA

View Full Version : Display Problem



yuvaraj.yadav
1st May 2009, 07:50
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

Tweet *tweet;
setVisible(this)
ui->listView->setIndexWidget(item(0)->index() , tweet );
ui->listView->setUpdatesEnabled( true );


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

wysota
4th May 2009, 14:00
Could you restate what the problem is? Why are you placing a frame within a list view?