Re: [Interest] QSortFilterProxyModel::removeRows()

2012-05-31 Thread Jordi Pujol
El dv 01 de 06 de 2012 a les 14:15 +0900, en/na Paul England va escriure: > Hi > > I wrote this really long email, and learned a lot about the problem in > doing so. So, I guess it was time well spent. Still frustrated. > Here's the summed up problem: > > I have a QAbstrctTabelModel, QSortFilte

[Interest] QSortFilterProxyModel::removeRows()

2012-05-31 Thread Paul England
Hi I wrote this really long email, and learned a lot about the problem in doing so. So, I guess it was time well spent. Still frustrated. Here's the summed up problem: I have a QAbstrctTabelModel, QSortFilterProxyModel, QItemDelegate, and a QTableView (all subclassed). As you'd expect, the QS

[Interest] reloading qml components

2012-05-31 Thread Jeremy
Say you have a qml component in a file mycomponent.qml or a network resource, etc Is it possible to trigger a reload of the component from the file/source/network/etc so that you can see the changed result live? Preferably by re-initializing the same object so that any references to it can be pres

Re: [Interest] Loading compressed SVG in QWebView

2012-05-31 Thread Till Oliver Knoll
Am 31.05.2012 um 09:00 schrieb Yves Bailly : > ... > If the image is compressed ("*.svgz"), it seems QWebView > is unable to display it correctly. Is QWebView supposed to be able to display compressed SVG? Or is this an assumption? > To be more precise, this works nicely: > > QByteArray ima

[Interest] Loading compressed SVG in QWebView

2012-05-31 Thread Yves Bailly
Greetings all, Here's an annoying problem I'm facing, trying to display an SVG image in a QWebView. If the image is compressed ("*.svgz"), it seems QWebView is unable to display it correctly. To be more precise, this works nicely: QByteArray image_data = /* some external source I know nothing a