d a widget for that,
> and from a model perspective I don't have one.
>
>
>
> *From:* Thales Lange
> *To:* interest@qt-project.org; scorp...@yahoo.com
> *Sent:* Friday, March 2, 2012 6:31 PM
> *Su
st@qt-project.org; scorp...@yahoo.com
Sent: Friday, March 2, 2012 6:31 PM
Subject: Re: [Interest] QSqlQueryModel refresh
Jason,
I don't realize another way to update the QSqlQueryModel after you
change the Table data. You will have to call "setQuery(...)" again.
If you are facing perfo
Jason,
I don't realize another way to update the QSqlQueryModel after you
change the Table data. You will have to call "setQuery(...)" again.
If you are facing performance problems, you can try to limit your query
("SELECT ... LIMIT 100").
Eventually, if you have a complex SQL statement, you can
Jason,
I don't realize another way to update the QSqlQueryModel after you
change the Table data. You will have to call "setQuery(...)" again.
If you are facing performance problems, you can try to limit your query
("SELECT ... LIMIT 100").
Eventually, if you have a complex SQL statement, you can