[Qgis-user] How retrieve the info "hidden" from attribute table

2015-11-02 Thread Andrea Peri
Hi, is possible using QGIS python API retrieve the information "hidden" for a field ? I show the sample in this image attached. -- - Andrea Peri . . . . . . . . . qwerty àèìòù - ___ Qgis-user mailing list

Re: [Qgis-user] How retrieve the info "hidden" from attribute table

2015-11-02 Thread Matthias Kuhn
Hi Hidden is a special type of a widget. layer.editorWidgetV2(idx) Best Matthias On 11/02/2015 09:42 PM, Andrea Peri wrote: > Hi, > > is possible using QGIS python API retrieve the information "hidden" > for a field ? > > I show the sample in this image attached. > > > > >

Re: [Qgis-user] How retrieve the info "hidden" from attribute table

2015-11-02 Thread Andrea Peri
Hi Mathias, I resolve my code. Thx really for the help. A. 2015-11-02 21:46 GMT+01:00 Matthias Kuhn : > Hi > > Hidden is a special type of a widget. > layer.editorWidgetV2(idx) > > Best > Matthias > > On 11/02/2015 09:42 PM, Andrea Peri wrote: > > Hi, > > is possible