Hi,
My advice is to ditch QSortFilterProxyModel completely. It's great for
models that can be held in memory. But for SQL models, it sucks.
Bo.
Den 30-04-2012 19:02, Linos skrev:
> Hi,
> i have a QTableView with a QSortFilterProxyModel using a QSqlQueryModel as
> source model, i am using Qt
Don't blame the compiler, don't blame Qt, blame distribution's
maintainers — it's their job to keep packages working and to make sure
updates don't break anything without *really* serious reasons.
My advice is to try to compile some Qt example/demo application and, if
that fails, send a report to
Hi fellow Qt users,
spread across various comment threads at the Qt developer forum, Qt Labs blogs,
and Qt mailing lists, there has recently been quite a bit of discussion over
the scope and priorities of Qt Quick, and whether or not Nokia's (and the other
Qt contributor's) roadmap, focus and d
Hi,
my desktop e-mail application [1] currently uses QWebView for rendering
of the contents of the HTML e-mails. Whenever the user opens a new
message, a new instance of a subclass of QNetworkAccessManager gets
created (which is private for the message view); this QNAM is tied
(through QPersistentM
Hi list.
Before yesterday I was a very happy programmer with my Qt Creator (I
think it was version 1.4 but not sure) and the normal Qt tool chain. But
yesterday, I upgraded my Kubuntu box from Lucid Linx (10.04) to Precise
Pangolin (12.04) and now my project is not building anymore.
The firs
I have a QFileSystemModel that I'm tinkering with. I'm trying to hook up a
QCompleter to the file system model to support auto completion of a file
path. There appears to be a problem though that the QCompleter is trying to
auto complete the path from the root drives, and not with the path
reflecte
Hi,
i have a QTableView with a QSortFilterProxyModel using a QSqlQueryModel as
source model, i am using Qt 4.8.1 in Linux x86_64.
if i don't apply sort to any of the columns of the table and execute a new
.select() on the QSqlQueryModel it does the usual and only call .data method for
the visib
Thank you for your answer.
I wasted too much time with this, thus I tried another solution, and
I found and easiest way for me, directly in C, I directly use
xwindow through Xlib and everything works fine !!
Regards,
Cyril HAENEL
Le 29/04/2012 01:30, Jo