Qt-interest Archive, December 2006
URGENT:QSqlIndex::fromStringList
Message 1 in thread
Hey guys thanks for all your help thus far, dimitr: that stuff you gave me on the flags was the confirmation i needed. I am trying to figure something out that i could use some help on
Q3SqlCursor cur( "userinfo" );
dialog->userDataBrowser->setSqlCursor( &cur );
That peice of code precedes this:
dialog->userDataBrowser->setSort(QSqlIndex::fromStringList(
userDataTable->sort(), &cur ) );
i know what the QSqlIndex::fromstringList does in qt3, i'm trying to implement the same functionality in qt4 as "fromsrtringlist" no longer exist. but cant find anything to use. Thanks in advance.
_________________________________________________________________
Get the Live.com Holiday Page for recipes, gift-giving ideas, and more.
www.live.com/?addtemplate=holiday
Message 2 in thread
Hi,
> Hey guys thanks for all your help thus far, dimitr: that stuff you gave
> me on the flags was the confirmation i needed. I am trying to figure
> something out that i could use some help on
Please don't use 'urgent' in the subject line. We've already had a flame
war because of that yesterday. See also:
http://catb.org/~esr/faqs/smart-questions.html#urgent
--
[ signature omitted ]