NAME
Qt::Gui::QGroupBox
PUBLIC METHODS
- QGroupBox(QWidget * parent)
- QGroupBox(QWidget * parent = 0)
- QGroupBox(const QString & title, QWidget * parent)
- QGroupBox(const QString & title, QWidget * parent = 0)
- ~QGroupBox()
- QFlags<Qt::AlignmentFlag> alignment()
- bool isCheckable()
- bool isChecked()
- bool isFlat()
- QSize minimumSizeHint()
- void setAlignment(int alignment)
- void setCheckable(bool checkable)
- void setChecked(bool checked)
- void setFlat(bool flat)
- void setTitle(const QString & title)
- QString title()
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.