Viadeo Twitter Google Bookmarks ! Facebook Digg del.icio.us MySpace Yahoo MyWeb Blinklist Netvouz Reddit Simpy StumbleUpon Bookmarks Windows Live Favorites 
Logo Documentation Qt ·  Page d'accueil  ·  Toutes les classes  ·  Classes principales  ·  Annotées  ·  Classes groupées  ·  Modules  ·  Fonctions  · 

QStyleOptionFrame Class

The QStyleOptionFrame class is used to describe the parameters for drawing a frame. More...

 #include <QStyleOptionFrame>

Inherits: QStyleOption.

Public Types

enum FrameFeature { None, Flat }
flags FrameFeatures
enum StyleOptionType { Type }
enum StyleOptionVersion { Version }

Public Functions

QStyleOptionFrame()
QStyleOptionFrame(const QStyleOptionFrame & other)

Public Variables

FrameFeatures features
QFrame::Shape frameShape
int lineWidth
int midLineWidth

Related Non-Members

typedef QStyleOptionFrameV2
typedef QStyleOptionFrameV3

Detailed Description

The QStyleOptionFrame class is used to describe the parameters for drawing a frame.

QStyleOptionFrame is used for drawing several built-in Qt widgets, including QFrame, QGroupBox, QLineEdit, and QMenu.

An instance of the QStyleOptionFrame class has type SO_Frame and version 3.

The type is used internally by QStyleOption, its subclasses, and qstyleoption_cast() to determine the type of style option. In general you do not need to worry about this unless you want to create your own QStyleOption subclass and your own styles. The version is used by QStyleOption subclasses to implement extensions without breaking compatibility. If you use qstyleoption_cast(), you normally do not need to check it.

For an example demonstrating how style options can be used, see the Styles example.

See also QStyleOption.

Member Type Documentation

enum QStyleOptionFrame::FrameFeature
flags QStyleOptionFrame::FrameFeatures

This enum describes the different types of features a frame can have.

ConstantValueDescription
QStyleOptionFrame::None0x00Indicates a normal frame.
QStyleOptionFrame::Flat0x01Indicates a flat frame.

The FrameFeatures type is a typedef for QFlags<FrameFeature>. It stores an OR combination of FrameFeature values.

enum QStyleOptionFrame::StyleOptionType

This enum is used to hold information about the type of the style option, and is defined for each QStyleOption subclass.

ConstantValueDescription
QStyleOptionFrame::TypeSO_FrameThe type of style option provided (SO_Frame for this class).

The type is used internally by QStyleOption, its subclasses, and qstyleoption_cast() to determine the type of style option. In general you do not need to worry about this unless you want to create your own QStyleOption subclass and your own styles.

See also StyleOptionVersion.

enum QStyleOptionFrame::StyleOptionVersion

This enum is used to hold information about the version of the style option, and is defined for each QStyleOption subclass.

ConstantValueDescription
QStyleOptionFrame::Version33

The version is used by QStyleOption subclasses to implement extensions without breaking compatibility. If you use qstyleoption_cast(), you normally do not need to check it.

See also StyleOptionType.

Member Function Documentation

QStyleOptionFrame::QStyleOptionFrame()

Constructs a QStyleOptionFrame, initializing the members variables to their default values.

QStyleOptionFrame::QStyleOptionFrame(const QStyleOptionFrame & other)

Constructs a copy of the other style option.

Member Variable Documentation

FrameFeatures QStyleOptionFrame::features

This variable holds a bitwise OR of the features that describe this frame.

See also FrameFeature.

QFrame::Shape QStyleOptionFrame::frameShape

This variable holds this property holds the frame shape value of the frame.

See also QFrame::frameShape.

int QStyleOptionFrame::lineWidth

This variable holds the line width for drawing the frame.

The default value is 0.

See also QFrame::lineWidth.

int QStyleOptionFrame::midLineWidth

This variable holds the mid-line width for drawing the frame.

This is usually used in drawing sunken or raised frames.

The default value is 0.

See also QFrame::midLineWidth.

Related Non-Members

typedef QStyleOptionFrameV2

Synonym for QStyleOptionFrame.

typedef QStyleOptionFrameV3

Synonym for QStyleOptionFrame.

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 5.0-snapshot
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 !
 
 
 
 
Partenaires

Hébergement Web