NAME
Qt::Gui::QFrame
PUBLIC METHODS
- QFrame(QWidget * parent, QFlags<Qt::WindowType> f)
- QFrame(QWidget * parent, QFlags<Qt::WindowType> f = 0)
- QFrame(QWidget * parent = 0, QFlags<Qt::WindowType> f = 0)
- ~QFrame()
- QRect frameRect()
- QFrame::Shadow frameShadow()
- QFrame::Shape frameShape()
- int frameStyle()
- int frameWidth()
- int lineWidth()
- int midLineWidth()
- void setFrameRect(const QRect & arg0)
- void setFrameShadow(QFrame::Shadow arg0)
- void setFrameShape(QFrame::Shape arg0)
- void setFrameStyle(int arg0)
- void setLineWidth(int arg0)
- void setMidLineWidth(int arg0)
- QSize sizeHint()
ENUM VALUES
- NoFrame
- Box
- Panel
- WinPanel
- HLine
- VLine
- StyledPanel
- Plain
- Raised
- Sunken
- Shadow_Mask
- Shape_Mask
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2012 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.