Home | All Classes | Main Classes | Annotated | Grouped Classes | Functions

QStyleOptionFrame Class Reference

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

#include <QStyleOptionFrame>

Inherits QStyleOption.

List of all members.

Read-Only Properties

Public Functions


Detailed Description

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

QStyleOptionFrame is used for drawing several objects inside of Qt. Among them: QFrame, QGroupBox, QLineEdits, and the frame around a QMenu.


Property Documentation

lineWidth : int

This property holds the line width for drawing the panel.

midLineWidth : int

This property holds the mid-line width for drawing the panel. This is usually used in drawing sunken or raised frames.


Member Function Documentation

QStyleOptionFrame::QStyleOptionFrame ( int version )

Construct a QStyleOptionFrame with version number version. The other members of the struct are set to zero.


Copyright © 2004 Trolltech. Trademarks
Qt 4.0.0-tp1