_GridView_Cell (gb.qt4)

This virtual class represents a GridView cell.

Questa classe è virtuale.

Questa classe non è creabile.

Proprietà
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.
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.

Metodi
Clear   Clear the cell static contents.
EnsureVisible   Ensure that the cell is visible to the screen by scrolling the GridView contents.
Refresh   Refresh the cell.