Home · All Classes · Modules

QGroupBox Class Reference
[QtGui module]

Inherits QWidget.

Methods

Qt Signals


Detailed Description


Method Documentation

QGroupBox.__init__ (self, QWidget parent = None)

The parent argument, if not None, causes self to be owned by Qt instead of PyQt.

QGroupBox.__init__ (self, QString, QWidget parent = None)

The parent argument, if not None, causes self to be owned by Qt instead of PyQt.

Qt.Alignment QGroupBox.alignment (self)

QGroupBox.changeEvent (self, QEvent)

QGroupBox.childEvent (self, QChildEvent)

bool QGroupBox.event (self, QEvent)

QGroupBox.focusInEvent (self, QFocusEvent)

QGroupBox.initStyleOption (self, QStyleOptionGroupBox)

bool QGroupBox.isCheckable (self)

bool QGroupBox.isChecked (self)

bool QGroupBox.isFlat (self)

QSize QGroupBox.minimumSizeHint (self)

QGroupBox.mouseMoveEvent (self, QMouseEvent)

QGroupBox.mousePressEvent (self, QMouseEvent)

QGroupBox.mouseReleaseEvent (self, QMouseEvent)

QGroupBox.paintEvent (self, QPaintEvent)

QGroupBox.resizeEvent (self, QResizeEvent)

QGroupBox.setAlignment (self, int)

QGroupBox.setCheckable (self, bool)

QGroupBox.setChecked (self, bool)

This method is also a Qt slot with the C++ signature void setChecked(bool).

QGroupBox.setFlat (self, bool)

QGroupBox.setTitle (self, QString)

QString QGroupBox.title (self)


Qt Signal Documentation

void clicked (bool = 0)

This is the default overload of this signal.

void toggled (bool)

This is the default overload of this signal.


PyQt 4.8 for X11Copyright © Riverbank Computing Ltd and Nokia 2010Qt 4.7.0