[Qt-interest] Very Urgent
Scott Aron Bloom
Scott.Bloom at sabgroup.com
Thu Apr 30 08:18:16 CEST 2009
Please don't contact me directly.
Please contact the list...
Scott
From: Yuvaraj R [mailto:yuvaraj at ongobiz.com]
Sent: Wednesday, April 29, 2009 11:17 PM
To: Scott Aron Bloom
Subject: Re: [Qt-interest] Very Urgent
Thanks for your reply
I am new for QT
Here i explain my problem in detals....
I want to create frames inside of Listview.....
I created using this lines
QStandardItem *newItem = new
QStandardItem;newItem->setSizeHint(tweet->size() );
for ( int i = 0; i < rowCount(); i++ ) {
QStandardItemModel::insertRow( i, newItem );
ui->listView->setIndexWidget(newItem->index() , tweet );
ui->listView->setUpdatesEnabled( true );
But it is displaying the output and closed within fraction of
seconds....
I don't know , what mistake i did..
Please find my project file in attachment..
Thanks
Yuvaraj R
On Thu, Apr 30, 2009 at 11:08 AM, Scott Aron Bloom
<Scott.Bloom at sabgroup.com> wrote:
Posting this more than once wont get it answered any quicker...
Posting with non-descriptive subject lines wont get it answered any
quicker..
Post a minimum test case that reproduces the issue. Describe the issue
in detail, and maybe someone will reply. We are all volunteers here,
so be patient
Scott
From: qt-interest-bounces at trolltech.com
[mailto:qt-interest-bounces at trolltech.com] On Behalf Of Yuvaraj R
Sent: Wednesday, April 29, 2009 9:38 PM
To: qt-interest at trolltech.com; qt-creator at trolltech.com
Subject: [Qt-interest] Very Urgent
Hello All
I am new for Qt application developments....
I want to insert frame within listview.....
can anybody provide me sample code to insert frame on listview...
Already i have tried, but i didn't get ...
My code was like
ui->listview->setIndexWidget(items(0)->index(),tweet)
Note: here tweet is my frame class object...
please anybody provide me sample code..
Thanks
Yuvaraj R
_______________________________________________
Qt-interest mailing list
Qt-interest at trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-interest
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20090429/64b1eaf7/attachment.html
More information about the Qt-interest-old
mailing list