QtGui Module
The QtGui module extends QtCore with GUI functionality. More...
Types
Module Functions
qDrawPlainRect (QPainter
p, int
x, int
y, int
w, int
h, QColor, int
lineWidth = 1, QBrush
fill = None)
qDrawPlainRect (QPainter
p, QRect
r, QColor, int
lineWidth = 1, QBrush
fill = None)
qDrawShadeLine (QPainter
p, int
x1, int
y1, int
x2, int
y2, QPalette
pal, bool
sunken = True, int
lineWidth = 1, int
midLineWidth = 0)
qDrawShadeLine (QPainter
p, QPoint
p1, QPoint
p2, QPalette
pal, bool
sunken = True, int
lineWidth = 1, int
midLineWidth = 0)
qDrawShadePanel (QPainter
p, int
x, int
y, int
w, int
h, QPalette
pal, bool
sunken = False, int
lineWidth = 1, QBrush
fill = None)
qDrawShadePanel (QPainter
p, QRect
r, QPalette
pal, bool
sunken = False, int
lineWidth = 1, QBrush
fill = None)
qDrawShadeRect (QPainter
p, int
x, int
y, int
w, int
h, QPalette
pal, bool
sunken = False, int
lineWidth = 1, int
midLineWidth = 0, QBrush
fill = None)
qDrawShadeRect (QPainter
p, QRect
r, QPalette
pal, bool
sunken = False, int
lineWidth = 1, int
midLineWidth = 0, QBrush
fill = None)
qDrawWinButton (QPainter
p, int
x, int
y, int
w, int
h, QPalette
pal, bool
sunken = False, QBrush
fill = None)
qDrawWinButton (QPainter
p, QRect
r, QPalette
pal, bool
sunken = False, QBrush
fill = None)
qDrawWinPanel (QPainter
p, int
x, int
y, int
w, int
h, QPalette
pal, bool
sunken = False, QBrush
fill = None)
qDrawWinPanel (QPainter
p, QRect
r, QPalette
pal, bool
sunken = False, QBrush
fill = None)
int
qGray (int
r, int
g, int
b)
int
qRgb (int
r, int
g, int
b)
int
qRgba (int
r, int
g, int
b, int
a)
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
qDrawShadeLine (QPainter p, int x1, int y1, int x2, int y2, QPalette pal, bool sunken = True, int lineWidth = 1, int midLineWidth = 0)
qDrawShadePanel (QPainter p, int x, int y, int w, int h, QPalette pal, bool sunken = False, int lineWidth = 1, QBrush fill = None)
qDrawShadeRect (QPainter p, int x, int y, int w, int h, QPalette pal, bool sunken = False, int lineWidth = 1, int midLineWidth = 0, QBrush fill = None)
qDrawShadeRect (QPainter p, QRect r, QPalette pal, bool sunken = False, int lineWidth = 1, int midLineWidth = 0, QBrush fill = None)
Member Documentation
This member should be treated as a constant.
This member should be treated as a constant.