NAME
Qt::Gui::QScrollArea
PUBLIC METHODS
- QScrollArea(QWidget * parent)
- QScrollArea(QWidget * parent = 0)
- ~QScrollArea()
- QFlags<Qt::AlignmentFlag> alignment()
- void ensureVisible(int x, int y, int xmargin, int ymargin)
- void ensureVisible(int x, int y, int xmargin, int ymargin = 50)
- void ensureVisible(int x, int y, int xmargin = 50, int ymargin = 50)
- void ensureWidgetVisible(QWidget * childWidget, int xmargin, int ymargin)
- void ensureWidgetVisible(QWidget * childWidget, int xmargin, int ymargin = 50)
- void ensureWidgetVisible(QWidget * childWidget, int xmargin = 50, int ymargin = 50)
- bool focusNextPrevChild(bool next)
- void setAlignment(QFlags<Qt::AlignmentFlag> arg0)
- void setWidget(QWidget * widget)
- void setWidgetResizable(bool resizable)
- QSize sizeHint()
- QWidget * takeWidget()
- QWidget * widget()
- bool widgetResizable()
ENUM VALUES
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.