_GridView_Cell (gb.qt4)
This virtual class represents a 
GridView cell.
Cette class est virtuelle.
Cette classe n'est pas instanciable.
 
Propriétés
| 
Alignment  
 | 
Return or set the cell text alignment.
 | 
| 
Background  
 | 
Return or set the cell background color.
 | 
| 
Border  
 | 
Return or set the custom border of the cell.
 | 
| 
ColumnSpan  
 | 
Return or set the number of columns spanned by this cell.
 | 
| 
Font  
 | 
Return or set the font used for displaying the cell text.
 | 
| 
Foreground  
 | 
Return or set the cell foreground color.
 | 
| 
H  
 | 
Return the cell height.
 | 
| 
Height  
 | 
Return the cell height.
 | 
| 
Left  
 | 
A synonymous for the X property.
 | 
| 
Padding  
 | 
Return or set the internal padding of the cell, in pixels.
 | 
| 
Picture  
 | 
Return or set the picture displayed in the cell.
 | 
| 
RichText  
 | 
Return or set the rich text displayed in the cell.
 | 
| 
RowSpan  
 | 
Return or set the number of rows spanned by this cell.
 | 
| 
ScreenX  
 | 
Return the absolute horizontal position of the cell on the screen.
 | 
| 
ScreenY  
 | 
Return the absolute vertical position of the cell on the screen.
 | 
| 
Tag  
 | 
Return or set the tag associated with a cell.
 | 
| 
Text  
 | 
Returns or sets the text displayed in the cell.
 | 
| 
Top  
 | 
A synonymous for the Y property.
 | 
| 
Visible  
 | 
Return if the cell is visible, i.e. if its width and height are strictly positive.
 | 
| 
W  
 | 
Return the cell width.
 | 
| 
Width  
 | 
Return the cell width.
 | 
| 
WordWrap  
 | 
Return or set if the cell text is word-wrapped.
 | 
| 
X  
 | 
Return the horizontal position of a cell, relatively to the GridView contents.
 | 
| 
Y  
 | 
Return the vertical position of a cell, relatively to the GridView contents.
 | 
Méthodes