Home · All Classes · Modules

QtGui Module

The QtGui module extends QtCore with GUI functionality. More...

Types

Module Functions

Module Members


Detailed Description

The QtGui module extends QtCore with GUI functionality.

To import the module use, for example, the following statement:

from PyQt4 import QtGui

Function Documentation

int qAlpha (int)

int qBlue (int)

qDrawBorderPixmap (QPainter, QRect, QMargins, QPixmap)

qDrawPlainRect (QPainter, int, int, int, int, QColor, int lineWidth = 1, QBrush fill = None)

qDrawPlainRect (QPainter, QRect, QColor, int lineWidth = 1, QBrush fill = None)

qDrawShadeLine (QPainter, int, int, int, int, QPalette, bool sunken = True, int lineWidth = 1, int midLineWidth = 0)

qDrawShadeLine (QPainter, QPoint, QPoint, QPalette, bool sunken = True, int lineWidth = 1, int midLineWidth = 0)

qDrawShadePanel (QPainter, int, int, int, int, QPalette, bool sunken = False, int lineWidth = 1, QBrush fill = None)

qDrawShadePanel (QPainter, QRect, QPalette, bool sunken = False, int lineWidth = 1, QBrush fill = None)

qDrawShadeRect (QPainter, int, int, int, int, QPalette, bool sunken = False, int lineWidth = 1, int midLineWidth = 0, QBrush fill = None)

qDrawShadeRect (QPainter, QRect, QPalette, bool sunken = False, int lineWidth = 1, int midLineWidth = 0, QBrush fill = None)

qDrawWinButton (QPainter, int, int, int, int, QPalette, bool sunken = False, QBrush fill = None)

qDrawWinButton (QPainter, QRect, QPalette, bool sunken = False, QBrush fill = None)

qDrawWinPanel (QPainter, int, int, int, int, QPalette, bool sunken = False, QBrush fill = None)

qDrawWinPanel (QPainter, QRect, QPalette, bool sunken = False, QBrush fill = None)

bool qFuzzyCompare (QMatrix, QMatrix)

bool qFuzzyCompare (QMatrix4x4, QMatrix4x4)

bool qFuzzyCompare (QQuaternion, QQuaternion)

bool qFuzzyCompare (QTransform, QTransform)

bool qFuzzyCompare (QVector2D, QVector2D)

bool qFuzzyCompare (QVector3D, QVector3D)

bool qFuzzyCompare (QVector4D, QVector4D)

int qGray (int, int, int)

int qGray (int)

int qGreen (int)

bool qIsGray (int)

int qRed (int)

int qRgb (int, int, int)

int qRgba (int, int, int, int)

qSwap (QBitmap, QBitmap)

qSwap (QBrush, QBrush)

qSwap (QIcon, QIcon)

qSwap (QImage, QImage)

qSwap (QKeySequence, QKeySequence)

qSwap (QPen, QPen)

qSwap (QPicture, QPicture)

qSwap (QPixmap, QPixmap)

qt_x11_wait_for_window_manager (QWidget widget)


Member Documentation

QApplication qApp

This member should be treated as a constant.


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