QtGui/qframe.h Source File
Go to the documentation of this file.
61 Q_PROPERTY(Shadow frameShadow READ frameShadow WRITE setFrameShadow)
62 Q_PROPERTY(
int lineWidth READ lineWidth WRITE setLineWidth)
63 Q_PROPERTY(
int midLineWidth READ midLineWidth WRITE setMidLineWidth)
68 explicit
QFrame(QWidget* parent = 0,
Qt::WindowFlags
f = 0);
71 int frameStyle() const;
72 void setFrameStyle(
int);
74 int frameWidth() const;
76 QSize sizeHint() const;
87 #if defined(QT3_SUPPORT) && !defined(Q_MOC_RUN)
88 ,PopupPanel = StyledPanel,
89 MenuBarPanel = StyledPanel,
90 ToolBarPanel = StyledPanel,
91 LineEditPanel = StyledPanel,
92 TabWidgetPanel = StyledPanel,
93 GroupBoxPanel = StyledPanel
103 Shadow_Mask = 0x00f0,
105 #if defined(QT3_SUPPORT)
106 ,MShadow = Shadow_Mask,
111 Shape frameShape()
const;
112 void setFrameShape(Shape);
113 Shadow frameShadow()
const;
114 void setFrameShadow(Shadow);
116 int lineWidth()
const;
117 void setLineWidth(
int);
119 int midLineWidth()
const;
120 void setMidLineWidth(
int);
122 QRect frameRect()
const;
123 void setFrameRect(
const QRect &);
128 void changeEvent(
QEvent *);
133 QT3_SUPPORT_CONSTRUCTOR
QFrame(
QWidget* parent,
const char*
name, Qt::WindowFlags
f = 0);
137 QFrame(QFramePrivate &dd,
QWidget* parent = 0, Qt::WindowFlags
f = 0);
#define QT_BEGIN_NAMESPACE
GLuint const GLchar * name