Re: [Qgis-developer] QgsAttributeTableModel.setRequest in Python

2014-01-20 Thread Matthias Kuhn
Hi Radek, There is the QgsAttributeTableFilterModel which is a proxy model to be applied in front of the QgsAttributeTableModel, which allows you to dynamically apply filters, while the request set to the table model itself is rather static. With this one you can set the filter mode to ShowFil

[Qgis-developer] QgsAttributeTableModel.setRequest in Python

2014-01-20 Thread Radosław Pasiok
Hello Devs! I am trying to populate QgsAttributeTableView with some features that meet a request in Python (QGIS-master). My first try was to use QgsAttributeTableModel.setRequest(QgsFeatureRequest) but it is not yet implemented in Python bindings as I see in [1]. I would like to kindly ask if the