QStyleOptionViewItemV4 Class Reference |
Constant | Value | Description |
---|---|---|
QStyleOptionViewItemV4::Version | 4 | 4 |
The version is used by QStyleOption subclasses to implement extensions without breaking compatibility. If you use qstyleoption_cast(), you normally don't need to check it.
See also StyleOptionType.
This enum is used to represent the placement of the item on a row. This can be used to draw items differently depending on their placement, for example by putting rounded edges at the beginning and end, and straight edges in between.
Constant | Value | Description |
---|---|---|
QStyleOptionViewItemV4::Invalid | 0 | The ViewItemPosition is unknown and should be disregarded. |
QStyleOptionViewItemV4::Beginning | 1 | The item appears at the beginning of the row. |
QStyleOptionViewItemV4::Middle | 2 | The item appears in the middle of the row. |
QStyleOptionViewItemV4::End | 3 | The item appears at the end of the row. |
QStyleOptionViewItemV4::OnlyOne | 4 | The item is the only one on the row, and is therefore both at the beginning and the end. |
Constructs a QStyleOptionViewItemV4 object.
Constructs a copy of other.
Constructs a QStyleOptionViewItemV4 copy of the other style option which can be either of the QStyleOptionViewItemV3 or QStyleOptionViewItem types.
See also version.
Assigns the other style option to this style option. The other style option can be either of the QStyleOptionViewItemV3 or QStyleOptionViewItem types.
Cette page est une traduction d'une page de la documentation de Qt, écrite par Nokia Corporation and/or its subsidiary(-ies). Les éventuels problèmes résultant d'une mauvaise traduction ne sont pas imputables à Nokia. | Qt 4.4 | |
Copyright © 2012 Developpez LLC. Tous droits réservés Developpez LLC. Aucune reproduction, même partielle, ne peut être faite de ce site et de l'ensemble de son contenu : textes, documents et images sans l'autorisation expresse de Developpez LLC. Sinon, vous encourez selon la loi jusqu'à 3 ans de prison et jusqu'à 300 000 E de dommages et intérêts. Cette page est déposée à la SACD. | ||
Vous avez déniché une erreur ? Un bug ? Une redirection cassée ? Ou tout autre problème, quel qu'il soit ? Ou bien vous désirez participer à ce projet de traduction ? N'hésitez pas à nous contacter ou par MP ! |
Copyright © 2000-2012 - www.developpez.com