4124 lines (2173 with data), 141.5 kB
@header@
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading">
<tr bgcolor="#7799ee">
<td valign=bottom> <br>
<font color="#ffffff" face="helvetica, arial"> <br><big><big><strong><a href="matplotlib.html"><font color="#ffffff">matplotlib</font></a>.<a href="matplotlib.backends.html"><font color="#ffffff">backends</font></a>.backend_qt</strong></big></big></font></td
><td align=right valign=bottom
><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="file:/usr/lib/python2.4/site-packages/matplotlib/backends/backend_qt.py">/usr/lib/python2.4/site-packages/matplotlib/backends/backend_qt.py</a></font></td></tr></table>
<p></p>
<p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#aa55cc">
<td colspan=3 valign=bottom> <br>
<font color="#fffff" face="helvetica, arial"><big><strong>Modules</strong></big></font></td></tr>
<tr><td bgcolor="#aa55cc"><tt> </tt></td><td> </td>
<td width="100%"><table width="100%" summary="list"><tr><td width="25%" valign=top><a href="math.html">math</a><br>
<a href="matplotlib.html">matplotlib</a><br>
</td><td width="25%" valign=top><a href="matplotlib.numerix.html">matplotlib.numerix</a><br>
<a href="os.html">os</a><br>
</td><td width="25%" valign=top><a href="qt.html">qt</a><br>
<a href="sys.html">sys</a><br>
</td><td width="25%" valign=top></td></tr></table></td></tr></table><p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#ee77aa">
<td colspan=3 valign=bottom> <br>
<font color="#ffffff" face="helvetica, arial"><big><strong>Classes</strong></big></font></td></tr>
<tr><td bgcolor="#ee77aa"><tt> </tt></td><td> </td>
<td width="100%"><dl>
<dt><font face="helvetica, arial"><a href="matplotlib.backend_bases.html#FigureCanvasBase">matplotlib.backend_bases.FigureCanvasBase</a>
</font></dt><dd>
<dl>
<dt><font face="helvetica, arial"><a href="matplotlib.backends.backend_qt.html#FigureCanvasQT">FigureCanvasQT</a>(<a href="qt.html#QWidget">qt.QWidget</a>, <a href="matplotlib.backend_bases.html#FigureCanvasBase">matplotlib.backend_bases.FigureCanvasBase</a>)
</font></dt></dl>
</dd>
<dt><font face="helvetica, arial"><a href="matplotlib.backend_bases.html#FigureManagerBase">matplotlib.backend_bases.FigureManagerBase</a>
</font></dt><dd>
<dl>
<dt><font face="helvetica, arial"><a href="matplotlib.backends.backend_qt.html#FigureManagerQT">FigureManagerQT</a>
</font></dt><dt><font face="helvetica, arial"><a href="matplotlib.backends.backend_qt.html#FigureManagerQT">FigureManagerQT</a>
</font></dt></dl>
</dd>
<dt><font face="helvetica, arial"><a href="matplotlib.backend_bases.html#NavigationToolbar2">matplotlib.backend_bases.NavigationToolbar2</a>
</font></dt><dd>
<dl>
<dt><font face="helvetica, arial"><a href="matplotlib.backends.backend_qt.html#NavigationToolbar2QT">NavigationToolbar2QT</a>(<a href="matplotlib.backend_bases.html#NavigationToolbar2">matplotlib.backend_bases.NavigationToolbar2</a>, <a href="qt.html#QWidget">qt.QWidget</a>)
</font></dt></dl>
</dd>
<dt><font face="helvetica, arial"><a href="qt.html#QWidget">qt.QWidget</a>(<a href="qt.html#QObject">qt.QObject</a>, <a href="qt.html#QPaintDevice">qt.QPaintDevice</a>)
</font></dt><dd>
<dl>
<dt><font face="helvetica, arial"><a href="matplotlib.backends.backend_qt.html#FigureCanvasQT">FigureCanvasQT</a>(<a href="qt.html#QWidget">qt.QWidget</a>, <a href="matplotlib.backend_bases.html#FigureCanvasBase">matplotlib.backend_bases.FigureCanvasBase</a>)
</font></dt><dt><font face="helvetica, arial"><a href="matplotlib.backends.backend_qt.html#NavigationToolbar2QT">NavigationToolbar2QT</a>(<a href="matplotlib.backend_bases.html#NavigationToolbar2">matplotlib.backend_bases.NavigationToolbar2</a>, <a href="qt.html#QWidget">qt.QWidget</a>)
</font></dt></dl>
</dd>
</dl>
<p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#ffc8d8">
<td colspan=3 valign=bottom> <br>
<font color="#000000" face="helvetica, arial"><a name="FigureCanvasQT">class <strong>FigureCanvasQT</strong></a>(<a href="qt.html#QWidget">qt.QWidget</a>, <a href="matplotlib.backend_bases.html#FigureCanvasBase">matplotlib.backend_bases.FigureCanvasBase</a>)</font></td></tr>
<tr><td bgcolor="#ffc8d8"><tt> </tt></td><td> </td>
<td width="100%"><dl><dt>Method resolution order:</dt>
<dd><a href="matplotlib.backends.backend_qt.html#FigureCanvasQT">FigureCanvasQT</a></dd>
<dd><a href="qt.html#QWidget">qt.QWidget</a></dd>
<dd><a href="qt.html#QObject">qt.QObject</a></dd>
<dd><a href="qt.html#Qt">qt.Qt</a></dd>
<dd><a href="qt.html#QPaintDevice">qt.QPaintDevice</a></dd>
<dd><a href="sip.html#wrapper">sip.wrapper</a></dd>
<dd><a href="__builtin__.html#object">__builtin__.object</a></dd>
<dd><a href="matplotlib.backend_bases.html#FigureCanvasBase">matplotlib.backend_bases.FigureCanvasBase</a></dd>
</dl>
<hr>
Methods defined here:<br>
<dl><dt><a name="FigureCanvasQT-__init__"><strong>__init__</strong></a>(self, figure)</dt></dl>
<dl><dt><a name="FigureCanvasQT-keyPressEvent"><strong>keyPressEvent</strong></a>(self, event)</dt></dl>
<dl><dt><a name="FigureCanvasQT-keyReleaseEvent"><strong>keyReleaseEvent</strong></a>(self, event)</dt></dl>
<dl><dt><a name="FigureCanvasQT-mouseMoveEvent"><strong>mouseMoveEvent</strong></a>(self, event)</dt></dl>
<dl><dt><a name="FigureCanvasQT-mousePressEvent"><strong>mousePressEvent</strong></a>(self, event)</dt></dl>
<dl><dt><a name="FigureCanvasQT-mouseReleaseEvent"><strong>mouseReleaseEvent</strong></a>(self, event)</dt></dl>
<dl><dt><a name="FigureCanvasQT-resize"><strong>resize</strong></a>(self, w, h)</dt></dl>
<dl><dt><a name="FigureCanvasQT-resizeEvent"><strong>resizeEvent</strong></a>(self, event)</dt></dl>
<hr>
Data and other attributes defined here:<br>
<dl><dt><strong>AncestorOrigin</strong> = 3</dl>
<dl><dt><strong>ClickFocus</strong> = 2</dl>
<dl><dt><strong>NoFocus</strong> = 0</dl>
<dl><dt><strong>ParentOrigin</strong> = 1</dl>
<dl><dt><strong>StrongFocus</strong> = 11</dl>
<dl><dt><strong>TabFocus</strong> = 1</dl>
<dl><dt><strong>WheelFocus</strong> = 15</dl>
<dl><dt><strong>WidgetOrigin</strong> = 0</dl>
<dl><dt><strong>WindowOrigin</strong> = 2</dl>
<dl><dt><strong>acceptDrops</strong> = <built-in function acceptDrops></dl>
<dl><dt><strong>adjustSize</strong> = <built-in function adjustSize></dl>
<dl><dt><strong>autoMask</strong> = <built-in function autoMask></dl>
<dl><dt><strong>backgroundBrush</strong> = <built-in function backgroundBrush></dl>
<dl><dt><strong>backgroundMode</strong> = <built-in function backgroundMode></dl>
<dl><dt><strong>backgroundOffset</strong> = <built-in function backgroundOffset></dl>
<dl><dt><strong>backgroundOrigin</strong> = <built-in function backgroundOrigin></dl>
<dl><dt><strong>baseSize</strong> = <built-in function baseSize></dl>
<dl><dt><strong>buttond</strong> = {1: 1, 2: 3, 4: 2}</dl>
<dl><dt><strong>caption</strong> = <built-in function caption></dl>
<dl><dt><strong>childAt</strong> = <built-in function childAt></dl>
<dl><dt><strong>childEvent</strong> = <built-in function childEvent></dl>
<dl><dt><strong>childrenRect</strong> = <built-in function childrenRect></dl>
<dl><dt><strong>childrenRegion</strong> = <built-in function childrenRegion></dl>
<dl><dt><strong>clearFocus</strong> = <built-in function clearFocus></dl>
<dl><dt><strong>clearMask</strong> = <built-in function clearMask></dl>
<dl><dt><strong>clearWFlags</strong> = <built-in function clearWFlags></dl>
<dl><dt><strong>clearWState</strong> = <built-in function clearWState></dl>
<dl><dt><strong>clipRegion</strong> = <built-in function clipRegion></dl>
<dl><dt><strong>close</strong> = <built-in function close></dl>
<dl><dt><strong>closeEvent</strong> = <built-in function closeEvent></dl>
<dl><dt><strong>colorGroup</strong> = <built-in function colorGroup></dl>
<dl><dt><strong>constPolish</strong> = <built-in function constPolish></dl>
<dl><dt><strong>contextMenuEvent</strong> = <built-in function contextMenuEvent></dl>
<dl><dt><strong>create</strong> = <built-in function create></dl>
<dl><dt><strong>cursor</strong> = <built-in function cursor></dl>
<dl><dt><strong>customEvent</strong> = <built-in function customEvent></dl>
<dl><dt><strong>customWhatsThis</strong> = <built-in function customWhatsThis></dl>
<dl><dt><strong>destroy</strong> = <built-in function destroy></dl>
<dl><dt><strong>dragEnterEvent</strong> = <built-in function dragEnterEvent></dl>
<dl><dt><strong>dragLeaveEvent</strong> = <built-in function dragLeaveEvent></dl>
<dl><dt><strong>dragMoveEvent</strong> = <built-in function dragMoveEvent></dl>
<dl><dt><strong>drawText</strong> = <built-in function drawText></dl>
<dl><dt><strong>dropEvent</strong> = <built-in function dropEvent></dl>
<dl><dt><strong>enabledChange</strong> = <built-in function enabledChange></dl>
<dl><dt><strong>enterEvent</strong> = <built-in function enterEvent></dl>
<dl><dt><strong>erase</strong> = <built-in function erase></dl>
<dl><dt><strong>eraseColor</strong> = <built-in function eraseColor></dl>
<dl><dt><strong>erasePixmap</strong> = <built-in function erasePixmap></dl>
<dl><dt><strong>event</strong> = <built-in function event></dl>
<dl><dt><strong>find</strong> = <built-in function find></dl>
<dl><dt><strong>focusInEvent</strong> = <built-in function focusInEvent></dl>
<dl><dt><strong>focusNextPrevChild</strong> = <built-in function focusNextPrevChild></dl>
<dl><dt><strong>focusOutEvent</strong> = <built-in function focusOutEvent></dl>
<dl><dt><strong>focusPolicy</strong> = <built-in function focusPolicy></dl>
<dl><dt><strong>focusProxy</strong> = <built-in function focusProxy></dl>
<dl><dt><strong>focusWidget</strong> = <built-in function focusWidget></dl>
<dl><dt><strong>font</strong> = <built-in function font></dl>
<dl><dt><strong>fontChange</strong> = <built-in function fontChange></dl>
<dl><dt><strong>fontInfo</strong> = <built-in function fontInfo></dl>
<dl><dt><strong>fontMetrics</strong> = <built-in function fontMetrics></dl>
<dl><dt><strong>foregroundColor</strong> = <built-in function foregroundColor></dl>
<dl><dt><strong>frameGeometry</strong> = <built-in function frameGeometry></dl>
<dl><dt><strong>frameSize</strong> = <built-in function frameSize></dl>
<dl><dt><strong>geometry</strong> = <built-in function geometry></dl>
<dl><dt><strong>getWFlags</strong> = <built-in function getWFlags></dl>
<dl><dt><strong>getWState</strong> = <built-in function getWState></dl>
<dl><dt><strong>grabKeyboard</strong> = <built-in function grabKeyboard></dl>
<dl><dt><strong>grabMouse</strong> = <built-in function grabMouse></dl>
<dl><dt><strong>hasFocus</strong> = <built-in function hasFocus></dl>
<dl><dt><strong>hasMouse</strong> = <built-in function hasMouse></dl>
<dl><dt><strong>hasMouseTracking</strong> = <built-in function hasMouseTracking></dl>
<dl><dt><strong>height</strong> = <built-in function height></dl>
<dl><dt><strong>heightForWidth</strong> = <built-in function heightForWidth></dl>
<dl><dt><strong>hide</strong> = <built-in function hide></dl>
<dl><dt><strong>hideEvent</strong> = <built-in function hideEvent></dl>
<dl><dt><strong>icon</strong> = <built-in function icon></dl>
<dl><dt><strong>iconText</strong> = <built-in function iconText></dl>
<dl><dt><strong>imComposeEvent</strong> = <built-in function imComposeEvent></dl>
<dl><dt><strong>imEndEvent</strong> = <built-in function imEndEvent></dl>
<dl><dt><strong>imStartEvent</strong> = <built-in function imStartEvent></dl>
<dl><dt><strong>isActiveWindow</strong> = <built-in function isActiveWindow></dl>
<dl><dt><strong>isDesktop</strong> = <built-in function isDesktop></dl>
<dl><dt><strong>isDialog</strong> = <built-in function isDialog></dl>
<dl><dt><strong>isEnabled</strong> = <built-in function isEnabled></dl>
<dl><dt><strong>isEnabledTo</strong> = <built-in function isEnabledTo></dl>
<dl><dt><strong>isEnabledToTLW</strong> = <built-in function isEnabledToTLW></dl>
<dl><dt><strong>isFocusEnabled</strong> = <built-in function isFocusEnabled></dl>
<dl><dt><strong>isFullScreen</strong> = <built-in function isFullScreen></dl>
<dl><dt><strong>isHidden</strong> = <built-in function isHidden></dl>
<dl><dt><strong>isInputMethodEnabled</strong> = <built-in function isInputMethodEnabled></dl>
<dl><dt><strong>isMaximized</strong> = <built-in function isMaximized></dl>
<dl><dt><strong>isMinimized</strong> = <built-in function isMinimized></dl>
<dl><dt><strong>isModal</strong> = <built-in function isModal></dl>
<dl><dt><strong>isPopup</strong> = <built-in function isPopup></dl>
<dl><dt><strong>isShown</strong> = <built-in function isShown></dl>
<dl><dt><strong>isTopLevel</strong> = <built-in function isTopLevel></dl>
<dl><dt><strong>isUpdatesEnabled</strong> = <built-in function isUpdatesEnabled></dl>
<dl><dt><strong>isVisible</strong> = <built-in function isVisible></dl>
<dl><dt><strong>isVisibleTo</strong> = <built-in function isVisibleTo></dl>
<dl><dt><strong>isVisibleToTLW</strong> = <built-in function isVisibleToTLW></dl>
<dl><dt><strong>keyboardGrabber</strong> = <built-in function keyboardGrabber></dl>
<dl><dt><strong>keyvald</strong> = {4128: 'shift', 4129: 'control', 4131: 'alt'}</dl>
<dl><dt><strong>layout</strong> = <built-in function layout></dl>
<dl><dt><strong>leaveEvent</strong> = <built-in function leaveEvent></dl>
<dl><dt><strong>lowerW</strong> = <built-in function lowerW></dl>
<dl><dt><strong>mapFrom</strong> = <built-in function mapFrom></dl>
<dl><dt><strong>mapFromGlobal</strong> = <built-in function mapFromGlobal></dl>
<dl><dt><strong>mapFromParent</strong> = <built-in function mapFromParent></dl>
<dl><dt><strong>mapTo</strong> = <built-in function mapTo></dl>
<dl><dt><strong>mapToGlobal</strong> = <built-in function mapToGlobal></dl>
<dl><dt><strong>mapToParent</strong> = <built-in function mapToParent></dl>
<dl><dt><strong>maximumHeight</strong> = <built-in function maximumHeight></dl>
<dl><dt><strong>maximumSize</strong> = <built-in function maximumSize></dl>
<dl><dt><strong>maximumWidth</strong> = <built-in function maximumWidth></dl>
<dl><dt><strong>metaObject</strong> = <built-in function metaObject></dl>
<dl><dt><strong>metric</strong> = <built-in function metric></dl>
<dl><dt><strong>microFocusHint</strong> = <built-in function microFocusHint></dl>
<dl><dt><strong>minimumHeight</strong> = <built-in function minimumHeight></dl>
<dl><dt><strong>minimumSize</strong> = <built-in function minimumSize></dl>
<dl><dt><strong>minimumSizeHint</strong> = <built-in function minimumSizeHint></dl>
<dl><dt><strong>minimumWidth</strong> = <built-in function minimumWidth></dl>
<dl><dt><strong>mouseDoubleClickEvent</strong> = <built-in function mouseDoubleClickEvent></dl>
<dl><dt><strong>mouseGrabber</strong> = <built-in function mouseGrabber></dl>
<dl><dt><strong>move</strong> = <built-in function move></dl>
<dl><dt><strong>moveEvent</strong> = <built-in function moveEvent></dl>
<dl><dt><strong>ownCursor</strong> = <built-in function ownCursor></dl>
<dl><dt><strong>ownFont</strong> = <built-in function ownFont></dl>
<dl><dt><strong>ownPalette</strong> = <built-in function ownPalette></dl>
<dl><dt><strong>paintEvent</strong> = <built-in function paintEvent></dl>
<dl><dt><strong>palette</strong> = <built-in function palette></dl>
<dl><dt><strong>paletteBackgroundColor</strong> = <built-in function paletteBackgroundColor></dl>
<dl><dt><strong>paletteBackgroundPixmap</strong> = <built-in function paletteBackgroundPixmap></dl>
<dl><dt><strong>paletteChange</strong> = <built-in function paletteChange></dl>
<dl><dt><strong>paletteForegroundColor</strong> = <built-in function paletteForegroundColor></dl>
<dl><dt><strong>parentWidget</strong> = <built-in function parentWidget></dl>
<dl><dt><strong>polish</strong> = <built-in function polish></dl>
<dl><dt><strong>pos</strong> = <built-in function pos></dl>
<dl><dt><strong>raiseW</strong> = <built-in function raiseW></dl>
<dl><dt><strong>rect</strong> = <built-in function rect></dl>
<dl><dt><strong>releaseKeyboard</strong> = <built-in function releaseKeyboard></dl>
<dl><dt><strong>releaseMouse</strong> = <built-in function releaseMouse></dl>
<dl><dt><strong>repaint</strong> = <built-in function repaint></dl>
<dl><dt><strong>reparent</strong> = <built-in function reparent></dl>
<dl><dt><strong>resetInputContext</strong> = <built-in function resetInputContext></dl>
<dl><dt><strong>scroll</strong> = <built-in function scroll></dl>
<dl><dt><strong>sender</strong> = <built-in function sender></dl>
<dl><dt><strong>setAcceptDrops</strong> = <built-in function setAcceptDrops></dl>
<dl><dt><strong>setActiveWindow</strong> = <built-in function setActiveWindow></dl>
<dl><dt><strong>setAutoMask</strong> = <built-in function setAutoMask></dl>
<dl><dt><strong>setBackgroundMode</strong> = <built-in function setBackgroundMode></dl>
<dl><dt><strong>setBackgroundOrigin</strong> = <built-in function setBackgroundOrigin></dl>
<dl><dt><strong>setBaseSize</strong> = <built-in function setBaseSize></dl>
<dl><dt><strong>setCaption</strong> = <built-in function setCaption></dl>
<dl><dt><strong>setCursor</strong> = <built-in function setCursor></dl>
<dl><dt><strong>setDisabled</strong> = <built-in function setDisabled></dl>
<dl><dt><strong>setEnabled</strong> = <built-in function setEnabled></dl>
<dl><dt><strong>setEraseColor</strong> = <built-in function setEraseColor></dl>
<dl><dt><strong>setErasePixmap</strong> = <built-in function setErasePixmap></dl>
<dl><dt><strong>setFixedHeight</strong> = <built-in function setFixedHeight></dl>
<dl><dt><strong>setFixedSize</strong> = <built-in function setFixedSize></dl>
<dl><dt><strong>setFixedWidth</strong> = <built-in function setFixedWidth></dl>
<dl><dt><strong>setFocus</strong> = <built-in function setFocus></dl>
<dl><dt><strong>setFocusPolicy</strong> = <built-in function setFocusPolicy></dl>
<dl><dt><strong>setFocusProxy</strong> = <built-in function setFocusProxy></dl>
<dl><dt><strong>setFont</strong> = <built-in function setFont></dl>
<dl><dt><strong>setGeometry</strong> = <built-in function setGeometry></dl>
<dl><dt><strong>setHidden</strong> = <built-in function setHidden></dl>
<dl><dt><strong>setIcon</strong> = <built-in function setIcon></dl>
<dl><dt><strong>setIconText</strong> = <built-in function setIconText></dl>
<dl><dt><strong>setInputMethodEnabled</strong> = <built-in function setInputMethodEnabled></dl>
<dl><dt><strong>setKeyCompression</strong> = <built-in function setKeyCompression></dl>
<dl><dt><strong>setMask</strong> = <built-in function setMask></dl>
<dl><dt><strong>setMaximumHeight</strong> = <built-in function setMaximumHeight></dl>
<dl><dt><strong>setMaximumSize</strong> = <built-in function setMaximumSize></dl>
<dl><dt><strong>setMaximumWidth</strong> = <built-in function setMaximumWidth></dl>
<dl><dt><strong>setMicroFocusHint</strong> = <built-in function setMicroFocusHint></dl>
<dl><dt><strong>setMinimumHeight</strong> = <built-in function setMinimumHeight></dl>
<dl><dt><strong>setMinimumSize</strong> = <built-in function setMinimumSize></dl>
<dl><dt><strong>setMinimumWidth</strong> = <built-in function setMinimumWidth></dl>
<dl><dt><strong>setMouseTracking</strong> = <built-in function setMouseTracking></dl>
<dl><dt><strong>setName</strong> = <built-in function setName></dl>
<dl><dt><strong>setPalette</strong> = <built-in function setPalette></dl>
<dl><dt><strong>setPaletteBackgroundColor</strong> = <built-in function setPaletteBackgroundColor></dl>
<dl><dt><strong>setPaletteBackgroundPixmap</strong> = <built-in function setPaletteBackgroundPixmap></dl>
<dl><dt><strong>setPaletteForegroundColor</strong> = <built-in function setPaletteForegroundColor></dl>
<dl><dt><strong>setShown</strong> = <built-in function setShown></dl>
<dl><dt><strong>setSizeIncrement</strong> = <built-in function setSizeIncrement></dl>
<dl><dt><strong>setSizePolicy</strong> = <built-in function setSizePolicy></dl>
<dl><dt><strong>setStyle</strong> = <built-in function setStyle></dl>
<dl><dt><strong>setTabOrder</strong> = <built-in function setTabOrder></dl>
<dl><dt><strong>setUpdatesEnabled</strong> = <built-in function setUpdatesEnabled></dl>
<dl><dt><strong>setWFlags</strong> = <built-in function setWFlags></dl>
<dl><dt><strong>setWState</strong> = <built-in function setWState></dl>
<dl><dt><strong>setWindowOpacity</strong> = <built-in function setWindowOpacity></dl>
<dl><dt><strong>setWindowState</strong> = <built-in function setWindowState></dl>
<dl><dt><strong>show</strong> = <built-in function show></dl>
<dl><dt><strong>showEvent</strong> = <built-in function showEvent></dl>
<dl><dt><strong>showFullScreen</strong> = <built-in function showFullScreen></dl>
<dl><dt><strong>showMaximized</strong> = <built-in function showMaximized></dl>
<dl><dt><strong>showMinimized</strong> = <built-in function showMinimized></dl>
<dl><dt><strong>showNormal</strong> = <built-in function showNormal></dl>
<dl><dt><strong>size</strong> = <built-in function size></dl>
<dl><dt><strong>sizeHint</strong> = <built-in function sizeHint></dl>
<dl><dt><strong>sizeIncrement</strong> = <built-in function sizeIncrement></dl>
<dl><dt><strong>sizePolicy</strong> = <built-in function sizePolicy></dl>
<dl><dt><strong>style</strong> = <built-in function style></dl>
<dl><dt><strong>styleChange</strong> = <built-in function styleChange></dl>
<dl><dt><strong>tabletEvent</strong> = <built-in function tabletEvent></dl>
<dl><dt><strong>testWFlags</strong> = <built-in function testWFlags></dl>
<dl><dt><strong>testWState</strong> = <built-in function testWState></dl>
<dl><dt><strong>timerEvent</strong> = <built-in function timerEvent></dl>
<dl><dt><strong>topLevelWidget</strong> = <built-in function topLevelWidget></dl>
<dl><dt><strong>unsetCursor</strong> = <built-in function unsetCursor></dl>
<dl><dt><strong>unsetFont</strong> = <built-in function unsetFont></dl>
<dl><dt><strong>unsetPalette</strong> = <built-in function unsetPalette></dl>
<dl><dt><strong>update</strong> = <built-in function update></dl>
<dl><dt><strong>updateGeometry</strong> = <built-in function updateGeometry></dl>
<dl><dt><strong>updateMask</strong> = <built-in function updateMask></dl>
<dl><dt><strong>visibleRect</strong> = <built-in function visibleRect></dl>
<dl><dt><strong>wheelEvent</strong> = <built-in function wheelEvent></dl>
<dl><dt><strong>width</strong> = <built-in function width></dl>
<dl><dt><strong>winId</strong> = <built-in function winId></dl>
<dl><dt><strong>windowActivationChange</strong> = <built-in function windowActivationChange></dl>
<dl><dt><strong>windowOpacity</strong> = <built-in function windowOpacity></dl>
<dl><dt><strong>windowState</strong> = <built-in function windowState></dl>
<dl><dt><strong>x</strong> = <built-in function x></dl>
<dl><dt><strong>y</strong> = <built-in function y></dl>
<hr>
Data and other attributes inherited from <a href="qt.html#QWidget">qt.QWidget</a>:<br>
<dl><dt><strong>BackgroundOrigin</strong> = <class 'qt.BackgroundOrigin'></dl>
<dl><dt><strong>FocusPolicy</strong> = <class 'qt.FocusPolicy'></dl>
<hr>
Data and other attributes inherited from <a href="qt.html#QObject">qt.QObject</a>:<br>
<dl><dt><strong>blockSignals</strong> = <built-in function blockSignals></dl>
<dl><dt><strong>child</strong> = <built-in function child></dl>
<dl><dt><strong>children</strong> = <built-in function children></dl>
<dl><dt><strong>className</strong> = <built-in function className></dl>
<dl><dt><strong>connect</strong> = <built-in function connect></dl>
<dl><dt><strong>deleteLater</strong> = <built-in function deleteLater></dl>
<dl><dt><strong>disconnect</strong> = <built-in function disconnect></dl>
<dl><dt><strong>dumpObjectInfo</strong> = <built-in function dumpObjectInfo></dl>
<dl><dt><strong>dumpObjectTree</strong> = <built-in function dumpObjectTree></dl>
<dl><dt><strong>emit</strong> = <built-in function emit></dl>
<dl><dt><strong>eventFilter</strong> = <built-in function eventFilter></dl>
<dl><dt><strong>highPriority</strong> = <built-in function highPriority></dl>
<dl><dt><strong>inherits</strong> = <built-in function inherits></dl>
<dl><dt><strong>insertChild</strong> = <built-in function insertChild></dl>
<dl><dt><strong>installEventFilter</strong> = <built-in function installEventFilter></dl>
<dl><dt><strong>isA</strong> = <built-in function isA></dl>
<dl><dt><strong>isWidgetType</strong> = <built-in function isWidgetType></dl>
<dl><dt><strong>killTimer</strong> = <built-in function killTimer></dl>
<dl><dt><strong>killTimers</strong> = <built-in function killTimers></dl>
<dl><dt><strong>name</strong> = <built-in function name></dl>
<dl><dt><strong>objectTrees</strong> = <built-in function objectTrees></dl>
<dl><dt><strong>parent</strong> = <built-in function parent></dl>
<dl><dt><strong>property</strong> = <built-in function property></dl>
<dl><dt><strong>queryList</strong> = <built-in function queryList></dl>
<dl><dt><strong>removeChild</strong> = <built-in function removeChild></dl>
<dl><dt><strong>removeEventFilter</strong> = <built-in function removeEventFilter></dl>
<dl><dt><strong>setProperty</strong> = <built-in function setProperty></dl>
<dl><dt><strong>signalsBlocked</strong> = <built-in function signalsBlocked></dl>
<dl><dt><strong>startTimer</strong> = <built-in function startTimer></dl>
<dl><dt><strong>tr</strong> = <built-in function tr></dl>
<dl><dt><strong>trUtf8</strong> = <built-in function trUtf8></dl>
<hr>
Data and other attributes inherited from <a href="qt.html#Qt">qt.Qt</a>:<br>
<dl><dt><strong>ALT</strong> = 8388608</dl>
<dl><dt><strong>ASCII_ACCEL</strong> = 268435456</dl>
<dl><dt><strong>AlignAuto</strong> = 0</dl>
<dl><dt><strong>AlignBottom</strong> = 32</dl>
<dl><dt><strong>AlignCenter</strong> = 68</dl>
<dl><dt><strong>AlignHCenter</strong> = 4</dl>
<dl><dt><strong>AlignHorizontal_Mask</strong> = 15</dl>
<dl><dt><strong>AlignJustify</strong> = 8</dl>
<dl><dt><strong>AlignLeft</strong> = 1</dl>
<dl><dt><strong>AlignRight</strong> = 2</dl>
<dl><dt><strong>AlignTop</strong> = 16</dl>
<dl><dt><strong>AlignVCenter</strong> = 64</dl>
<dl><dt><strong>AlignVertical_Mask</strong> = 112</dl>
<dl><dt><strong>AlignmentFlags</strong> = <class 'qt.AlignmentFlags'></dl>
<dl><dt><strong>AlphaDither_Mask</strong> = 12</dl>
<dl><dt><strong>AltButton</strong> = 1024</dl>
<dl><dt><strong>AnchorAttribute</strong> = <class 'qt.AnchorAttribute'></dl>
<dl><dt><strong>AnchorHref</strong> = 1</dl>
<dl><dt><strong>AnchorName</strong> = 0</dl>
<dl><dt><strong>AndNotROP</strong> = 12</dl>
<dl><dt><strong>AndROP</strong> = 7</dl>
<dl><dt><strong>ArrowCursor</strong> = 0</dl>
<dl><dt><strong>ArrowType</strong> = <class 'qt.ArrowType'></dl>
<dl><dt><strong>Ascending</strong> = 0</dl>
<dl><dt><strong>AutoColor</strong> = 0</dl>
<dl><dt><strong>AutoDither</strong> = 0</dl>
<dl><dt><strong>AutoText</strong> = 2</dl>
<dl><dt><strong>AvoidDither</strong> = 128</dl>
<dl><dt><strong>BDiagPattern</strong> = 12</dl>
<dl><dt><strong>BGMode</strong> = <class 'qt.BGMode'></dl>
<dl><dt><strong>BackgroundMode</strong> = <class 'qt.BackgroundMode'></dl>
<dl><dt><strong>BeginsWith</strong> = 2</dl>
<dl><dt><strong>BevelJoin</strong> = 64</dl>
<dl><dt><strong>BitmapCursor</strong> = 24</dl>
<dl><dt><strong>BlankCursor</strong> = 10</dl>
<dl><dt><strong>BottomLeft</strong> = 2</dl>
<dl><dt><strong>BottomRight</strong> = 3</dl>
<dl><dt><strong>BreakAnywhere</strong> = 4096</dl>
<dl><dt><strong>BrushStyle</strong> = <class 'qt.BrushStyle'></dl>
<dl><dt><strong>BusyCursor</strong> = 16</dl>
<dl><dt><strong>ButtonState</strong> = <class 'qt.ButtonState'></dl>
<dl><dt><strong>CTRL</strong> = 4194304</dl>
<dl><dt><strong>CaseSensitive</strong> = 1</dl>
<dl><dt><strong>ClearROP</strong> = 9</dl>
<dl><dt><strong>ColorMode_Mask</strong> = 3</dl>
<dl><dt><strong>ColorOnly</strong> = 3</dl>
<dl><dt><strong>Contains</strong> = 8</dl>
<dl><dt><strong>ControlButton</strong> = 512</dl>
<dl><dt><strong>CopyROP</strong> = 0</dl>
<dl><dt><strong>Corner</strong> = <class 'qt.Corner'></dl>
<dl><dt><strong>CrossCursor</strong> = 2</dl>
<dl><dt><strong>CrossPattern</strong> = 11</dl>
<dl><dt><strong>CursorShape</strong> = <class 'qt.CursorShape'></dl>
<dl><dt><strong>CustomPattern</strong> = 24</dl>
<dl><dt><strong>DashDotDotLine</strong> = 5</dl>
<dl><dt><strong>DashDotLine</strong> = 4</dl>
<dl><dt><strong>DashLine</strong> = 2</dl>
<dl><dt><strong>DateFormat</strong> = <class 'qt.DateFormat'></dl>
<dl><dt><strong>Dense1Pattern</strong> = 2</dl>
<dl><dt><strong>Dense2Pattern</strong> = 3</dl>
<dl><dt><strong>Dense3Pattern</strong> = 4</dl>
<dl><dt><strong>Dense4Pattern</strong> = 5</dl>
<dl><dt><strong>Dense5Pattern</strong> = 6</dl>
<dl><dt><strong>Dense6Pattern</strong> = 7</dl>
<dl><dt><strong>Dense7Pattern</strong> = 8</dl>
<dl><dt><strong>Descending</strong> = 1</dl>
<dl><dt><strong>DiagCrossPattern</strong> = 14</dl>
<dl><dt><strong>DiffuseAlphaDither</strong> = 8</dl>
<dl><dt><strong>DiffuseDither</strong> = 0</dl>
<dl><dt><strong>DitherMode_Mask</strong> = 192</dl>
<dl><dt><strong>Dither_Mask</strong> = 48</dl>
<dl><dt><strong>Dock</strong> = <class 'qt.Dock'></dl>
<dl><dt><strong>DockBottom</strong> = 3</dl>
<dl><dt><strong>DockLeft</strong> = 5</dl>
<dl><dt><strong>DockMinimized</strong> = 6</dl>
<dl><dt><strong>DockRight</strong> = 4</dl>
<dl><dt><strong>DockTop</strong> = 2</dl>
<dl><dt><strong>DockTornOff</strong> = 1</dl>
<dl><dt><strong>DockUnmanaged</strong> = 0</dl>
<dl><dt><strong>DontClip</strong> = 256</dl>
<dl><dt><strong>DontPrint</strong> = 8192</dl>
<dl><dt><strong>DotLine</strong> = 3</dl>
<dl><dt><strong>DownArrow</strong> = 1</dl>
<dl><dt><strong>EndsWith</strong> = 4</dl>
<dl><dt><strong>EraseROP</strong> = 3</dl>
<dl><dt><strong>ExactMatch</strong> = 16</dl>
<dl><dt><strong>ExpandTabs</strong> = 512</dl>
<dl><dt><strong>FDiagPattern</strong> = 13</dl>
<dl><dt><strong>FixedColor</strong> = 0</dl>
<dl><dt><strong>FixedPixmap</strong> = 1</dl>
<dl><dt><strong>FlatCap</strong> = 0</dl>
<dl><dt><strong>ForbiddenCursor</strong> = 14</dl>
<dl><dt><strong>GUIStyle</strong> = <class 'qt.GUIStyle'></dl>
<dl><dt><strong>HorPattern</strong> = 9</dl>
<dl><dt><strong>Horizontal</strong> = 0</dl>
<dl><dt><strong>ISODate</strong> = 1</dl>
<dl><dt><strong>IbeamCursor</strong> = 4</dl>
<dl><dt><strong>Identical</strong> = 2</dl>
<dl><dt><strong>ImageConversionFlags</strong> = <class 'qt.ImageConversionFlags'></dl>
<dl><dt><strong>Key</strong> = <class 'qt.Key'></dl>
<dl><dt><strong>KeyButtonMask</strong> = 3840</dl>
<dl><dt><strong>Key_0</strong> = 48</dl>
<dl><dt><strong>Key_1</strong> = 49</dl>
<dl><dt><strong>Key_2</strong> = 50</dl>
<dl><dt><strong>Key_3</strong> = 51</dl>
<dl><dt><strong>Key_4</strong> = 52</dl>
<dl><dt><strong>Key_5</strong> = 53</dl>
<dl><dt><strong>Key_6</strong> = 54</dl>
<dl><dt><strong>Key_7</strong> = 55</dl>
<dl><dt><strong>Key_8</strong> = 56</dl>
<dl><dt><strong>Key_9</strong> = 57</dl>
<dl><dt><strong>Key_A</strong> = 65</dl>
<dl><dt><strong>Key_AE</strong> = 198</dl>
<dl><dt><strong>Key_Aacute</strong> = 193</dl>
<dl><dt><strong>Key_Acircumflex</strong> = 194</dl>
<dl><dt><strong>Key_Adiaeresis</strong> = 196</dl>
<dl><dt><strong>Key_Agrave</strong> = 192</dl>
<dl><dt><strong>Key_Alt</strong> = 4131</dl>
<dl><dt><strong>Key_Ampersand</strong> = 38</dl>
<dl><dt><strong>Key_Any</strong> = 32</dl>
<dl><dt><strong>Key_Apostrophe</strong> = 39</dl>
<dl><dt><strong>Key_Aring</strong> = 197</dl>
<dl><dt><strong>Key_AsciiCircum</strong> = 94</dl>
<dl><dt><strong>Key_AsciiTilde</strong> = 126</dl>
<dl><dt><strong>Key_Asterisk</strong> = 42</dl>
<dl><dt><strong>Key_At</strong> = 64</dl>
<dl><dt><strong>Key_Atilde</strong> = 195</dl>
<dl><dt><strong>Key_B</strong> = 66</dl>
<dl><dt><strong>Key_Back</strong> = 4193</dl>
<dl><dt><strong>Key_BackSpace</strong> = 4099</dl>
<dl><dt><strong>Key_BackTab</strong> = 4098</dl>
<dl><dt><strong>Key_Backslash</strong> = 92</dl>
<dl><dt><strong>Key_Backspace</strong> = 4099</dl>
<dl><dt><strong>Key_Backtab</strong> = 4098</dl>
<dl><dt><strong>Key_Bar</strong> = 124</dl>
<dl><dt><strong>Key_BassBoost</strong> = 4211</dl>
<dl><dt><strong>Key_BassDown</strong> = 4213</dl>
<dl><dt><strong>Key_BassUp</strong> = 4212</dl>
<dl><dt><strong>Key_BraceLeft</strong> = 123</dl>
<dl><dt><strong>Key_BraceRight</strong> = 125</dl>
<dl><dt><strong>Key_BracketLeft</strong> = 91</dl>
<dl><dt><strong>Key_BracketRight</strong> = 93</dl>
<dl><dt><strong>Key_C</strong> = 67</dl>
<dl><dt><strong>Key_CapsLock</strong> = 4132</dl>
<dl><dt><strong>Key_Ccedilla</strong> = 199</dl>
<dl><dt><strong>Key_Clear</strong> = 4107</dl>
<dl><dt><strong>Key_Colon</strong> = 58</dl>
<dl><dt><strong>Key_Comma</strong> = 44</dl>
<dl><dt><strong>Key_Control</strong> = 4129</dl>
<dl><dt><strong>Key_D</strong> = 68</dl>
<dl><dt><strong>Key_Delete</strong> = 4103</dl>
<dl><dt><strong>Key_Direction_L</strong> = 4185</dl>
<dl><dt><strong>Key_Direction_R</strong> = 4192</dl>
<dl><dt><strong>Key_Dollar</strong> = 36</dl>
<dl><dt><strong>Key_Down</strong> = 4117</dl>
<dl><dt><strong>Key_E</strong> = 69</dl>
<dl><dt><strong>Key_ETH</strong> = 208</dl>
<dl><dt><strong>Key_Eacute</strong> = 201</dl>
<dl><dt><strong>Key_Ecircumflex</strong> = 202</dl>
<dl><dt><strong>Key_Ediaeresis</strong> = 203</dl>
<dl><dt><strong>Key_Egrave</strong> = 200</dl>
<dl><dt><strong>Key_End</strong> = 4113</dl>
<dl><dt><strong>Key_Enter</strong> = 4101</dl>
<dl><dt><strong>Key_Equal</strong> = 61</dl>
<dl><dt><strong>Key_Escape</strong> = 4096</dl>
<dl><dt><strong>Key_Exclam</strong> = 33</dl>
<dl><dt><strong>Key_F</strong> = 70</dl>
<dl><dt><strong>Key_F1</strong> = 4144</dl>
<dl><dt><strong>Key_F10</strong> = 4153</dl>
<dl><dt><strong>Key_F11</strong> = 4154</dl>
<dl><dt><strong>Key_F12</strong> = 4155</dl>
<dl><dt><strong>Key_F13</strong> = 4156</dl>
<dl><dt><strong>Key_F14</strong> = 4157</dl>
<dl><dt><strong>Key_F15</strong> = 4158</dl>
<dl><dt><strong>Key_F16</strong> = 4159</dl>
<dl><dt><strong>Key_F17</strong> = 4160</dl>
<dl><dt><strong>Key_F18</strong> = 4161</dl>
<dl><dt><strong>Key_F19</strong> = 4162</dl>
<dl><dt><strong>Key_F2</strong> = 4145</dl>
<dl><dt><strong>Key_F20</strong> = 4163</dl>
<dl><dt><strong>Key_F21</strong> = 4164</dl>
<dl><dt><strong>Key_F22</strong> = 4165</dl>
<dl><dt><strong>Key_F23</strong> = 4166</dl>
<dl><dt><strong>Key_F24</strong> = 4167</dl>
<dl><dt><strong>Key_F25</strong> = 4168</dl>
<dl><dt><strong>Key_F26</strong> = 4169</dl>
<dl><dt><strong>Key_F27</strong> = 4170</dl>
<dl><dt><strong>Key_F28</strong> = 4171</dl>
<dl><dt><strong>Key_F29</strong> = 4172</dl>
<dl><dt><strong>Key_F3</strong> = 4146</dl>
<dl><dt><strong>Key_F30</strong> = 4173</dl>
<dl><dt><strong>Key_F31</strong> = 4174</dl>
<dl><dt><strong>Key_F32</strong> = 4175</dl>
<dl><dt><strong>Key_F33</strong> = 4176</dl>
<dl><dt><strong>Key_F34</strong> = 4177</dl>
<dl><dt><strong>Key_F35</strong> = 4178</dl>
<dl><dt><strong>Key_F4</strong> = 4147</dl>
<dl><dt><strong>Key_F5</strong> = 4148</dl>
<dl><dt><strong>Key_F6</strong> = 4149</dl>
<dl><dt><strong>Key_F7</strong> = 4150</dl>
<dl><dt><strong>Key_F8</strong> = 4151</dl>
<dl><dt><strong>Key_F9</strong> = 4152</dl>
<dl><dt><strong>Key_Favorites</strong> = 4241</dl>
<dl><dt><strong>Key_Forward</strong> = 4194</dl>
<dl><dt><strong>Key_G</strong> = 71</dl>
<dl><dt><strong>Key_Greater</strong> = 62</dl>
<dl><dt><strong>Key_H</strong> = 72</dl>
<dl><dt><strong>Key_Help</strong> = 4184</dl>
<dl><dt><strong>Key_Home</strong> = 4112</dl>
<dl><dt><strong>Key_HomePage</strong> = 4240</dl>
<dl><dt><strong>Key_Hyper_L</strong> = 4182</dl>
<dl><dt><strong>Key_Hyper_R</strong> = 4183</dl>
<dl><dt><strong>Key_I</strong> = 73</dl>
<dl><dt><strong>Key_Iacute</strong> = 205</dl>
<dl><dt><strong>Key_Icircumflex</strong> = 206</dl>
<dl><dt><strong>Key_Idiaeresis</strong> = 207</dl>
<dl><dt><strong>Key_Igrave</strong> = 204</dl>
<dl><dt><strong>Key_Insert</strong> = 4102</dl>
<dl><dt><strong>Key_J</strong> = 74</dl>
<dl><dt><strong>Key_K</strong> = 75</dl>
<dl><dt><strong>Key_L</strong> = 76</dl>
<dl><dt><strong>Key_Launch0</strong> = 4258</dl>
<dl><dt><strong>Key_Launch1</strong> = 4259</dl>
<dl><dt><strong>Key_Launch2</strong> = 4260</dl>
<dl><dt><strong>Key_Launch3</strong> = 4261</dl>
<dl><dt><strong>Key_Launch4</strong> = 4262</dl>
<dl><dt><strong>Key_Launch5</strong> = 4263</dl>
<dl><dt><strong>Key_Launch6</strong> = 4264</dl>
<dl><dt><strong>Key_Launch7</strong> = 4265</dl>
<dl><dt><strong>Key_Launch8</strong> = 4266</dl>
<dl><dt><strong>Key_Launch9</strong> = 4267</dl>
<dl><dt><strong>Key_LaunchA</strong> = 4268</dl>
<dl><dt><strong>Key_LaunchB</strong> = 4269</dl>
<dl><dt><strong>Key_LaunchC</strong> = 4270</dl>
<dl><dt><strong>Key_LaunchD</strong> = 4271</dl>
<dl><dt><strong>Key_LaunchE</strong> = 4272</dl>
<dl><dt><strong>Key_LaunchF</strong> = 4273</dl>
<dl><dt><strong>Key_LaunchMail</strong> = 4256</dl>
<dl><dt><strong>Key_LaunchMedia</strong> = 4257</dl>
<dl><dt><strong>Key_Left</strong> = 4114</dl>
<dl><dt><strong>Key_Less</strong> = 60</dl>
<dl><dt><strong>Key_M</strong> = 77</dl>
<dl><dt><strong>Key_MediaLast</strong> = 8191</dl>
<dl><dt><strong>Key_MediaNext</strong> = 4227</dl>
<dl><dt><strong>Key_MediaPlay</strong> = 4224</dl>
<dl><dt><strong>Key_MediaPrev</strong> = 4226</dl>
<dl><dt><strong>Key_MediaRecord</strong> = 4228</dl>
<dl><dt><strong>Key_MediaStop</strong> = 4225</dl>
<dl><dt><strong>Key_Menu</strong> = 4181</dl>
<dl><dt><strong>Key_Meta</strong> = 4130</dl>
<dl><dt><strong>Key_Minus</strong> = 45</dl>
<dl><dt><strong>Key_N</strong> = 78</dl>
<dl><dt><strong>Key_Next</strong> = 4119</dl>
<dl><dt><strong>Key_Ntilde</strong> = 209</dl>
<dl><dt><strong>Key_NumLock</strong> = 4133</dl>
<dl><dt><strong>Key_NumberSign</strong> = 35</dl>
<dl><dt><strong>Key_O</strong> = 79</dl>
<dl><dt><strong>Key_Oacute</strong> = 211</dl>
<dl><dt><strong>Key_Ocircumflex</strong> = 212</dl>
<dl><dt><strong>Key_Odiaeresis</strong> = 214</dl>
<dl><dt><strong>Key_Ograve</strong> = 210</dl>
<dl><dt><strong>Key_Ooblique</strong> = 216</dl>
<dl><dt><strong>Key_OpenUrl</strong> = 4244</dl>
<dl><dt><strong>Key_Otilde</strong> = 213</dl>
<dl><dt><strong>Key_P</strong> = 80</dl>
<dl><dt><strong>Key_PageDown</strong> = 4119</dl>
<dl><dt><strong>Key_PageUp</strong> = 4118</dl>
<dl><dt><strong>Key_ParenLeft</strong> = 40</dl>
<dl><dt><strong>Key_ParenRight</strong> = 41</dl>
<dl><dt><strong>Key_Pause</strong> = 4104</dl>
<dl><dt><strong>Key_Percent</strong> = 37</dl>
<dl><dt><strong>Key_Period</strong> = 46</dl>
<dl><dt><strong>Key_Plus</strong> = 43</dl>
<dl><dt><strong>Key_Print</strong> = 4105</dl>
<dl><dt><strong>Key_Prior</strong> = 4118</dl>
<dl><dt><strong>Key_Q</strong> = 81</dl>
<dl><dt><strong>Key_Question</strong> = 63</dl>
<dl><dt><strong>Key_QuoteDbl</strong> = 34</dl>
<dl><dt><strong>Key_QuoteLeft</strong> = 96</dl>
<dl><dt><strong>Key_R</strong> = 82</dl>
<dl><dt><strong>Key_Refresh</strong> = 4196</dl>
<dl><dt><strong>Key_Return</strong> = 4100</dl>
<dl><dt><strong>Key_Right</strong> = 4116</dl>
<dl><dt><strong>Key_S</strong> = 83</dl>
<dl><dt><strong>Key_ScrollLock</strong> = 4134</dl>
<dl><dt><strong>Key_Search</strong> = 4242</dl>
<dl><dt><strong>Key_Semicolon</strong> = 59</dl>
<dl><dt><strong>Key_Shift</strong> = 4128</dl>
<dl><dt><strong>Key_Slash</strong> = 47</dl>
<dl><dt><strong>Key_Space</strong> = 32</dl>
<dl><dt><strong>Key_Standby</strong> = 4243</dl>
<dl><dt><strong>Key_Stop</strong> = 4195</dl>
<dl><dt><strong>Key_Super_L</strong> = 4179</dl>
<dl><dt><strong>Key_Super_R</strong> = 4180</dl>
<dl><dt><strong>Key_SysReq</strong> = 4106</dl>
<dl><dt><strong>Key_T</strong> = 84</dl>
<dl><dt><strong>Key_THORN</strong> = 222</dl>
<dl><dt><strong>Key_Tab</strong> = 4097</dl>
<dl><dt><strong>Key_TrebleDown</strong> = 4215</dl>
<dl><dt><strong>Key_TrebleUp</strong> = 4214</dl>
<dl><dt><strong>Key_U</strong> = 85</dl>
<dl><dt><strong>Key_Uacute</strong> = 218</dl>
<dl><dt><strong>Key_Ucircumflex</strong> = 219</dl>
<dl><dt><strong>Key_Udiaeresis</strong> = 220</dl>
<dl><dt><strong>Key_Ugrave</strong> = 217</dl>
<dl><dt><strong>Key_Underscore</strong> = 95</dl>
<dl><dt><strong>Key_Up</strong> = 4115</dl>
<dl><dt><strong>Key_V</strong> = 86</dl>
<dl><dt><strong>Key_VolumeDown</strong> = 4208</dl>
<dl><dt><strong>Key_VolumeMute</strong> = 4209</dl>
<dl><dt><strong>Key_VolumeUp</strong> = 4210</dl>
<dl><dt><strong>Key_W</strong> = 87</dl>
<dl><dt><strong>Key_X</strong> = 88</dl>
<dl><dt><strong>Key_Y</strong> = 89</dl>
<dl><dt><strong>Key_Yacute</strong> = 221</dl>
<dl><dt><strong>Key_Z</strong> = 90</dl>
<dl><dt><strong>Key_aacute</strong> = 225</dl>
<dl><dt><strong>Key_acircumflex</strong> = 226</dl>
<dl><dt><strong>Key_acute</strong> = 180</dl>
<dl><dt><strong>Key_adiaeresis</strong> = 228</dl>
<dl><dt><strong>Key_ae</strong> = 230</dl>
<dl><dt><strong>Key_agrave</strong> = 224</dl>
<dl><dt><strong>Key_aring</strong> = 229</dl>
<dl><dt><strong>Key_atilde</strong> = 227</dl>
<dl><dt><strong>Key_brokenbar</strong> = 166</dl>
<dl><dt><strong>Key_ccedilla</strong> = 231</dl>
<dl><dt><strong>Key_cedilla</strong> = 184</dl>
<dl><dt><strong>Key_cent</strong> = 162</dl>
<dl><dt><strong>Key_copyright</strong> = 169</dl>
<dl><dt><strong>Key_currency</strong> = 164</dl>
<dl><dt><strong>Key_degree</strong> = 176</dl>
<dl><dt><strong>Key_diaeresis</strong> = 168</dl>
<dl><dt><strong>Key_division</strong> = 247</dl>
<dl><dt><strong>Key_eacute</strong> = 233</dl>
<dl><dt><strong>Key_ecircumflex</strong> = 234</dl>
<dl><dt><strong>Key_ediaeresis</strong> = 235</dl>
<dl><dt><strong>Key_egrave</strong> = 232</dl>
<dl><dt><strong>Key_eth</strong> = 240</dl>
<dl><dt><strong>Key_exclamdown</strong> = 161</dl>
<dl><dt><strong>Key_guillemotleft</strong> = 171</dl>
<dl><dt><strong>Key_guillemotright</strong> = 187</dl>
<dl><dt><strong>Key_hyphen</strong> = 173</dl>
<dl><dt><strong>Key_iacute</strong> = 237</dl>
<dl><dt><strong>Key_icircumflex</strong> = 238</dl>
<dl><dt><strong>Key_idiaeresis</strong> = 239</dl>
<dl><dt><strong>Key_igrave</strong> = 236</dl>
<dl><dt><strong>Key_macron</strong> = 175</dl>
<dl><dt><strong>Key_masculine</strong> = 186</dl>
<dl><dt><strong>Key_mu</strong> = 181</dl>
<dl><dt><strong>Key_multiply</strong> = 215</dl>
<dl><dt><strong>Key_nobreakspace</strong> = 160</dl>
<dl><dt><strong>Key_notsign</strong> = 172</dl>
<dl><dt><strong>Key_ntilde</strong> = 241</dl>
<dl><dt><strong>Key_oacute</strong> = 243</dl>
<dl><dt><strong>Key_ocircumflex</strong> = 244</dl>
<dl><dt><strong>Key_odiaeresis</strong> = 246</dl>
<dl><dt><strong>Key_ograve</strong> = 242</dl>
<dl><dt><strong>Key_onehalf</strong> = 189</dl>
<dl><dt><strong>Key_onequarter</strong> = 188</dl>
<dl><dt><strong>Key_onesuperior</strong> = 185</dl>
<dl><dt><strong>Key_ordfeminine</strong> = 170</dl>
<dl><dt><strong>Key_oslash</strong> = 248</dl>
<dl><dt><strong>Key_otilde</strong> = 245</dl>
<dl><dt><strong>Key_paragraph</strong> = 182</dl>
<dl><dt><strong>Key_periodcentered</strong> = 183</dl>
<dl><dt><strong>Key_plusminus</strong> = 177</dl>
<dl><dt><strong>Key_questiondown</strong> = 191</dl>
<dl><dt><strong>Key_registered</strong> = 174</dl>
<dl><dt><strong>Key_section</strong> = 167</dl>
<dl><dt><strong>Key_ssharp</strong> = 223</dl>
<dl><dt><strong>Key_sterling</strong> = 163</dl>
<dl><dt><strong>Key_thorn</strong> = 254</dl>
<dl><dt><strong>Key_threequarters</strong> = 190</dl>
<dl><dt><strong>Key_threesuperior</strong> = 179</dl>
<dl><dt><strong>Key_twosuperior</strong> = 178</dl>
<dl><dt><strong>Key_uacute</strong> = 250</dl>
<dl><dt><strong>Key_ucircumflex</strong> = 251</dl>
<dl><dt><strong>Key_udiaeresis</strong> = 252</dl>
<dl><dt><strong>Key_ugrave</strong> = 249</dl>
<dl><dt><strong>Key_unknown</strong> = 65535</dl>
<dl><dt><strong>Key_yacute</strong> = 253</dl>
<dl><dt><strong>Key_ydiaeresis</strong> = 255</dl>
<dl><dt><strong>Key_yen</strong> = 165</dl>
<dl><dt><strong>Keypad</strong> = 16384</dl>
<dl><dt><strong>LastCursor</strong> = 16</dl>
<dl><dt><strong>LastROP</strong> = 15</dl>
<dl><dt><strong>LeftArrow</strong> = 2</dl>
<dl><dt><strong>LeftButton</strong> = 1</dl>
<dl><dt><strong>LocalDate</strong> = 2</dl>
<dl><dt><strong>LocalTime</strong> = 0</dl>
<dl><dt><strong>LogText</strong> = 3</dl>
<dl><dt><strong>META</strong> = 1048576</dl>
<dl><dt><strong>MODIFIER_MASK</strong> = 15728640</dl>
<dl><dt><strong>MPenCapStyle</strong> = 48</dl>
<dl><dt><strong>MPenJoinStyle</strong> = 192</dl>
<dl><dt><strong>MPenStyle</strong> = 15</dl>
<dl><dt><strong>MetaButton</strong> = 2048</dl>
<dl><dt><strong>MidButton</strong> = 4</dl>
<dl><dt><strong>MiterJoin</strong> = 0</dl>
<dl><dt><strong>Modifier</strong> = <class 'qt.Modifier'></dl>
<dl><dt><strong>MonoOnly</strong> = 2</dl>
<dl><dt><strong>MotifStyle</strong> = 4</dl>
<dl><dt><strong>MouseButtonMask</strong> = 7</dl>
<dl><dt><strong>NandROP</strong> = 14</dl>
<dl><dt><strong>NoAccel</strong> = 16384</dl>
<dl><dt><strong>NoBackground</strong> = 2</dl>
<dl><dt><strong>NoBrush</strong> = 0</dl>
<dl><dt><strong>NoButton</strong> = 0</dl>
<dl><dt><strong>NoMatch</strong> = 0</dl>
<dl><dt><strong>NoPen</strong> = 0</dl>
<dl><dt><strong>NopROP</strong> = 11</dl>
<dl><dt><strong>NorROP</strong> = 15</dl>
<dl><dt><strong>NotAndROP</strong> = 3</dl>
<dl><dt><strong>NotCopyROP</strong> = 4</dl>
<dl><dt><strong>NotEraseROP</strong> = 7</dl>
<dl><dt><strong>NotOrROP</strong> = 5</dl>
<dl><dt><strong>NotROP</strong> = 8</dl>
<dl><dt><strong>NotXorROP</strong> = 6</dl>
<dl><dt><strong>OpaqueMode</strong> = 1</dl>
<dl><dt><strong>OrNotROP</strong> = 13</dl>
<dl><dt><strong>OrROP</strong> = 1</dl>
<dl><dt><strong>OrderedAlphaDither</strong> = 4</dl>
<dl><dt><strong>OrderedDither</strong> = 16</dl>
<dl><dt><strong>Orientation</strong> = <class 'qt.Orientation'></dl>
<dl><dt><strong>PaletteBackground</strong> = 12</dl>
<dl><dt><strong>PaletteBase</strong> = 11</dl>
<dl><dt><strong>PaletteBrightText</strong> = 10</dl>
<dl><dt><strong>PaletteButton</strong> = 4</dl>
<dl><dt><strong>PaletteButtonText</strong> = 16</dl>
<dl><dt><strong>PaletteDark</strong> = 7</dl>
<dl><dt><strong>PaletteForeground</strong> = 3</dl>
<dl><dt><strong>PaletteHighlight</strong> = 14</dl>
<dl><dt><strong>PaletteHighlightedText</strong> = 15</dl>
<dl><dt><strong>PaletteLight</strong> = 5</dl>
<dl><dt><strong>PaletteLink</strong> = 17</dl>
<dl><dt><strong>PaletteLinkVisited</strong> = 18</dl>
<dl><dt><strong>PaletteMid</strong> = 8</dl>
<dl><dt><strong>PaletteMidlight</strong> = 6</dl>
<dl><dt><strong>PaletteShadow</strong> = 13</dl>
<dl><dt><strong>PaletteText</strong> = 9</dl>
<dl><dt><strong>PartialMatch</strong> = 1</dl>
<dl><dt><strong>PenCapStyle</strong> = <class 'qt.PenCapStyle'></dl>
<dl><dt><strong>PenJoinStyle</strong> = <class 'qt.PenJoinStyle'></dl>
<dl><dt><strong>PenStyle</strong> = <class 'qt.PenStyle'></dl>
<dl><dt><strong>PlainText</strong> = 0</dl>
<dl><dt><strong>PointingHandCursor</strong> = 13</dl>
<dl><dt><strong>PreferDither</strong> = 64</dl>
<dl><dt><strong>RasterOp</strong> = <class 'qt.RasterOp'></dl>
<dl><dt><strong>RichText</strong> = 1</dl>
<dl><dt><strong>RightArrow</strong> = 3</dl>
<dl><dt><strong>RightButton</strong> = 2</dl>
<dl><dt><strong>RoundCap</strong> = 32</dl>
<dl><dt><strong>RoundJoin</strong> = 128</dl>
<dl><dt><strong>SHIFT</strong> = 2097152</dl>
<dl><dt><strong>SequenceMatch</strong> = <class 'qt.SequenceMatch'></dl>
<dl><dt><strong>SetROP</strong> = 10</dl>
<dl><dt><strong>ShiftButton</strong> = 256</dl>
<dl><dt><strong>ShowPrefix</strong> = 1024</dl>
<dl><dt><strong>SingleLine</strong> = 128</dl>
<dl><dt><strong>SizeAllCursor</strong> = 9</dl>
<dl><dt><strong>SizeBDiagCursor</strong> = 7</dl>
<dl><dt><strong>SizeFDiagCursor</strong> = 8</dl>
<dl><dt><strong>SizeHorCursor</strong> = 6</dl>
<dl><dt><strong>SizeVerCursor</strong> = 5</dl>
<dl><dt><strong>SolidLine</strong> = 1</dl>
<dl><dt><strong>SolidPattern</strong> = 1</dl>
<dl><dt><strong>SortOrder</strong> = <class 'qt.SortOrder'></dl>
<dl><dt><strong>SplitHCursor</strong> = 12</dl>
<dl><dt><strong>SplitVCursor</strong> = 11</dl>
<dl><dt><strong>SquareCap</strong> = 16</dl>
<dl><dt><strong>StringComparisonMode</strong> = <class 'qt.StringComparisonMode'></dl>
<dl><dt><strong>TextDate</strong> = 0</dl>
<dl><dt><strong>TextFlags</strong> = <class 'qt.TextFlags'></dl>
<dl><dt><strong>TextFormat</strong> = <class 'qt.TextFormat'></dl>
<dl><dt><strong>ThresholdAlphaDither</strong> = 0</dl>
<dl><dt><strong>ThresholdDither</strong> = 32</dl>
<dl><dt><strong>TimeSpec</strong> = <class 'qt.TimeSpec'></dl>
<dl><dt><strong>TopLeft</strong> = 0</dl>
<dl><dt><strong>TopRight</strong> = 1</dl>
<dl><dt><strong>TransparentMode</strong> = 0</dl>
<dl><dt><strong>UIEffect</strong> = <class 'qt.UIEffect'></dl>
<dl><dt><strong>UI_AnimateCombo</strong> = 3</dl>
<dl><dt><strong>UI_AnimateMenu</strong> = 1</dl>
<dl><dt><strong>UI_AnimateToolBox</strong> = 6</dl>
<dl><dt><strong>UI_AnimateTooltip</strong> = 4</dl>
<dl><dt><strong>UI_FadeMenu</strong> = 2</dl>
<dl><dt><strong>UI_FadeTooltip</strong> = 5</dl>
<dl><dt><strong>UI_General</strong> = 0</dl>
<dl><dt><strong>UNICODE_ACCEL</strong> = 268435456</dl>
<dl><dt><strong>UTC</strong> = 1</dl>
<dl><dt><strong>UpArrow</strong> = 0</dl>
<dl><dt><strong>UpArrowCursor</strong> = 1</dl>
<dl><dt><strong>VerPattern</strong> = 10</dl>
<dl><dt><strong>Vertical</strong> = 1</dl>
<dl><dt><strong>WDestructiveClose</strong> = 65536</dl>
<dl><dt><strong>WGroupLeader</strong> = 33554432</dl>
<dl><dt><strong>WMouseNoMask</strong> = 2097152</dl>
<dl><dt><strong>WNoAutoErase</strong> = 9437184</dl>
<dl><dt><strong>WNoMousePropagation</strong> = 134217728</dl>
<dl><dt><strong>WPaintClever</strong> = 524288</dl>
<dl><dt><strong>WPaintDesktop</strong> = 131072</dl>
<dl><dt><strong>WPaintUnclipped</strong> = 262144</dl>
<dl><dt><strong>WRepaintNoErase</strong> = 8388608</dl>
<dl><dt><strong>WResizeNoErase</strong> = 1048576</dl>
<dl><dt><strong>WShowModal</strong> = 67108864</dl>
<dl><dt><strong>WState_Polished</strong> = 8192</dl>
<dl><dt><strong>WStaticContents</strong> = 4194304</dl>
<dl><dt><strong>WStyle_ContextHelp</strong> = 16384</dl>
<dl><dt><strong>WStyle_Customize</strong> = 16</dl>
<dl><dt><strong>WStyle_DialogBorder</strong> = 64</dl>
<dl><dt><strong>WStyle_Mask</strong> = 65520</dl>
<dl><dt><strong>WStyle_Maximize</strong> = 1024</dl>
<dl><dt><strong>WStyle_MinMax</strong> = 1536</dl>
<dl><dt><strong>WStyle_Minimize</strong> = 512</dl>
<dl><dt><strong>WStyle_NoBorder</strong> = 8192</dl>
<dl><dt><strong>WStyle_NormalBorder</strong> = 32</dl>
<dl><dt><strong>WStyle_Reserved</strong> = 32768</dl>
<dl><dt><strong>WStyle_Splash</strong> = 536870912</dl>
<dl><dt><strong>WStyle_StaysOnTop</strong> = 4096</dl>
<dl><dt><strong>WStyle_SysMenu</strong> = 256</dl>
<dl><dt><strong>WStyle_Title</strong> = 128</dl>
<dl><dt><strong>WStyle_Tool</strong> = 2048</dl>
<dl><dt><strong>WSubWindow</strong> = 268435456</dl>
<dl><dt><strong>WType_Desktop</strong> = 8</dl>
<dl><dt><strong>WType_Dialog</strong> = 2</dl>
<dl><dt><strong>WType_Mask</strong> = 15</dl>
<dl><dt><strong>WType_Popup</strong> = 4</dl>
<dl><dt><strong>WType_TopLevel</strong> = 1</dl>
<dl><dt><strong>WV_2000</strong> = 32</dl>
<dl><dt><strong>WV_2003</strong> = 64</dl>
<dl><dt><strong>WV_32s</strong> = 1</dl>
<dl><dt><strong>WV_95</strong> = 2</dl>
<dl><dt><strong>WV_98</strong> = 3</dl>
<dl><dt><strong>WV_CE</strong> = 256</dl>
<dl><dt><strong>WV_CENET</strong> = 512</dl>
<dl><dt><strong>WV_CE_based</strong> = 3840</dl>
<dl><dt><strong>WV_DOS_based</strong> = 15</dl>
<dl><dt><strong>WV_Me</strong> = 4</dl>
<dl><dt><strong>WV_NT</strong> = 16</dl>
<dl><dt><strong>WV_NT_based</strong> = 240</dl>
<dl><dt><strong>WV_XP</strong> = 48</dl>
<dl><dt><strong>WWinOwnDC</strong> = 0</dl>
<dl><dt><strong>WX11BypassWM</strong> = 16777216</dl>
<dl><dt><strong>WaitCursor</strong> = 3</dl>
<dl><dt><strong>WhatsThisCursor</strong> = 15</dl>
<dl><dt><strong>WidgetFlags</strong> = <class 'qt.WidgetFlags'></dl>
<dl><dt><strong>WidgetState</strong> = <class 'qt.WidgetState'></dl>
<dl><dt><strong>WindowActive</strong> = 8</dl>
<dl><dt><strong>WindowFullScreen</strong> = 4</dl>
<dl><dt><strong>WindowMaximized</strong> = 2</dl>
<dl><dt><strong>WindowMinimized</strong> = 1</dl>
<dl><dt><strong>WindowNoState</strong> = 0</dl>
<dl><dt><strong>WindowState</strong> = <class 'qt.WindowState'></dl>
<dl><dt><strong>WindowsStyle</strong> = 1</dl>
<dl><dt><strong>WindowsVersion</strong> = <class 'qt.WindowsVersion'></dl>
<dl><dt><strong>WordBreak</strong> = 2048</dl>
<dl><dt><strong>X11ParentRelative</strong> = 19</dl>
<dl><dt><strong>XorROP</strong> = 2</dl>
<dl><dt><strong>__weakref__</strong> = <attribute '__weakref__' of 'Qt' objects><dd><tt>list of weak references to the object (if defined)</tt></dl>
<dl><dt><strong>arrowCursor</strong> = <qt.QCursor object></dl>
<dl><dt><strong>black</strong> = <qt.QColor object></dl>
<dl><dt><strong>blankCursor</strong> = <qt.QCursor object></dl>
<dl><dt><strong>blue</strong> = <qt.QColor object></dl>
<dl><dt><strong>busyCursor</strong> = <qt.QCursor object></dl>
<dl><dt><strong>color0</strong> = <qt.QColor object></dl>
<dl><dt><strong>color1</strong> = <qt.QColor object></dl>
<dl><dt><strong>crossCursor</strong> = <qt.QCursor object></dl>
<dl><dt><strong>cyan</strong> = <qt.QColor object></dl>
<dl><dt><strong>darkBlue</strong> = <qt.QColor object></dl>
<dl><dt><strong>darkCyan</strong> = <qt.QColor object></dl>
<dl><dt><strong>darkGray</strong> = <qt.QColor object></dl>
<dl><dt><strong>darkGreen</strong> = <qt.QColor object></dl>
<dl><dt><strong>darkMagenta</strong> = <qt.QColor object></dl>
<dl><dt><strong>darkRed</strong> = <qt.QColor object></dl>
<dl><dt><strong>darkYellow</strong> = <qt.QColor object></dl>
<dl><dt><strong>forbiddenCursor</strong> = <qt.QCursor object></dl>
<dl><dt><strong>gray</strong> = <qt.QColor object></dl>
<dl><dt><strong>green</strong> = <qt.QColor object></dl>
<dl><dt><strong>ibeamCursor</strong> = <qt.QCursor object></dl>
<dl><dt><strong>lightGray</strong> = <qt.QColor object></dl>
<dl><dt><strong>magenta</strong> = <qt.QColor object></dl>
<dl><dt><strong>pointingHandCursor</strong> = <qt.QCursor object></dl>
<dl><dt><strong>red</strong> = <qt.QColor object></dl>
<dl><dt><strong>sizeAllCursor</strong> = <qt.QCursor object></dl>
<dl><dt><strong>sizeBDiagCursor</strong> = <qt.QCursor object></dl>
<dl><dt><strong>sizeFDiagCursor</strong> = <qt.QCursor object></dl>
<dl><dt><strong>sizeHorCursor</strong> = <qt.QCursor object></dl>
<dl><dt><strong>sizeVerCursor</strong> = <qt.QCursor object></dl>
<dl><dt><strong>splitHCursor</strong> = <qt.QCursor object></dl>
<dl><dt><strong>splitVCursor</strong> = <qt.QCursor object></dl>
<dl><dt><strong>upArrowCursor</strong> = <qt.QCursor object></dl>
<dl><dt><strong>waitCursor</strong> = <qt.QCursor object></dl>
<dl><dt><strong>whatsThisCursor</strong> = <qt.QCursor object></dl>
<dl><dt><strong>white</strong> = <qt.QColor object></dl>
<dl><dt><strong>yellow</strong> = <qt.QColor object></dl>
<hr>
Data and other attributes inherited from <a href="qt.html#QPaintDevice">qt.QPaintDevice</a>:<br>
<dl><dt><strong>PDevCmd</strong> = <class 'qt.PDevCmd'></dl>
<dl><dt><strong>PdcBegin</strong> = 30</dl>
<dl><dt><strong>PdcDrawArc</strong> = 8</dl>
<dl><dt><strong>PdcDrawChord</strong> = 10</dl>
<dl><dt><strong>PdcDrawCubicBezier</strong> = 14</dl>
<dl><dt><strong>PdcDrawEllipse</strong> = 7</dl>
<dl><dt><strong>PdcDrawFirst</strong> = 1</dl>
<dl><dt><strong>PdcDrawImage</strong> = 18</dl>
<dl><dt><strong>PdcDrawLast</strong> = 21</dl>
<dl><dt><strong>PdcDrawLine</strong> = 4</dl>
<dl><dt><strong>PdcDrawLineSegments</strong> = 11</dl>
<dl><dt><strong>PdcDrawPie</strong> = 9</dl>
<dl><dt><strong>PdcDrawPixmap</strong> = 17</dl>
<dl><dt><strong>PdcDrawPoint</strong> = 1</dl>
<dl><dt><strong>PdcDrawPolygon</strong> = 13</dl>
<dl><dt><strong>PdcDrawPolyline</strong> = 12</dl>
<dl><dt><strong>PdcDrawRect</strong> = 5</dl>
<dl><dt><strong>PdcDrawRoundRect</strong> = 6</dl>
<dl><dt><strong>PdcDrawText</strong> = 15</dl>
<dl><dt><strong>PdcDrawText2</strong> = 19</dl>
<dl><dt><strong>PdcDrawText2Formatted</strong> = 20</dl>
<dl><dt><strong>PdcDrawTextFormatted</strong> = 16</dl>
<dl><dt><strong>PdcDrawTextItem</strong> = 21</dl>
<dl><dt><strong>PdcEnd</strong> = 31</dl>
<dl><dt><strong>PdcLineTo</strong> = 3</dl>
<dl><dt><strong>PdcMoveTo</strong> = 2</dl>
<dl><dt><strong>PdcNOP</strong> = 0</dl>
<dl><dt><strong>PdcReservedStart</strong> = 0</dl>
<dl><dt><strong>PdcReservedStop</strong> = 199</dl>
<dl><dt><strong>PdcRestore</strong> = 33</dl>
<dl><dt><strong>PdcRestoreWMatrix</strong> = 57</dl>
<dl><dt><strong>PdcSave</strong> = 32</dl>
<dl><dt><strong>PdcSaveWMatrix</strong> = 56</dl>
<dl><dt><strong>PdcSetBkColor</strong> = 40</dl>
<dl><dt><strong>PdcSetBkMode</strong> = 41</dl>
<dl><dt><strong>PdcSetBrush</strong> = 47</dl>
<dl><dt><strong>PdcSetBrushOrigin</strong> = 43</dl>
<dl><dt><strong>PdcSetClip</strong> = 60</dl>
<dl><dt><strong>PdcSetClipRegion</strong> = 61</dl>
<dl><dt><strong>PdcSetFont</strong> = 45</dl>
<dl><dt><strong>PdcSetPen</strong> = 46</dl>
<dl><dt><strong>PdcSetROP</strong> = 42</dl>
<dl><dt><strong>PdcSetTabArray</strong> = 49</dl>
<dl><dt><strong>PdcSetTabStops</strong> = 48</dl>
<dl><dt><strong>PdcSetUnit</strong> = 50</dl>
<dl><dt><strong>PdcSetVXform</strong> = 51</dl>
<dl><dt><strong>PdcSetViewport</strong> = 53</dl>
<dl><dt><strong>PdcSetWMatrix</strong> = 55</dl>
<dl><dt><strong>PdcSetWXform</strong> = 54</dl>
<dl><dt><strong>PdcSetWindow</strong> = 52</dl>
<dl><dt><strong>PdcSetdev</strong> = 34</dl>
<dl><dt><strong>devType</strong> = <built-in function devType></dl>
<dl><dt><strong>handle</strong> = <built-in function handle></dl>
<dl><dt><strong>isExtDev</strong> = <built-in function isExtDev></dl>
<dl><dt><strong>paintingActive</strong> = <built-in function paintingActive></dl>
<dl><dt><strong>resolution</strong> = <built-in function resolution></dl>
<dl><dt><strong>setResolution</strong> = <built-in function setResolution></dl>
<dl><dt><strong>x11AppCells</strong> = <built-in function x11AppCells></dl>
<dl><dt><strong>x11AppColormap</strong> = <built-in function x11AppColormap></dl>
<dl><dt><strong>x11AppDefaultColormap</strong> = <built-in function x11AppDefaultColormap></dl>
<dl><dt><strong>x11AppDefaultVisual</strong> = <built-in function x11AppDefaultVisual></dl>
<dl><dt><strong>x11AppDepth</strong> = <built-in function x11AppDepth></dl>
<dl><dt><strong>x11AppDisplay</strong> = <built-in function x11AppDisplay></dl>
<dl><dt><strong>x11AppDpiX</strong> = <built-in function x11AppDpiX></dl>
<dl><dt><strong>x11AppDpiY</strong> = <built-in function x11AppDpiY></dl>
<dl><dt><strong>x11AppRootWindow</strong> = <built-in function x11AppRootWindow></dl>
<dl><dt><strong>x11AppScreen</strong> = <built-in function x11AppScreen></dl>
<dl><dt><strong>x11AppVisual</strong> = <built-in function x11AppVisual></dl>
<dl><dt><strong>x11Cells</strong> = <built-in function x11Cells></dl>
<dl><dt><strong>x11Colormap</strong> = <built-in function x11Colormap></dl>
<dl><dt><strong>x11DefaultColormap</strong> = <built-in function x11DefaultColormap></dl>
<dl><dt><strong>x11DefaultVisual</strong> = <built-in function x11DefaultVisual></dl>
<dl><dt><strong>x11Depth</strong> = <built-in function x11Depth></dl>
<dl><dt><strong>x11Display</strong> = <built-in function x11Display></dl>
<dl><dt><strong>x11RenderHandle</strong> = <built-in function x11RenderHandle></dl>
<dl><dt><strong>x11Screen</strong> = <built-in function x11Screen></dl>
<dl><dt><strong>x11SetAppDpiX</strong> = <built-in function x11SetAppDpiX></dl>
<dl><dt><strong>x11SetAppDpiY</strong> = <built-in function x11SetAppDpiY></dl>
<dl><dt><strong>x11Visual</strong> = <built-in function x11Visual></dl>
<hr>
Methods inherited from <a href="sip.html#wrapper">sip.wrapper</a>:<br>
<dl><dt><a name="FigureCanvasQT-__delattr__"><strong>__delattr__</strong></a>(...)</dt><dd><tt>x.<a href="#FigureCanvasQT-__delattr__">__delattr__</a>('name') <==> del x.name</tt></dd></dl>
<dl><dt><a name="FigureCanvasQT-__getattribute__"><strong>__getattribute__</strong></a>(...)</dt><dd><tt>x.<a href="#FigureCanvasQT-__getattribute__">__getattribute__</a>('name') <==> x.name</tt></dd></dl>
<dl><dt><a name="FigureCanvasQT-__setattr__"><strong>__setattr__</strong></a>(...)</dt><dd><tt>x.<a href="#FigureCanvasQT-__setattr__">__setattr__</a>('name', value) <==> x.name = value</tt></dd></dl>
<hr>
Data and other attributes inherited from <a href="sip.html#wrapper">sip.wrapper</a>:<br>
<dl><dt><strong>__new__</strong> = <built-in method __new__ of sip.wrappertype object><dd><tt>T.<a href="#FigureCanvasQT-__new__">__new__</a>(S, ...) -> a new object with type S, a subtype of T</tt></dl>
<hr>
Methods inherited from <a href="matplotlib.backend_bases.html#FigureCanvasBase">matplotlib.backend_bases.FigureCanvasBase</a>:<br>
<dl><dt><a name="FigureCanvasQT-blit"><strong>blit</strong></a>(self, bbox<font color="#909090">=None</font>)</dt><dd><tt>blit the canvas in bbox (default entire canvas)</tt></dd></dl>
<dl><dt><a name="FigureCanvasQT-button_press_event"><strong>button_press_event</strong></a>(self, x, y, button, guiEvent<font color="#909090">=None</font>)</dt><dd><tt>Backend derived classes should call this function on any mouse<br>
button press. x,y are the canvas coords: 0,0 is lower, left.<br>
button and key are as defined in MouseEvent</tt></dd></dl>
<dl><dt><a name="FigureCanvasQT-button_release_event"><strong>button_release_event</strong></a>(self, x, y, button, guiEvent<font color="#909090">=None</font>)</dt><dd><tt>Backend derived classes should call this function on any mouse<br>
button release. x,y are the canvas coords: 0,0 is lower, left.<br>
button and key are as defined in MouseEvent</tt></dd></dl>
<dl><dt><a name="FigureCanvasQT-draw"><strong>draw</strong></a>(self, *args, **kwargs)</dt><dd><tt>Render the figure</tt></dd></dl>
<dl><dt><a name="FigureCanvasQT-draw_cursor"><strong>draw_cursor</strong></a>(self, event)</dt><dd><tt>Draw a cursor in the event.axes if inaxes is not None. Use<br>
native GUI drawing for efficiency if possible</tt></dd></dl>
<dl><dt><a name="FigureCanvasQT-draw_event"><strong>draw_event</strong></a>(self, renderer)</dt></dl>
<dl><dt><a name="FigureCanvasQT-draw_idle"><strong>draw_idle</strong></a>(self, *args, **kwargs)</dt><dd><tt>draw only if idle; defaults to draw but backends can overrride</tt></dd></dl>
<dl><dt><a name="FigureCanvasQT-get_width_height"><strong>get_width_height</strong></a>(self)</dt><dd><tt>return the figure width and height in points or pixels<br>
(depending on the backend), truncated to integers</tt></dd></dl>
<dl><dt><a name="FigureCanvasQT-key_press_event"><strong>key_press_event</strong></a>(self, key, guiEvent<font color="#909090">=None</font>)</dt></dl>
<dl><dt><a name="FigureCanvasQT-key_release_event"><strong>key_release_event</strong></a>(self, key, guiEvent<font color="#909090">=None</font>)</dt></dl>
<dl><dt><a name="FigureCanvasQT-motion_notify_event"><strong>motion_notify_event</strong></a>(self, x, y, guiEvent<font color="#909090">=None</font>)</dt><dd><tt>Backend derived classes should call this function on any<br>
motion-notify-event. x,y are the canvas coords: 0,0 is lower, left.<br>
button and key are as defined in MouseEvent</tt></dd></dl>
<dl><dt><a name="FigureCanvasQT-mpl_connect"><strong>mpl_connect</strong></a>(self, s, func)</dt><dd><tt>Connect event with string s to func. The signature of func is<br>
<br>
def func(event)<br>
<br>
where event is a MplEvent. The following events are recognized<br>
<br>
'resize_event'<br>
'draw_event'<br>
'key_press_event'<br>
'key_release_event'<br>
'button_press_event'<br>
'button_release_event'<br>
'motion_notify_event'<br>
<br>
For the three events above, if the mouse is over the axes,<br>
the variable event.inaxes will be set to the axes it is over,<br>
and additionally, the variables event.xdata and event.ydata<br>
will be defined. This is the mouse location in data coords.<br>
See backend_bases.MplEvent.<br>
<br>
return value is a connection id that can be used with<br>
mpl_disconnect</tt></dd></dl>
<dl><dt><a name="FigureCanvasQT-mpl_disconnect"><strong>mpl_disconnect</strong></a>(self, cid)</dt><dd><tt>Connect s to func. return an id that can be used with disconnect<br>
Method should return None</tt></dd></dl>
<dl><dt><a name="FigureCanvasQT-print_figure"><strong>print_figure</strong></a>(self, filename, dpi<font color="#909090">=None</font>, facecolor<font color="#909090">='w'</font>, edgecolor<font color="#909090">='w'</font>, orientation<font color="#909090">='portrait'</font>, **kwargs)</dt><dd><tt>Render the figure to hardcopy. Set the figure patch face and edge<br>
colors. This is useful because some of the GUIs have a gray figure<br>
face color background and you'll probably want to override this on<br>
hardcopy.<br>
<br>
filename - can also be a file object on image backends<br>
orientation - only currently applies to PostScript printing.<br>
dpi - the dots per inch to save the figure in; if None, use savefig.dpi</tt></dd></dl>
<dl><dt><a name="FigureCanvasQT-resize_event"><strong>resize_event</strong></a>(self)</dt></dl>
<dl><dt><a name="FigureCanvasQT-switch_backends"><strong>switch_backends</strong></a>(self, FigureCanvasClass)</dt><dd><tt>instantiate an instance of FigureCanvasClass<br>
<br>
This is used for backend switching, eg, to instantiate a<br>
FigureCanvasPS from a FigureCanvasGTK. Note, deep copying is<br>
not done, so any changes to one of the instances (eg, setting<br>
figure size or line props), will be reflected in the other</tt></dd></dl>
<hr>
Data and other attributes inherited from <a href="matplotlib.backend_bases.html#FigureCanvasBase">matplotlib.backend_bases.FigureCanvasBase</a>:<br>
<dl><dt><strong>events</strong> = ('key_press_event', 'key_release_event', 'button_press_event', 'button_release_event', 'motion_notify_event')</dl>
</td></tr></table> <p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#ffc8d8">
<td colspan=3 valign=bottom> <br>
<font color="#000000" face="helvetica, arial"><strong>FigureManager</strong> = <a name="FigureManager">class FigureManagerQT</a>(<a href="matplotlib.backend_bases.html#FigureManagerBase">matplotlib.backend_bases.FigureManagerBase</a>)</font></td></tr>
<tr bgcolor="#ffc8d8"><td rowspan=2><tt> </tt></td>
<td colspan=2><tt>Public attributes<br>
<br>
canvas : The FigureCanvas instance<br>
num : The Figure number<br>
toolbar : The qt.QToolBar<br>
window : The qt.QMainWindow<br> </tt></td></tr>
<tr><td> </td>
<td width="100%">Methods defined here:<br>
<dl><dt><a name="FigureManagerQT-__init__"><strong>__init__</strong></a>(self, canvas, num)</dt></dl>
<dl><dt><a name="FigureManagerQT-destroy"><strong>destroy</strong></a>(self, *args)</dt></dl>
<dl><dt><a name="FigureManagerQT-resize"><strong>resize</strong></a>(self, width, height)</dt><dd><tt>set the canvas size in pixels</tt></dd></dl>
<hr>
Methods inherited from <a href="matplotlib.backend_bases.html#FigureManagerBase">matplotlib.backend_bases.FigureManagerBase</a>:<br>
<dl><dt><a name="FigureManagerQT-full_screen_toggle"><strong>full_screen_toggle</strong></a>(self)</dt></dl>
<dl><dt><a name="FigureManagerQT-key_press"><strong>key_press</strong></a>(self, event)</dt></dl>
<dl><dt><a name="FigureManagerQT-show_popup"><strong>show_popup</strong></a>(self, msg)</dt><dd><tt>Display message in a popup -- GUI only</tt></dd></dl>
</td></tr></table> <p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#ffc8d8">
<td colspan=3 valign=bottom> <br>
<font color="#000000" face="helvetica, arial"><a name="FigureManagerQT">class <strong>FigureManagerQT</strong></a>(<a href="matplotlib.backend_bases.html#FigureManagerBase">matplotlib.backend_bases.FigureManagerBase</a>)</font></td></tr>
<tr bgcolor="#ffc8d8"><td rowspan=2><tt> </tt></td>
<td colspan=2><tt>Public attributes<br>
<br>
canvas : The FigureCanvas instance<br>
num : The Figure number<br>
toolbar : The qt.QToolBar<br>
window : The qt.QMainWindow<br> </tt></td></tr>
<tr><td> </td>
<td width="100%">Methods defined here:<br>
<dl><dt><a name="FigureManagerQT-__init__"><strong>__init__</strong></a>(self, canvas, num)</dt></dl>
<dl><dt><a name="FigureManagerQT-destroy"><strong>destroy</strong></a>(self, *args)</dt></dl>
<dl><dt><a name="FigureManagerQT-resize"><strong>resize</strong></a>(self, width, height)</dt><dd><tt>set the canvas size in pixels</tt></dd></dl>
<hr>
Methods inherited from <a href="matplotlib.backend_bases.html#FigureManagerBase">matplotlib.backend_bases.FigureManagerBase</a>:<br>
<dl><dt><a name="FigureManagerQT-full_screen_toggle"><strong>full_screen_toggle</strong></a>(self)</dt></dl>
<dl><dt><a name="FigureManagerQT-key_press"><strong>key_press</strong></a>(self, event)</dt></dl>
<dl><dt><a name="FigureManagerQT-show_popup"><strong>show_popup</strong></a>(self, msg)</dt><dd><tt>Display message in a popup -- GUI only</tt></dd></dl>
</td></tr></table> <p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#ffc8d8">
<td colspan=3 valign=bottom> <br>
<font color="#000000" face="helvetica, arial"><a name="NavigationToolbar2QT">class <strong>NavigationToolbar2QT</strong></a>(<a href="matplotlib.backend_bases.html#NavigationToolbar2">matplotlib.backend_bases.NavigationToolbar2</a>, <a href="qt.html#QWidget">qt.QWidget</a>)</font></td></tr>
<tr><td bgcolor="#ffc8d8"><tt> </tt></td><td> </td>
<td width="100%"><dl><dt>Method resolution order:</dt>
<dd><a href="matplotlib.backends.backend_qt.html#NavigationToolbar2QT">NavigationToolbar2QT</a></dd>
<dd><a href="matplotlib.backend_bases.html#NavigationToolbar2">matplotlib.backend_bases.NavigationToolbar2</a></dd>
<dd><a href="qt.html#QWidget">qt.QWidget</a></dd>
<dd><a href="qt.html#QObject">qt.QObject</a></dd>
<dd><a href="qt.html#Qt">qt.Qt</a></dd>
<dd><a href="qt.html#QPaintDevice">qt.QPaintDevice</a></dd>
<dd><a href="sip.html#wrapper">sip.wrapper</a></dd>
<dd><a href="__builtin__.html#object">__builtin__.object</a></dd>
</dl>
<hr>
Methods defined here:<br>
<dl><dt><a name="NavigationToolbar2QT-__init__"><strong>__init__</strong></a>(self, canvas, parent)</dt></dl>
<dl><dt><a name="NavigationToolbar2QT-configure_subplots"><strong>configure_subplots</strong></a>(self)</dt></dl>
<dl><dt><a name="NavigationToolbar2QT-draw_rubberband"><strong>draw_rubberband</strong></a>(self, event, x0, y0, x1, y1)</dt></dl>
<dl><dt><a name="NavigationToolbar2QT-dynamic_update"><strong>dynamic_update</strong></a>(self)</dt></dl>
<dl><dt><a name="NavigationToolbar2QT-pan"><strong>pan</strong></a>(self, *args)</dt></dl>
<dl><dt><a name="NavigationToolbar2QT-save_figure"><strong>save_figure</strong></a>(self)</dt></dl>
<dl><dt><a name="NavigationToolbar2QT-set_cursor"><strong>set_cursor</strong></a>(self, cursor)</dt></dl>
<dl><dt><a name="NavigationToolbar2QT-set_history_buttons"><strong>set_history_buttons</strong></a>(self)</dt></dl>
<dl><dt><a name="NavigationToolbar2QT-set_message"><strong>set_message</strong></a>(self, s)</dt></dl>
<dl><dt><a name="NavigationToolbar2QT-update"><strong>update</strong></a>(self)</dt><dd><tt>reset the axes stack</tt></dd></dl>
<dl><dt><a name="NavigationToolbar2QT-zoom"><strong>zoom</strong></a>(self, *args)</dt></dl>
<hr>
Data and other attributes defined here:<br>
<dl><dt><strong>AncestorOrigin</strong> = 3</dl>
<dl><dt><strong>ClickFocus</strong> = 2</dl>
<dl><dt><strong>NoFocus</strong> = 0</dl>
<dl><dt><strong>ParentOrigin</strong> = 1</dl>
<dl><dt><strong>StrongFocus</strong> = 11</dl>
<dl><dt><strong>TabFocus</strong> = 1</dl>
<dl><dt><strong>WheelFocus</strong> = 15</dl>
<dl><dt><strong>WidgetOrigin</strong> = 0</dl>
<dl><dt><strong>WindowOrigin</strong> = 2</dl>
<dl><dt><strong>acceptDrops</strong> = <built-in function acceptDrops></dl>
<dl><dt><strong>adjustSize</strong> = <built-in function adjustSize></dl>
<dl><dt><strong>autoMask</strong> = <built-in function autoMask></dl>
<dl><dt><strong>backgroundBrush</strong> = <built-in function backgroundBrush></dl>
<dl><dt><strong>backgroundMode</strong> = <built-in function backgroundMode></dl>
<dl><dt><strong>backgroundOffset</strong> = <built-in function backgroundOffset></dl>
<dl><dt><strong>backgroundOrigin</strong> = <built-in function backgroundOrigin></dl>
<dl><dt><strong>baseSize</strong> = <built-in function baseSize></dl>
<dl><dt><strong>caption</strong> = <built-in function caption></dl>
<dl><dt><strong>childAt</strong> = <built-in function childAt></dl>
<dl><dt><strong>childEvent</strong> = <built-in function childEvent></dl>
<dl><dt><strong>childrenRect</strong> = <built-in function childrenRect></dl>
<dl><dt><strong>childrenRegion</strong> = <built-in function childrenRegion></dl>
<dl><dt><strong>clearFocus</strong> = <built-in function clearFocus></dl>
<dl><dt><strong>clearMask</strong> = <built-in function clearMask></dl>
<dl><dt><strong>clearWFlags</strong> = <built-in function clearWFlags></dl>
<dl><dt><strong>clearWState</strong> = <built-in function clearWState></dl>
<dl><dt><strong>clipRegion</strong> = <built-in function clipRegion></dl>
<dl><dt><strong>close</strong> = <built-in function close></dl>
<dl><dt><strong>closeEvent</strong> = <built-in function closeEvent></dl>
<dl><dt><strong>colorGroup</strong> = <built-in function colorGroup></dl>
<dl><dt><strong>constPolish</strong> = <built-in function constPolish></dl>
<dl><dt><strong>contextMenuEvent</strong> = <built-in function contextMenuEvent></dl>
<dl><dt><strong>create</strong> = <built-in function create></dl>
<dl><dt><strong>cursor</strong> = <built-in function cursor></dl>
<dl><dt><strong>customEvent</strong> = <built-in function customEvent></dl>
<dl><dt><strong>customWhatsThis</strong> = <built-in function customWhatsThis></dl>
<dl><dt><strong>destroy</strong> = <built-in function destroy></dl>
<dl><dt><strong>dragEnterEvent</strong> = <built-in function dragEnterEvent></dl>
<dl><dt><strong>dragLeaveEvent</strong> = <built-in function dragLeaveEvent></dl>
<dl><dt><strong>dragMoveEvent</strong> = <built-in function dragMoveEvent></dl>
<dl><dt><strong>drawText</strong> = <built-in function drawText></dl>
<dl><dt><strong>dropEvent</strong> = <built-in function dropEvent></dl>
<dl><dt><strong>enabledChange</strong> = <built-in function enabledChange></dl>
<dl><dt><strong>enterEvent</strong> = <built-in function enterEvent></dl>
<dl><dt><strong>erase</strong> = <built-in function erase></dl>
<dl><dt><strong>eraseColor</strong> = <built-in function eraseColor></dl>
<dl><dt><strong>erasePixmap</strong> = <built-in function erasePixmap></dl>
<dl><dt><strong>event</strong> = <built-in function event></dl>
<dl><dt><strong>find</strong> = <built-in function find></dl>
<dl><dt><strong>focusInEvent</strong> = <built-in function focusInEvent></dl>
<dl><dt><strong>focusNextPrevChild</strong> = <built-in function focusNextPrevChild></dl>
<dl><dt><strong>focusOutEvent</strong> = <built-in function focusOutEvent></dl>
<dl><dt><strong>focusPolicy</strong> = <built-in function focusPolicy></dl>
<dl><dt><strong>focusProxy</strong> = <built-in function focusProxy></dl>
<dl><dt><strong>focusWidget</strong> = <built-in function focusWidget></dl>
<dl><dt><strong>font</strong> = <built-in function font></dl>
<dl><dt><strong>fontChange</strong> = <built-in function fontChange></dl>
<dl><dt><strong>fontInfo</strong> = <built-in function fontInfo></dl>
<dl><dt><strong>fontMetrics</strong> = <built-in function fontMetrics></dl>
<dl><dt><strong>foregroundColor</strong> = <built-in function foregroundColor></dl>
<dl><dt><strong>frameGeometry</strong> = <built-in function frameGeometry></dl>
<dl><dt><strong>frameSize</strong> = <built-in function frameSize></dl>
<dl><dt><strong>geometry</strong> = <built-in function geometry></dl>
<dl><dt><strong>getWFlags</strong> = <built-in function getWFlags></dl>
<dl><dt><strong>getWState</strong> = <built-in function getWState></dl>
<dl><dt><strong>grabKeyboard</strong> = <built-in function grabKeyboard></dl>
<dl><dt><strong>grabMouse</strong> = <built-in function grabMouse></dl>
<dl><dt><strong>hasFocus</strong> = <built-in function hasFocus></dl>
<dl><dt><strong>hasMouse</strong> = <built-in function hasMouse></dl>
<dl><dt><strong>hasMouseTracking</strong> = <built-in function hasMouseTracking></dl>
<dl><dt><strong>height</strong> = <built-in function height></dl>
<dl><dt><strong>heightForWidth</strong> = <built-in function heightForWidth></dl>
<dl><dt><strong>hide</strong> = <built-in function hide></dl>
<dl><dt><strong>hideEvent</strong> = <built-in function hideEvent></dl>
<dl><dt><strong>icon</strong> = <built-in function icon></dl>
<dl><dt><strong>iconText</strong> = <built-in function iconText></dl>
<dl><dt><strong>imComposeEvent</strong> = <built-in function imComposeEvent></dl>
<dl><dt><strong>imEndEvent</strong> = <built-in function imEndEvent></dl>
<dl><dt><strong>imStartEvent</strong> = <built-in function imStartEvent></dl>
<dl><dt><strong>isActiveWindow</strong> = <built-in function isActiveWindow></dl>
<dl><dt><strong>isDesktop</strong> = <built-in function isDesktop></dl>
<dl><dt><strong>isDialog</strong> = <built-in function isDialog></dl>
<dl><dt><strong>isEnabled</strong> = <built-in function isEnabled></dl>
<dl><dt><strong>isEnabledTo</strong> = <built-in function isEnabledTo></dl>
<dl><dt><strong>isEnabledToTLW</strong> = <built-in function isEnabledToTLW></dl>
<dl><dt><strong>isFocusEnabled</strong> = <built-in function isFocusEnabled></dl>
<dl><dt><strong>isFullScreen</strong> = <built-in function isFullScreen></dl>
<dl><dt><strong>isHidden</strong> = <built-in function isHidden></dl>
<dl><dt><strong>isInputMethodEnabled</strong> = <built-in function isInputMethodEnabled></dl>
<dl><dt><strong>isMaximized</strong> = <built-in function isMaximized></dl>
<dl><dt><strong>isMinimized</strong> = <built-in function isMinimized></dl>
<dl><dt><strong>isModal</strong> = <built-in function isModal></dl>
<dl><dt><strong>isPopup</strong> = <built-in function isPopup></dl>
<dl><dt><strong>isShown</strong> = <built-in function isShown></dl>
<dl><dt><strong>isTopLevel</strong> = <built-in function isTopLevel></dl>
<dl><dt><strong>isUpdatesEnabled</strong> = <built-in function isUpdatesEnabled></dl>
<dl><dt><strong>isVisible</strong> = <built-in function isVisible></dl>
<dl><dt><strong>isVisibleTo</strong> = <built-in function isVisibleTo></dl>
<dl><dt><strong>isVisibleToTLW</strong> = <built-in function isVisibleToTLW></dl>
<dl><dt><strong>keyPressEvent</strong> = <built-in function keyPressEvent></dl>
<dl><dt><strong>keyReleaseEvent</strong> = <built-in function keyReleaseEvent></dl>
<dl><dt><strong>keyboardGrabber</strong> = <built-in function keyboardGrabber></dl>
<dl><dt><strong>layout</strong> = <built-in function layout></dl>
<dl><dt><strong>leaveEvent</strong> = <built-in function leaveEvent></dl>
<dl><dt><strong>lowerW</strong> = <built-in function lowerW></dl>
<dl><dt><strong>mapFrom</strong> = <built-in function mapFrom></dl>
<dl><dt><strong>mapFromGlobal</strong> = <built-in function mapFromGlobal></dl>
<dl><dt><strong>mapFromParent</strong> = <built-in function mapFromParent></dl>
<dl><dt><strong>mapTo</strong> = <built-in function mapTo></dl>
<dl><dt><strong>mapToGlobal</strong> = <built-in function mapToGlobal></dl>
<dl><dt><strong>mapToParent</strong> = <built-in function mapToParent></dl>
<dl><dt><strong>maximumHeight</strong> = <built-in function maximumHeight></dl>
<dl><dt><strong>maximumSize</strong> = <built-in function maximumSize></dl>
<dl><dt><strong>maximumWidth</strong> = <built-in function maximumWidth></dl>
<dl><dt><strong>metaObject</strong> = <built-in function metaObject></dl>
<dl><dt><strong>metric</strong> = <built-in function metric></dl>
<dl><dt><strong>microFocusHint</strong> = <built-in function microFocusHint></dl>
<dl><dt><strong>minimumHeight</strong> = <built-in function minimumHeight></dl>
<dl><dt><strong>minimumSize</strong> = <built-in function minimumSize></dl>
<dl><dt><strong>minimumSizeHint</strong> = <built-in function minimumSizeHint></dl>
<dl><dt><strong>minimumWidth</strong> = <built-in function minimumWidth></dl>
<dl><dt><strong>mouseDoubleClickEvent</strong> = <built-in function mouseDoubleClickEvent></dl>
<dl><dt><strong>mouseGrabber</strong> = <built-in function mouseGrabber></dl>
<dl><dt><strong>mouseMoveEvent</strong> = <built-in function mouseMoveEvent></dl>
<dl><dt><strong>mousePressEvent</strong> = <built-in function mousePressEvent></dl>
<dl><dt><strong>mouseReleaseEvent</strong> = <built-in function mouseReleaseEvent></dl>
<dl><dt><strong>move</strong> = <built-in function move></dl>
<dl><dt><strong>moveEvent</strong> = <built-in function moveEvent></dl>
<dl><dt><strong>ownCursor</strong> = <built-in function ownCursor></dl>
<dl><dt><strong>ownFont</strong> = <built-in function ownFont></dl>
<dl><dt><strong>ownPalette</strong> = <built-in function ownPalette></dl>
<dl><dt><strong>paintEvent</strong> = <built-in function paintEvent></dl>
<dl><dt><strong>palette</strong> = <built-in function palette></dl>
<dl><dt><strong>paletteBackgroundColor</strong> = <built-in function paletteBackgroundColor></dl>
<dl><dt><strong>paletteBackgroundPixmap</strong> = <built-in function paletteBackgroundPixmap></dl>
<dl><dt><strong>paletteChange</strong> = <built-in function paletteChange></dl>
<dl><dt><strong>paletteForegroundColor</strong> = <built-in function paletteForegroundColor></dl>
<dl><dt><strong>parentWidget</strong> = <built-in function parentWidget></dl>
<dl><dt><strong>polish</strong> = <built-in function polish></dl>
<dl><dt><strong>pos</strong> = <built-in function pos></dl>
<dl><dt><strong>raiseW</strong> = <built-in function raiseW></dl>
<dl><dt><strong>rect</strong> = <built-in function rect></dl>
<dl><dt><strong>releaseKeyboard</strong> = <built-in function releaseKeyboard></dl>
<dl><dt><strong>releaseMouse</strong> = <built-in function releaseMouse></dl>
<dl><dt><strong>repaint</strong> = <built-in function repaint></dl>
<dl><dt><strong>reparent</strong> = <built-in function reparent></dl>
<dl><dt><strong>resetInputContext</strong> = <built-in function resetInputContext></dl>
<dl><dt><strong>resize</strong> = <built-in function resize></dl>
<dl><dt><strong>resizeEvent</strong> = <built-in function resizeEvent></dl>
<dl><dt><strong>scroll</strong> = <built-in function scroll></dl>
<dl><dt><strong>sender</strong> = <built-in function sender></dl>
<dl><dt><strong>setAcceptDrops</strong> = <built-in function setAcceptDrops></dl>
<dl><dt><strong>setActiveWindow</strong> = <built-in function setActiveWindow></dl>
<dl><dt><strong>setAutoMask</strong> = <built-in function setAutoMask></dl>
<dl><dt><strong>setBackgroundMode</strong> = <built-in function setBackgroundMode></dl>
<dl><dt><strong>setBackgroundOrigin</strong> = <built-in function setBackgroundOrigin></dl>
<dl><dt><strong>setBaseSize</strong> = <built-in function setBaseSize></dl>
<dl><dt><strong>setCaption</strong> = <built-in function setCaption></dl>
<dl><dt><strong>setCursor</strong> = <built-in function setCursor></dl>
<dl><dt><strong>setDisabled</strong> = <built-in function setDisabled></dl>
<dl><dt><strong>setEnabled</strong> = <built-in function setEnabled></dl>
<dl><dt><strong>setEraseColor</strong> = <built-in function setEraseColor></dl>
<dl><dt><strong>setErasePixmap</strong> = <built-in function setErasePixmap></dl>
<dl><dt><strong>setFixedHeight</strong> = <built-in function setFixedHeight></dl>
<dl><dt><strong>setFixedSize</strong> = <built-in function setFixedSize></dl>
<dl><dt><strong>setFixedWidth</strong> = <built-in function setFixedWidth></dl>
<dl><dt><strong>setFocus</strong> = <built-in function setFocus></dl>
<dl><dt><strong>setFocusPolicy</strong> = <built-in function setFocusPolicy></dl>
<dl><dt><strong>setFocusProxy</strong> = <built-in function setFocusProxy></dl>
<dl><dt><strong>setFont</strong> = <built-in function setFont></dl>
<dl><dt><strong>setGeometry</strong> = <built-in function setGeometry></dl>
<dl><dt><strong>setHidden</strong> = <built-in function setHidden></dl>
<dl><dt><strong>setIcon</strong> = <built-in function setIcon></dl>
<dl><dt><strong>setIconText</strong> = <built-in function setIconText></dl>
<dl><dt><strong>setInputMethodEnabled</strong> = <built-in function setInputMethodEnabled></dl>
<dl><dt><strong>setKeyCompression</strong> = <built-in function setKeyCompression></dl>
<dl><dt><strong>setMask</strong> = <built-in function setMask></dl>
<dl><dt><strong>setMaximumHeight</strong> = <built-in function setMaximumHeight></dl>
<dl><dt><strong>setMaximumSize</strong> = <built-in function setMaximumSize></dl>
<dl><dt><strong>setMaximumWidth</strong> = <built-in function setMaximumWidth></dl>
<dl><dt><strong>setMicroFocusHint</strong> = <built-in function setMicroFocusHint></dl>
<dl><dt><strong>setMinimumHeight</strong> = <built-in function setMinimumHeight></dl>
<dl><dt><strong>setMinimumSize</strong> = <built-in function setMinimumSize></dl>
<dl><dt><strong>setMinimumWidth</strong> = <built-in function setMinimumWidth></dl>
<dl><dt><strong>setMouseTracking</strong> = <built-in function setMouseTracking></dl>
<dl><dt><strong>setName</strong> = <built-in function setName></dl>
<dl><dt><strong>setPalette</strong> = <built-in function setPalette></dl>
<dl><dt><strong>setPaletteBackgroundColor</strong> = <built-in function setPaletteBackgroundColor></dl>
<dl><dt><strong>setPaletteBackgroundPixmap</strong> = <built-in function setPaletteBackgroundPixmap></dl>
<dl><dt><strong>setPaletteForegroundColor</strong> = <built-in function setPaletteForegroundColor></dl>
<dl><dt><strong>setShown</strong> = <built-in function setShown></dl>
<dl><dt><strong>setSizeIncrement</strong> = <built-in function setSizeIncrement></dl>
<dl><dt><strong>setSizePolicy</strong> = <built-in function setSizePolicy></dl>
<dl><dt><strong>setStyle</strong> = <built-in function setStyle></dl>
<dl><dt><strong>setTabOrder</strong> = <built-in function setTabOrder></dl>
<dl><dt><strong>setUpdatesEnabled</strong> = <built-in function setUpdatesEnabled></dl>
<dl><dt><strong>setWFlags</strong> = <built-in function setWFlags></dl>
<dl><dt><strong>setWState</strong> = <built-in function setWState></dl>
<dl><dt><strong>setWindowOpacity</strong> = <built-in function setWindowOpacity></dl>
<dl><dt><strong>setWindowState</strong> = <built-in function setWindowState></dl>
<dl><dt><strong>show</strong> = <built-in function show></dl>
<dl><dt><strong>showEvent</strong> = <built-in function showEvent></dl>
<dl><dt><strong>showFullScreen</strong> = <built-in function showFullScreen></dl>
<dl><dt><strong>showMaximized</strong> = <built-in function showMaximized></dl>
<dl><dt><strong>showMinimized</strong> = <built-in function showMinimized></dl>
<dl><dt><strong>showNormal</strong> = <built-in function showNormal></dl>
<dl><dt><strong>size</strong> = <built-in function size></dl>
<dl><dt><strong>sizeHint</strong> = <built-in function sizeHint></dl>
<dl><dt><strong>sizeIncrement</strong> = <built-in function sizeIncrement></dl>
<dl><dt><strong>sizePolicy</strong> = <built-in function sizePolicy></dl>
<dl><dt><strong>style</strong> = <built-in function style></dl>
<dl><dt><strong>styleChange</strong> = <built-in function styleChange></dl>
<dl><dt><strong>tabletEvent</strong> = <built-in function tabletEvent></dl>
<dl><dt><strong>testWFlags</strong> = <built-in function testWFlags></dl>
<dl><dt><strong>testWState</strong> = <built-in function testWState></dl>
<dl><dt><strong>timerEvent</strong> = <built-in function timerEvent></dl>
<dl><dt><strong>toolitems</strong> = (('Home', 'Reset original view', 'home.ppm', 'home'), ('Back', 'Back to previous view', 'back.ppm', 'back'), ('Forward', 'Forward to next view', 'forward.ppm', 'forward'), (None, None, None, None), ('Pan', 'Pan axes with left mouse, zoom with right', 'move.ppm', 'pan'), ('Zoom', 'Zoom to rectangle', 'zoom_to_rect.ppm', 'zoom'), (None, None, None, None), ('Subplots', 'Configure subplots', 'subplots.png', 'configure_subplots'), ('Save', 'Save the figure', 'filesave.ppm', 'save_figure'))</dl>
<dl><dt><strong>topLevelWidget</strong> = <built-in function topLevelWidget></dl>
<dl><dt><strong>unsetCursor</strong> = <built-in function unsetCursor></dl>
<dl><dt><strong>unsetFont</strong> = <built-in function unsetFont></dl>
<dl><dt><strong>unsetPalette</strong> = <built-in function unsetPalette></dl>
<dl><dt><strong>updateGeometry</strong> = <built-in function updateGeometry></dl>
<dl><dt><strong>updateMask</strong> = <built-in function updateMask></dl>
<dl><dt><strong>visibleRect</strong> = <built-in function visibleRect></dl>
<dl><dt><strong>wheelEvent</strong> = <built-in function wheelEvent></dl>
<dl><dt><strong>width</strong> = <built-in function width></dl>
<dl><dt><strong>winId</strong> = <built-in function winId></dl>
<dl><dt><strong>windowActivationChange</strong> = <built-in function windowActivationChange></dl>
<dl><dt><strong>windowOpacity</strong> = <built-in function windowOpacity></dl>
<dl><dt><strong>windowState</strong> = <built-in function windowState></dl>
<dl><dt><strong>x</strong> = <built-in function x></dl>
<dl><dt><strong>y</strong> = <built-in function y></dl>
<hr>
Methods inherited from <a href="matplotlib.backend_bases.html#NavigationToolbar2">matplotlib.backend_bases.NavigationToolbar2</a>:<br>
<dl><dt><a name="NavigationToolbar2QT-back"><strong>back</strong></a>(self, *args)</dt><dd><tt>move back up the view lim stack</tt></dd></dl>
<dl><dt><a name="NavigationToolbar2QT-drag_pan"><strong>drag_pan</strong></a>(self, event)</dt><dd><tt>the drag callback in pan/zoom mode</tt></dd></dl>
<dl><dt><a name="NavigationToolbar2QT-draw"><strong>draw</strong></a>(self)</dt><dd><tt>redraw the canvases, update the locators</tt></dd></dl>
<dl><dt><a name="NavigationToolbar2QT-forward"><strong>forward</strong></a>(self, *args)</dt><dd><tt>move forward in the view lim stack</tt></dd></dl>
<dl><dt><a name="NavigationToolbar2QT-home"><strong>home</strong></a>(self, *args)</dt><dd><tt>restore the original view</tt></dd></dl>
<dl><dt><a name="NavigationToolbar2QT-mouse_move"><strong>mouse_move</strong></a>(self, event)</dt></dl>
<dl><dt><a name="NavigationToolbar2QT-nonsingular"><strong>nonsingular</strong></a>(self, x0, x1)</dt><dd><tt>Desperate hack to prevent crashes when button-3 panning with<br>
axis('image') in effect.</tt></dd></dl>
<dl><dt><a name="NavigationToolbar2QT-press"><strong>press</strong></a>(self, event)</dt><dd><tt>this will be called whenver a mouse button is pressed</tt></dd></dl>
<dl><dt><a name="NavigationToolbar2QT-press_pan"><strong>press_pan</strong></a>(self, event)</dt><dd><tt>the press mouse button in pan/zoom mode callback</tt></dd></dl>
<dl><dt><a name="NavigationToolbar2QT-press_zoom"><strong>press_zoom</strong></a>(self, event)</dt><dd><tt>the press mouse button in zoom to rect mode callback</tt></dd></dl>
<dl><dt><a name="NavigationToolbar2QT-push_current"><strong>push_current</strong></a>(self)</dt><dd><tt>push the current view limits and position onto the stack</tt></dd></dl>
<dl><dt><a name="NavigationToolbar2QT-release"><strong>release</strong></a>(self, event)</dt><dd><tt>this will be called whenever mouse button is released</tt></dd></dl>
<dl><dt><a name="NavigationToolbar2QT-release_pan"><strong>release_pan</strong></a>(self, event)</dt><dd><tt>the release mouse button callback in pan/zoom mode</tt></dd></dl>
<dl><dt><a name="NavigationToolbar2QT-release_zoom"><strong>release_zoom</strong></a>(self, event)</dt><dd><tt>the release mouse button callback in zoom to rect mode</tt></dd></dl>
<hr>
Data and other attributes inherited from <a href="qt.html#QWidget">qt.QWidget</a>:<br>
<dl><dt><strong>BackgroundOrigin</strong> = <class 'qt.BackgroundOrigin'></dl>
<dl><dt><strong>FocusPolicy</strong> = <class 'qt.FocusPolicy'></dl>
<hr>
Data and other attributes inherited from <a href="qt.html#QObject">qt.QObject</a>:<br>
<dl><dt><strong>blockSignals</strong> = <built-in function blockSignals></dl>
<dl><dt><strong>child</strong> = <built-in function child></dl>
<dl><dt><strong>children</strong> = <built-in function children></dl>
<dl><dt><strong>className</strong> = <built-in function className></dl>
<dl><dt><strong>connect</strong> = <built-in function connect></dl>
<dl><dt><strong>deleteLater</strong> = <built-in function deleteLater></dl>
<dl><dt><strong>disconnect</strong> = <built-in function disconnect></dl>
<dl><dt><strong>dumpObjectInfo</strong> = <built-in function dumpObjectInfo></dl>
<dl><dt><strong>dumpObjectTree</strong> = <built-in function dumpObjectTree></dl>
<dl><dt><strong>emit</strong> = <built-in function emit></dl>
<dl><dt><strong>eventFilter</strong> = <built-in function eventFilter></dl>
<dl><dt><strong>highPriority</strong> = <built-in function highPriority></dl>
<dl><dt><strong>inherits</strong> = <built-in function inherits></dl>
<dl><dt><strong>insertChild</strong> = <built-in function insertChild></dl>
<dl><dt><strong>installEventFilter</strong> = <built-in function installEventFilter></dl>
<dl><dt><strong>isA</strong> = <built-in function isA></dl>
<dl><dt><strong>isWidgetType</strong> = <built-in function isWidgetType></dl>
<dl><dt><strong>killTimer</strong> = <built-in function killTimer></dl>
<dl><dt><strong>killTimers</strong> = <built-in function killTimers></dl>
<dl><dt><strong>name</strong> = <built-in function name></dl>
<dl><dt><strong>objectTrees</strong> = <built-in function objectTrees></dl>
<dl><dt><strong>parent</strong> = <built-in function parent></dl>
<dl><dt><strong>property</strong> = <built-in function property></dl>
<dl><dt><strong>queryList</strong> = <built-in function queryList></dl>
<dl><dt><strong>removeChild</strong> = <built-in function removeChild></dl>
<dl><dt><strong>removeEventFilter</strong> = <built-in function removeEventFilter></dl>
<dl><dt><strong>setProperty</strong> = <built-in function setProperty></dl>
<dl><dt><strong>signalsBlocked</strong> = <built-in function signalsBlocked></dl>
<dl><dt><strong>startTimer</strong> = <built-in function startTimer></dl>
<dl><dt><strong>tr</strong> = <built-in function tr></dl>
<dl><dt><strong>trUtf8</strong> = <built-in function trUtf8></dl>
<hr>
Data and other attributes inherited from <a href="qt.html#Qt">qt.Qt</a>:<br>
<dl><dt><strong>ALT</strong> = 8388608</dl>
<dl><dt><strong>ASCII_ACCEL</strong> = 268435456</dl>
<dl><dt><strong>AlignAuto</strong> = 0</dl>
<dl><dt><strong>AlignBottom</strong> = 32</dl>
<dl><dt><strong>AlignCenter</strong> = 68</dl>
<dl><dt><strong>AlignHCenter</strong> = 4</dl>
<dl><dt><strong>AlignHorizontal_Mask</strong> = 15</dl>
<dl><dt><strong>AlignJustify</strong> = 8</dl>
<dl><dt><strong>AlignLeft</strong> = 1</dl>
<dl><dt><strong>AlignRight</strong> = 2</dl>
<dl><dt><strong>AlignTop</strong> = 16</dl>
<dl><dt><strong>AlignVCenter</strong> = 64</dl>
<dl><dt><strong>AlignVertical_Mask</strong> = 112</dl>
<dl><dt><strong>AlignmentFlags</strong> = <class 'qt.AlignmentFlags'></dl>
<dl><dt><strong>AlphaDither_Mask</strong> = 12</dl>
<dl><dt><strong>AltButton</strong> = 1024</dl>
<dl><dt><strong>AnchorAttribute</strong> = <class 'qt.AnchorAttribute'></dl>
<dl><dt><strong>AnchorHref</strong> = 1</dl>
<dl><dt><strong>AnchorName</strong> = 0</dl>
<dl><dt><strong>AndNotROP</strong> = 12</dl>
<dl><dt><strong>AndROP</strong> = 7</dl>
<dl><dt><strong>ArrowCursor</strong> = 0</dl>
<dl><dt><strong>ArrowType</strong> = <class 'qt.ArrowType'></dl>
<dl><dt><strong>Ascending</strong> = 0</dl>
<dl><dt><strong>AutoColor</strong> = 0</dl>
<dl><dt><strong>AutoDither</strong> = 0</dl>
<dl><dt><strong>AutoText</strong> = 2</dl>
<dl><dt><strong>AvoidDither</strong> = 128</dl>
<dl><dt><strong>BDiagPattern</strong> = 12</dl>
<dl><dt><strong>BGMode</strong> = <class 'qt.BGMode'></dl>
<dl><dt><strong>BackgroundMode</strong> = <class 'qt.BackgroundMode'></dl>
<dl><dt><strong>BeginsWith</strong> = 2</dl>
<dl><dt><strong>BevelJoin</strong> = 64</dl>
<dl><dt><strong>BitmapCursor</strong> = 24</dl>
<dl><dt><strong>BlankCursor</strong> = 10</dl>
<dl><dt><strong>BottomLeft</strong> = 2</dl>
<dl><dt><strong>BottomRight</strong> = 3</dl>
<dl><dt><strong>BreakAnywhere</strong> = 4096</dl>
<dl><dt><strong>BrushStyle</strong> = <class 'qt.BrushStyle'></dl>
<dl><dt><strong>BusyCursor</strong> = 16</dl>
<dl><dt><strong>ButtonState</strong> = <class 'qt.ButtonState'></dl>
<dl><dt><strong>CTRL</strong> = 4194304</dl>
<dl><dt><strong>CaseSensitive</strong> = 1</dl>
<dl><dt><strong>ClearROP</strong> = 9</dl>
<dl><dt><strong>ColorMode_Mask</strong> = 3</dl>
<dl><dt><strong>ColorOnly</strong> = 3</dl>
<dl><dt><strong>Contains</strong> = 8</dl>
<dl><dt><strong>ControlButton</strong> = 512</dl>
<dl><dt><strong>CopyROP</strong> = 0</dl>
<dl><dt><strong>Corner</strong> = <class 'qt.Corner'></dl>
<dl><dt><strong>CrossCursor</strong> = 2</dl>
<dl><dt><strong>CrossPattern</strong> = 11</dl>
<dl><dt><strong>CursorShape</strong> = <class 'qt.CursorShape'></dl>
<dl><dt><strong>CustomPattern</strong> = 24</dl>
<dl><dt><strong>DashDotDotLine</strong> = 5</dl>
<dl><dt><strong>DashDotLine</strong> = 4</dl>
<dl><dt><strong>DashLine</strong> = 2</dl>
<dl><dt><strong>DateFormat</strong> = <class 'qt.DateFormat'></dl>
<dl><dt><strong>Dense1Pattern</strong> = 2</dl>
<dl><dt><strong>Dense2Pattern</strong> = 3</dl>
<dl><dt><strong>Dense3Pattern</strong> = 4</dl>
<dl><dt><strong>Dense4Pattern</strong> = 5</dl>
<dl><dt><strong>Dense5Pattern</strong> = 6</dl>
<dl><dt><strong>Dense6Pattern</strong> = 7</dl>
<dl><dt><strong>Dense7Pattern</strong> = 8</dl>
<dl><dt><strong>Descending</strong> = 1</dl>
<dl><dt><strong>DiagCrossPattern</strong> = 14</dl>
<dl><dt><strong>DiffuseAlphaDither</strong> = 8</dl>
<dl><dt><strong>DiffuseDither</strong> = 0</dl>
<dl><dt><strong>DitherMode_Mask</strong> = 192</dl>
<dl><dt><strong>Dither_Mask</strong> = 48</dl>
<dl><dt><strong>Dock</strong> = <class 'qt.Dock'></dl>
<dl><dt><strong>DockBottom</strong> = 3</dl>
<dl><dt><strong>DockLeft</strong> = 5</dl>
<dl><dt><strong>DockMinimized</strong> = 6</dl>
<dl><dt><strong>DockRight</strong> = 4</dl>
<dl><dt><strong>DockTop</strong> = 2</dl>
<dl><dt><strong>DockTornOff</strong> = 1</dl>
<dl><dt><strong>DockUnmanaged</strong> = 0</dl>
<dl><dt><strong>DontClip</strong> = 256</dl>
<dl><dt><strong>DontPrint</strong> = 8192</dl>
<dl><dt><strong>DotLine</strong> = 3</dl>
<dl><dt><strong>DownArrow</strong> = 1</dl>
<dl><dt><strong>EndsWith</strong> = 4</dl>
<dl><dt><strong>EraseROP</strong> = 3</dl>
<dl><dt><strong>ExactMatch</strong> = 16</dl>
<dl><dt><strong>ExpandTabs</strong> = 512</dl>
<dl><dt><strong>FDiagPattern</strong> = 13</dl>
<dl><dt><strong>FixedColor</strong> = 0</dl>
<dl><dt><strong>FixedPixmap</strong> = 1</dl>
<dl><dt><strong>FlatCap</strong> = 0</dl>
<dl><dt><strong>ForbiddenCursor</strong> = 14</dl>
<dl><dt><strong>GUIStyle</strong> = <class 'qt.GUIStyle'></dl>
<dl><dt><strong>HorPattern</strong> = 9</dl>
<dl><dt><strong>Horizontal</strong> = 0</dl>
<dl><dt><strong>ISODate</strong> = 1</dl>
<dl><dt><strong>IbeamCursor</strong> = 4</dl>
<dl><dt><strong>Identical</strong> = 2</dl>
<dl><dt><strong>ImageConversionFlags</strong> = <class 'qt.ImageConversionFlags'></dl>
<dl><dt><strong>Key</strong> = <class 'qt.Key'></dl>
<dl><dt><strong>KeyButtonMask</strong> = 3840</dl>
<dl><dt><strong>Key_0</strong> = 48</dl>
<dl><dt><strong>Key_1</strong> = 49</dl>
<dl><dt><strong>Key_2</strong> = 50</dl>
<dl><dt><strong>Key_3</strong> = 51</dl>
<dl><dt><strong>Key_4</strong> = 52</dl>
<dl><dt><strong>Key_5</strong> = 53</dl>
<dl><dt><strong>Key_6</strong> = 54</dl>
<dl><dt><strong>Key_7</strong> = 55</dl>
<dl><dt><strong>Key_8</strong> = 56</dl>
<dl><dt><strong>Key_9</strong> = 57</dl>
<dl><dt><strong>Key_A</strong> = 65</dl>
<dl><dt><strong>Key_AE</strong> = 198</dl>
<dl><dt><strong>Key_Aacute</strong> = 193</dl>
<dl><dt><strong>Key_Acircumflex</strong> = 194</dl>
<dl><dt><strong>Key_Adiaeresis</strong> = 196</dl>
<dl><dt><strong>Key_Agrave</strong> = 192</dl>
<dl><dt><strong>Key_Alt</strong> = 4131</dl>
<dl><dt><strong>Key_Ampersand</strong> = 38</dl>
<dl><dt><strong>Key_Any</strong> = 32</dl>
<dl><dt><strong>Key_Apostrophe</strong> = 39</dl>
<dl><dt><strong>Key_Aring</strong> = 197</dl>
<dl><dt><strong>Key_AsciiCircum</strong> = 94</dl>
<dl><dt><strong>Key_AsciiTilde</strong> = 126</dl>
<dl><dt><strong>Key_Asterisk</strong> = 42</dl>
<dl><dt><strong>Key_At</strong> = 64</dl>
<dl><dt><strong>Key_Atilde</strong> = 195</dl>
<dl><dt><strong>Key_B</strong> = 66</dl>
<dl><dt><strong>Key_Back</strong> = 4193</dl>
<dl><dt><strong>Key_BackSpace</strong> = 4099</dl>
<dl><dt><strong>Key_BackTab</strong> = 4098</dl>
<dl><dt><strong>Key_Backslash</strong> = 92</dl>
<dl><dt><strong>Key_Backspace</strong> = 4099</dl>
<dl><dt><strong>Key_Backtab</strong> = 4098</dl>
<dl><dt><strong>Key_Bar</strong> = 124</dl>
<dl><dt><strong>Key_BassBoost</strong> = 4211</dl>
<dl><dt><strong>Key_BassDown</strong> = 4213</dl>
<dl><dt><strong>Key_BassUp</strong> = 4212</dl>
<dl><dt><strong>Key_BraceLeft</strong> = 123</dl>
<dl><dt><strong>Key_BraceRight</strong> = 125</dl>
<dl><dt><strong>Key_BracketLeft</strong> = 91</dl>
<dl><dt><strong>Key_BracketRight</strong> = 93</dl>
<dl><dt><strong>Key_C</strong> = 67</dl>
<dl><dt><strong>Key_CapsLock</strong> = 4132</dl>
<dl><dt><strong>Key_Ccedilla</strong> = 199</dl>
<dl><dt><strong>Key_Clear</strong> = 4107</dl>
<dl><dt><strong>Key_Colon</strong> = 58</dl>
<dl><dt><strong>Key_Comma</strong> = 44</dl>
<dl><dt><strong>Key_Control</strong> = 4129</dl>
<dl><dt><strong>Key_D</strong> = 68</dl>
<dl><dt><strong>Key_Delete</strong> = 4103</dl>
<dl><dt><strong>Key_Direction_L</strong> = 4185</dl>
<dl><dt><strong>Key_Direction_R</strong> = 4192</dl>
<dl><dt><strong>Key_Dollar</strong> = 36</dl>
<dl><dt><strong>Key_Down</strong> = 4117</dl>
<dl><dt><strong>Key_E</strong> = 69</dl>
<dl><dt><strong>Key_ETH</strong> = 208</dl>
<dl><dt><strong>Key_Eacute</strong> = 201</dl>
<dl><dt><strong>Key_Ecircumflex</strong> = 202</dl>
<dl><dt><strong>Key_Ediaeresis</strong> = 203</dl>
<dl><dt><strong>Key_Egrave</strong> = 200</dl>
<dl><dt><strong>Key_End</strong> = 4113</dl>
<dl><dt><strong>Key_Enter</strong> = 4101</dl>
<dl><dt><strong>Key_Equal</strong> = 61</dl>
<dl><dt><strong>Key_Escape</strong> = 4096</dl>
<dl><dt><strong>Key_Exclam</strong> = 33</dl>
<dl><dt><strong>Key_F</strong> = 70</dl>
<dl><dt><strong>Key_F1</strong> = 4144</dl>
<dl><dt><strong>Key_F10</strong> = 4153</dl>
<dl><dt><strong>Key_F11</strong> = 4154</dl>
<dl><dt><strong>Key_F12</strong> = 4155</dl>
<dl><dt><strong>Key_F13</strong> = 4156</dl>
<dl><dt><strong>Key_F14</strong> = 4157</dl>
<dl><dt><strong>Key_F15</strong> = 4158</dl>
<dl><dt><strong>Key_F16</strong> = 4159</dl>
<dl><dt><strong>Key_F17</strong> = 4160</dl>
<dl><dt><strong>Key_F18</strong> = 4161</dl>
<dl><dt><strong>Key_F19</strong> = 4162</dl>
<dl><dt><strong>Key_F2</strong> = 4145</dl>
<dl><dt><strong>Key_F20</strong> = 4163</dl>
<dl><dt><strong>Key_F21</strong> = 4164</dl>
<dl><dt><strong>Key_F22</strong> = 4165</dl>
<dl><dt><strong>Key_F23</strong> = 4166</dl>
<dl><dt><strong>Key_F24</strong> = 4167</dl>
<dl><dt><strong>Key_F25</strong> = 4168</dl>
<dl><dt><strong>Key_F26</strong> = 4169</dl>
<dl><dt><strong>Key_F27</strong> = 4170</dl>
<dl><dt><strong>Key_F28</strong> = 4171</dl>
<dl><dt><strong>Key_F29</strong> = 4172</dl>
<dl><dt><strong>Key_F3</strong> = 4146</dl>
<dl><dt><strong>Key_F30</strong> = 4173</dl>
<dl><dt><strong>Key_F31</strong> = 4174</dl>
<dl><dt><strong>Key_F32</strong> = 4175</dl>
<dl><dt><strong>Key_F33</strong> = 4176</dl>
<dl><dt><strong>Key_F34</strong> = 4177</dl>
<dl><dt><strong>Key_F35</strong> = 4178</dl>
<dl><dt><strong>Key_F4</strong> = 4147</dl>
<dl><dt><strong>Key_F5</strong> = 4148</dl>
<dl><dt><strong>Key_F6</strong> = 4149</dl>
<dl><dt><strong>Key_F7</strong> = 4150</dl>
<dl><dt><strong>Key_F8</strong> = 4151</dl>
<dl><dt><strong>Key_F9</strong> = 4152</dl>
<dl><dt><strong>Key_Favorites</strong> = 4241</dl>
<dl><dt><strong>Key_Forward</strong> = 4194</dl>
<dl><dt><strong>Key_G</strong> = 71</dl>
<dl><dt><strong>Key_Greater</strong> = 62</dl>
<dl><dt><strong>Key_H</strong> = 72</dl>
<dl><dt><strong>Key_Help</strong> = 4184</dl>
<dl><dt><strong>Key_Home</strong> = 4112</dl>
<dl><dt><strong>Key_HomePage</strong> = 4240</dl>
<dl><dt><strong>Key_Hyper_L</strong> = 4182</dl>
<dl><dt><strong>Key_Hyper_R</strong> = 4183</dl>
<dl><dt><strong>Key_I</strong> = 73</dl>
<dl><dt><strong>Key_Iacute</strong> = 205</dl>
<dl><dt><strong>Key_Icircumflex</strong> = 206</dl>
<dl><dt><strong>Key_Idiaeresis</strong> = 207</dl>
<dl><dt><strong>Key_Igrave</strong> = 204</dl>
<dl><dt><strong>Key_Insert</strong> = 4102</dl>
<dl><dt><strong>Key_J</strong> = 74</dl>
<dl><dt><strong>Key_K</strong> = 75</dl>
<dl><dt><strong>Key_L</strong> = 76</dl>
<dl><dt><strong>Key_Launch0</strong> = 4258</dl>
<dl><dt><strong>Key_Launch1</strong> = 4259</dl>
<dl><dt><strong>Key_Launch2</strong> = 4260</dl>
<dl><dt><strong>Key_Launch3</strong> = 4261</dl>
<dl><dt><strong>Key_Launch4</strong> = 4262</dl>
<dl><dt><strong>Key_Launch5</strong> = 4263</dl>
<dl><dt><strong>Key_Launch6</strong> = 4264</dl>
<dl><dt><strong>Key_Launch7</strong> = 4265</dl>
<dl><dt><strong>Key_Launch8</strong> = 4266</dl>
<dl><dt><strong>Key_Launch9</strong> = 4267</dl>
<dl><dt><strong>Key_LaunchA</strong> = 4268</dl>
<dl><dt><strong>Key_LaunchB</strong> = 4269</dl>
<dl><dt><strong>Key_LaunchC</strong> = 4270</dl>
<dl><dt><strong>Key_LaunchD</strong> = 4271</dl>
<dl><dt><strong>Key_LaunchE</strong> = 4272</dl>
<dl><dt><strong>Key_LaunchF</strong> = 4273</dl>
<dl><dt><strong>Key_LaunchMail</strong> = 4256</dl>
<dl><dt><strong>Key_LaunchMedia</strong> = 4257</dl>
<dl><dt><strong>Key_Left</strong> = 4114</dl>
<dl><dt><strong>Key_Less</strong> = 60</dl>
<dl><dt><strong>Key_M</strong> = 77</dl>
<dl><dt><strong>Key_MediaLast</strong> = 8191</dl>
<dl><dt><strong>Key_MediaNext</strong> = 4227</dl>
<dl><dt><strong>Key_MediaPlay</strong> = 4224</dl>
<dl><dt><strong>Key_MediaPrev</strong> = 4226</dl>
<dl><dt><strong>Key_MediaRecord</strong> = 4228</dl>
<dl><dt><strong>Key_MediaStop</strong> = 4225</dl>
<dl><dt><strong>Key_Menu</strong> = 4181</dl>
<dl><dt><strong>Key_Meta</strong> = 4130</dl>
<dl><dt><strong>Key_Minus</strong> = 45</dl>
<dl><dt><strong>Key_N</strong> = 78</dl>
<dl><dt><strong>Key_Next</strong> = 4119</dl>
<dl><dt><strong>Key_Ntilde</strong> = 209</dl>
<dl><dt><strong>Key_NumLock</strong> = 4133</dl>
<dl><dt><strong>Key_NumberSign</strong> = 35</dl>
<dl><dt><strong>Key_O</strong> = 79</dl>
<dl><dt><strong>Key_Oacute</strong> = 211</dl>
<dl><dt><strong>Key_Ocircumflex</strong> = 212</dl>
<dl><dt><strong>Key_Odiaeresis</strong> = 214</dl>
<dl><dt><strong>Key_Ograve</strong> = 210</dl>
<dl><dt><strong>Key_Ooblique</strong> = 216</dl>
<dl><dt><strong>Key_OpenUrl</strong> = 4244</dl>
<dl><dt><strong>Key_Otilde</strong> = 213</dl>
<dl><dt><strong>Key_P</strong> = 80</dl>
<dl><dt><strong>Key_PageDown</strong> = 4119</dl>
<dl><dt><strong>Key_PageUp</strong> = 4118</dl>
<dl><dt><strong>Key_ParenLeft</strong> = 40</dl>
<dl><dt><strong>Key_ParenRight</strong> = 41</dl>
<dl><dt><strong>Key_Pause</strong> = 4104</dl>
<dl><dt><strong>Key_Percent</strong> = 37</dl>
<dl><dt><strong>Key_Period</strong> = 46</dl>
<dl><dt><strong>Key_Plus</strong> = 43</dl>
<dl><dt><strong>Key_Print</strong> = 4105</dl>
<dl><dt><strong>Key_Prior</strong> = 4118</dl>
<dl><dt><strong>Key_Q</strong> = 81</dl>
<dl><dt><strong>Key_Question</strong> = 63</dl>
<dl><dt><strong>Key_QuoteDbl</strong> = 34</dl>
<dl><dt><strong>Key_QuoteLeft</strong> = 96</dl>
<dl><dt><strong>Key_R</strong> = 82</dl>
<dl><dt><strong>Key_Refresh</strong> = 4196</dl>
<dl><dt><strong>Key_Return</strong> = 4100</dl>
<dl><dt><strong>Key_Right</strong> = 4116</dl>
<dl><dt><strong>Key_S</strong> = 83</dl>
<dl><dt><strong>Key_ScrollLock</strong> = 4134</dl>
<dl><dt><strong>Key_Search</strong> = 4242</dl>
<dl><dt><strong>Key_Semicolon</strong> = 59</dl>
<dl><dt><strong>Key_Shift</strong> = 4128</dl>
<dl><dt><strong>Key_Slash</strong> = 47</dl>
<dl><dt><strong>Key_Space</strong> = 32</dl>
<dl><dt><strong>Key_Standby</strong> = 4243</dl>
<dl><dt><strong>Key_Stop</strong> = 4195</dl>
<dl><dt><strong>Key_Super_L</strong> = 4179</dl>
<dl><dt><strong>Key_Super_R</strong> = 4180</dl>
<dl><dt><strong>Key_SysReq</strong> = 4106</dl>
<dl><dt><strong>Key_T</strong> = 84</dl>
<dl><dt><strong>Key_THORN</strong> = 222</dl>
<dl><dt><strong>Key_Tab</strong> = 4097</dl>
<dl><dt><strong>Key_TrebleDown</strong> = 4215</dl>
<dl><dt><strong>Key_TrebleUp</strong> = 4214</dl>
<dl><dt><strong>Key_U</strong> = 85</dl>
<dl><dt><strong>Key_Uacute</strong> = 218</dl>
<dl><dt><strong>Key_Ucircumflex</strong> = 219</dl>
<dl><dt><strong>Key_Udiaeresis</strong> = 220</dl>
<dl><dt><strong>Key_Ugrave</strong> = 217</dl>
<dl><dt><strong>Key_Underscore</strong> = 95</dl>
<dl><dt><strong>Key_Up</strong> = 4115</dl>
<dl><dt><strong>Key_V</strong> = 86</dl>
<dl><dt><strong>Key_VolumeDown</strong> = 4208</dl>
<dl><dt><strong>Key_VolumeMute</strong> = 4209</dl>
<dl><dt><strong>Key_VolumeUp</strong> = 4210</dl>
<dl><dt><strong>Key_W</strong> = 87</dl>
<dl><dt><strong>Key_X</strong> = 88</dl>
<dl><dt><strong>Key_Y</strong> = 89</dl>
<dl><dt><strong>Key_Yacute</strong> = 221</dl>
<dl><dt><strong>Key_Z</strong> = 90</dl>
<dl><dt><strong>Key_aacute</strong> = 225</dl>
<dl><dt><strong>Key_acircumflex</strong> = 226</dl>
<dl><dt><strong>Key_acute</strong> = 180</dl>
<dl><dt><strong>Key_adiaeresis</strong> = 228</dl>
<dl><dt><strong>Key_ae</strong> = 230</dl>
<dl><dt><strong>Key_agrave</strong> = 224</dl>
<dl><dt><strong>Key_aring</strong> = 229</dl>
<dl><dt><strong>Key_atilde</strong> = 227</dl>
<dl><dt><strong>Key_brokenbar</strong> = 166</dl>
<dl><dt><strong>Key_ccedilla</strong> = 231</dl>
<dl><dt><strong>Key_cedilla</strong> = 184</dl>
<dl><dt><strong>Key_cent</strong> = 162</dl>
<dl><dt><strong>Key_copyright</strong> = 169</dl>
<dl><dt><strong>Key_currency</strong> = 164</dl>
<dl><dt><strong>Key_degree</strong> = 176</dl>
<dl><dt><strong>Key_diaeresis</strong> = 168</dl>
<dl><dt><strong>Key_division</strong> = 247</dl>
<dl><dt><strong>Key_eacute</strong> = 233</dl>
<dl><dt><strong>Key_ecircumflex</strong> = 234</dl>
<dl><dt><strong>Key_ediaeresis</strong> = 235</dl>
<dl><dt><strong>Key_egrave</strong> = 232</dl>
<dl><dt><strong>Key_eth</strong> = 240</dl>
<dl><dt><strong>Key_exclamdown</strong> = 161</dl>
<dl><dt><strong>Key_guillemotleft</strong> = 171</dl>
<dl><dt><strong>Key_guillemotright</strong> = 187</dl>
<dl><dt><strong>Key_hyphen</strong> = 173</dl>
<dl><dt><strong>Key_iacute</strong> = 237</dl>
<dl><dt><strong>Key_icircumflex</strong> = 238</dl>
<dl><dt><strong>Key_idiaeresis</strong> = 239</dl>
<dl><dt><strong>Key_igrave</strong> = 236</dl>
<dl><dt><strong>Key_macron</strong> = 175</dl>
<dl><dt><strong>Key_masculine</strong> = 186</dl>
<dl><dt><strong>Key_mu</strong> = 181</dl>
<dl><dt><strong>Key_multiply</strong> = 215</dl>
<dl><dt><strong>Key_nobreakspace</strong> = 160</dl>
<dl><dt><strong>Key_notsign</strong> = 172</dl>
<dl><dt><strong>Key_ntilde</strong> = 241</dl>
<dl><dt><strong>Key_oacute</strong> = 243</dl>
<dl><dt><strong>Key_ocircumflex</strong> = 244</dl>
<dl><dt><strong>Key_odiaeresis</strong> = 246</dl>
<dl><dt><strong>Key_ograve</strong> = 242</dl>
<dl><dt><strong>Key_onehalf</strong> = 189</dl>
<dl><dt><strong>Key_onequarter</strong> = 188</dl>
<dl><dt><strong>Key_onesuperior</strong> = 185</dl>
<dl><dt><strong>Key_ordfeminine</strong> = 170</dl>
<dl><dt><strong>Key_oslash</strong> = 248</dl>
<dl><dt><strong>Key_otilde</strong> = 245</dl>
<dl><dt><strong>Key_paragraph</strong> = 182</dl>
<dl><dt><strong>Key_periodcentered</strong> = 183</dl>
<dl><dt><strong>Key_plusminus</strong> = 177</dl>
<dl><dt><strong>Key_questiondown</strong> = 191</dl>
<dl><dt><strong>Key_registered</strong> = 174</dl>
<dl><dt><strong>Key_section</strong> = 167</dl>
<dl><dt><strong>Key_ssharp</strong> = 223</dl>
<dl><dt><strong>Key_sterling</strong> = 163</dl>
<dl><dt><strong>Key_thorn</strong> = 254</dl>
<dl><dt><strong>Key_threequarters</strong> = 190</dl>
<dl><dt><strong>Key_threesuperior</strong> = 179</dl>
<dl><dt><strong>Key_twosuperior</strong> = 178</dl>
<dl><dt><strong>Key_uacute</strong> = 250</dl>
<dl><dt><strong>Key_ucircumflex</strong> = 251</dl>
<dl><dt><strong>Key_udiaeresis</strong> = 252</dl>
<dl><dt><strong>Key_ugrave</strong> = 249</dl>
<dl><dt><strong>Key_unknown</strong> = 65535</dl>
<dl><dt><strong>Key_yacute</strong> = 253</dl>
<dl><dt><strong>Key_ydiaeresis</strong> = 255</dl>
<dl><dt><strong>Key_yen</strong> = 165</dl>
<dl><dt><strong>Keypad</strong> = 16384</dl>
<dl><dt><strong>LastCursor</strong> = 16</dl>
<dl><dt><strong>LastROP</strong> = 15</dl>
<dl><dt><strong>LeftArrow</strong> = 2</dl>
<dl><dt><strong>LeftButton</strong> = 1</dl>
<dl><dt><strong>LocalDate</strong> = 2</dl>
<dl><dt><strong>LocalTime</strong> = 0</dl>
<dl><dt><strong>LogText</strong> = 3</dl>
<dl><dt><strong>META</strong> = 1048576</dl>
<dl><dt><strong>MODIFIER_MASK</strong> = 15728640</dl>
<dl><dt><strong>MPenCapStyle</strong> = 48</dl>
<dl><dt><strong>MPenJoinStyle</strong> = 192</dl>
<dl><dt><strong>MPenStyle</strong> = 15</dl>
<dl><dt><strong>MetaButton</strong> = 2048</dl>
<dl><dt><strong>MidButton</strong> = 4</dl>
<dl><dt><strong>MiterJoin</strong> = 0</dl>
<dl><dt><strong>Modifier</strong> = <class 'qt.Modifier'></dl>
<dl><dt><strong>MonoOnly</strong> = 2</dl>
<dl><dt><strong>MotifStyle</strong> = 4</dl>
<dl><dt><strong>MouseButtonMask</strong> = 7</dl>
<dl><dt><strong>NandROP</strong> = 14</dl>
<dl><dt><strong>NoAccel</strong> = 16384</dl>
<dl><dt><strong>NoBackground</strong> = 2</dl>
<dl><dt><strong>NoBrush</strong> = 0</dl>
<dl><dt><strong>NoButton</strong> = 0</dl>
<dl><dt><strong>NoMatch</strong> = 0</dl>
<dl><dt><strong>NoPen</strong> = 0</dl>
<dl><dt><strong>NopROP</strong> = 11</dl>
<dl><dt><strong>NorROP</strong> = 15</dl>
<dl><dt><strong>NotAndROP</strong> = 3</dl>
<dl><dt><strong>NotCopyROP</strong> = 4</dl>
<dl><dt><strong>NotEraseROP</strong> = 7</dl>
<dl><dt><strong>NotOrROP</strong> = 5</dl>
<dl><dt><strong>NotROP</strong> = 8</dl>
<dl><dt><strong>NotXorROP</strong> = 6</dl>
<dl><dt><strong>OpaqueMode</strong> = 1</dl>
<dl><dt><strong>OrNotROP</strong> = 13</dl>
<dl><dt><strong>OrROP</strong> = 1</dl>
<dl><dt><strong>OrderedAlphaDither</strong> = 4</dl>
<dl><dt><strong>OrderedDither</strong> = 16</dl>
<dl><dt><strong>Orientation</strong> = <class 'qt.Orientation'></dl>
<dl><dt><strong>PaletteBackground</strong> = 12</dl>
<dl><dt><strong>PaletteBase</strong> = 11</dl>
<dl><dt><strong>PaletteBrightText</strong> = 10</dl>
<dl><dt><strong>PaletteButton</strong> = 4</dl>
<dl><dt><strong>PaletteButtonText</strong> = 16</dl>
<dl><dt><strong>PaletteDark</strong> = 7</dl>
<dl><dt><strong>PaletteForeground</strong> = 3</dl>
<dl><dt><strong>PaletteHighlight</strong> = 14</dl>
<dl><dt><strong>PaletteHighlightedText</strong> = 15</dl>
<dl><dt><strong>PaletteLight</strong> = 5</dl>
<dl><dt><strong>PaletteLink</strong> = 17</dl>
<dl><dt><strong>PaletteLinkVisited</strong> = 18</dl>
<dl><dt><strong>PaletteMid</strong> = 8</dl>
<dl><dt><strong>PaletteMidlight</strong> = 6</dl>
<dl><dt><strong>PaletteShadow</strong> = 13</dl>
<dl><dt><strong>PaletteText</strong> = 9</dl>
<dl><dt><strong>PartialMatch</strong> = 1</dl>
<dl><dt><strong>PenCapStyle</strong> = <class 'qt.PenCapStyle'></dl>
<dl><dt><strong>PenJoinStyle</strong> = <class 'qt.PenJoinStyle'></dl>
<dl><dt><strong>PenStyle</strong> = <class 'qt.PenStyle'></dl>
<dl><dt><strong>PlainText</strong> = 0</dl>
<dl><dt><strong>PointingHandCursor</strong> = 13</dl>
<dl><dt><strong>PreferDither</strong> = 64</dl>
<dl><dt><strong>RasterOp</strong> = <class 'qt.RasterOp'></dl>
<dl><dt><strong>RichText</strong> = 1</dl>
<dl><dt><strong>RightArrow</strong> = 3</dl>
<dl><dt><strong>RightButton</strong> = 2</dl>
<dl><dt><strong>RoundCap</strong> = 32</dl>
<dl><dt><strong>RoundJoin</strong> = 128</dl>
<dl><dt><strong>SHIFT</strong> = 2097152</dl>
<dl><dt><strong>SequenceMatch</strong> = <class 'qt.SequenceMatch'></dl>
<dl><dt><strong>SetROP</strong> = 10</dl>
<dl><dt><strong>ShiftButton</strong> = 256</dl>
<dl><dt><strong>ShowPrefix</strong> = 1024</dl>
<dl><dt><strong>SingleLine</strong> = 128</dl>
<dl><dt><strong>SizeAllCursor</strong> = 9</dl>
<dl><dt><strong>SizeBDiagCursor</strong> = 7</dl>
<dl><dt><strong>SizeFDiagCursor</strong> = 8</dl>
<dl><dt><strong>SizeHorCursor</strong> = 6</dl>
<dl><dt><strong>SizeVerCursor</strong> = 5</dl>
<dl><dt><strong>SolidLine</strong> = 1</dl>
<dl><dt><strong>SolidPattern</strong> = 1</dl>
<dl><dt><strong>SortOrder</strong> = <class 'qt.SortOrder'></dl>
<dl><dt><strong>SplitHCursor</strong> = 12</dl>
<dl><dt><strong>SplitVCursor</strong> = 11</dl>
<dl><dt><strong>SquareCap</strong> = 16</dl>
<dl><dt><strong>StringComparisonMode</strong> = <class 'qt.StringComparisonMode'></dl>
<dl><dt><strong>TextDate</strong> = 0</dl>
<dl><dt><strong>TextFlags</strong> = <class 'qt.TextFlags'></dl>
<dl><dt><strong>TextFormat</strong> = <class 'qt.TextFormat'></dl>
<dl><dt><strong>ThresholdAlphaDither</strong> = 0</dl>
<dl><dt><strong>ThresholdDither</strong> = 32</dl>
<dl><dt><strong>TimeSpec</strong> = <class 'qt.TimeSpec'></dl>
<dl><dt><strong>TopLeft</strong> = 0</dl>
<dl><dt><strong>TopRight</strong> = 1</dl>
<dl><dt><strong>TransparentMode</strong> = 0</dl>
<dl><dt><strong>UIEffect</strong> = <class 'qt.UIEffect'></dl>
<dl><dt><strong>UI_AnimateCombo</strong> = 3</dl>
<dl><dt><strong>UI_AnimateMenu</strong> = 1</dl>
<dl><dt><strong>UI_AnimateToolBox</strong> = 6</dl>
<dl><dt><strong>UI_AnimateTooltip</strong> = 4</dl>
<dl><dt><strong>UI_FadeMenu</strong> = 2</dl>
<dl><dt><strong>UI_FadeTooltip</strong> = 5</dl>
<dl><dt><strong>UI_General</strong> = 0</dl>
<dl><dt><strong>UNICODE_ACCEL</strong> = 268435456</dl>
<dl><dt><strong>UTC</strong> = 1</dl>
<dl><dt><strong>UpArrow</strong> = 0</dl>
<dl><dt><strong>UpArrowCursor</strong> = 1</dl>
<dl><dt><strong>VerPattern</strong> = 10</dl>
<dl><dt><strong>Vertical</strong> = 1</dl>
<dl><dt><strong>WDestructiveClose</strong> = 65536</dl>
<dl><dt><strong>WGroupLeader</strong> = 33554432</dl>
<dl><dt><strong>WMouseNoMask</strong> = 2097152</dl>
<dl><dt><strong>WNoAutoErase</strong> = 9437184</dl>
<dl><dt><strong>WNoMousePropagation</strong> = 134217728</dl>
<dl><dt><strong>WPaintClever</strong> = 524288</dl>
<dl><dt><strong>WPaintDesktop</strong> = 131072</dl>
<dl><dt><strong>WPaintUnclipped</strong> = 262144</dl>
<dl><dt><strong>WRepaintNoErase</strong> = 8388608</dl>
<dl><dt><strong>WResizeNoErase</strong> = 1048576</dl>
<dl><dt><strong>WShowModal</strong> = 67108864</dl>
<dl><dt><strong>WState_Polished</strong> = 8192</dl>
<dl><dt><strong>WStaticContents</strong> = 4194304</dl>
<dl><dt><strong>WStyle_ContextHelp</strong> = 16384</dl>
<dl><dt><strong>WStyle_Customize</strong> = 16</dl>
<dl><dt><strong>WStyle_DialogBorder</strong> = 64</dl>
<dl><dt><strong>WStyle_Mask</strong> = 65520</dl>
<dl><dt><strong>WStyle_Maximize</strong> = 1024</dl>
<dl><dt><strong>WStyle_MinMax</strong> = 1536</dl>
<dl><dt><strong>WStyle_Minimize</strong> = 512</dl>
<dl><dt><strong>WStyle_NoBorder</strong> = 8192</dl>
<dl><dt><strong>WStyle_NormalBorder</strong> = 32</dl>
<dl><dt><strong>WStyle_Reserved</strong> = 32768</dl>
<dl><dt><strong>WStyle_Splash</strong> = 536870912</dl>
<dl><dt><strong>WStyle_StaysOnTop</strong> = 4096</dl>
<dl><dt><strong>WStyle_SysMenu</strong> = 256</dl>
<dl><dt><strong>WStyle_Title</strong> = 128</dl>
<dl><dt><strong>WStyle_Tool</strong> = 2048</dl>
<dl><dt><strong>WSubWindow</strong> = 268435456</dl>
<dl><dt><strong>WType_Desktop</strong> = 8</dl>
<dl><dt><strong>WType_Dialog</strong> = 2</dl>
<dl><dt><strong>WType_Mask</strong> = 15</dl>
<dl><dt><strong>WType_Popup</strong> = 4</dl>
<dl><dt><strong>WType_TopLevel</strong> = 1</dl>
<dl><dt><strong>WV_2000</strong> = 32</dl>
<dl><dt><strong>WV_2003</strong> = 64</dl>
<dl><dt><strong>WV_32s</strong> = 1</dl>
<dl><dt><strong>WV_95</strong> = 2</dl>
<dl><dt><strong>WV_98</strong> = 3</dl>
<dl><dt><strong>WV_CE</strong> = 256</dl>
<dl><dt><strong>WV_CENET</strong> = 512</dl>
<dl><dt><strong>WV_CE_based</strong> = 3840</dl>
<dl><dt><strong>WV_DOS_based</strong> = 15</dl>
<dl><dt><strong>WV_Me</strong> = 4</dl>
<dl><dt><strong>WV_NT</strong> = 16</dl>
<dl><dt><strong>WV_NT_based</strong> = 240</dl>
<dl><dt><strong>WV_XP</strong> = 48</dl>
<dl><dt><strong>WWinOwnDC</strong> = 0</dl>
<dl><dt><strong>WX11BypassWM</strong> = 16777216</dl>
<dl><dt><strong>WaitCursor</strong> = 3</dl>
<dl><dt><strong>WhatsThisCursor</strong> = 15</dl>
<dl><dt><strong>WidgetFlags</strong> = <class 'qt.WidgetFlags'></dl>
<dl><dt><strong>WidgetState</strong> = <class 'qt.WidgetState'></dl>
<dl><dt><strong>WindowActive</strong> = 8</dl>
<dl><dt><strong>WindowFullScreen</strong> = 4</dl>
<dl><dt><strong>WindowMaximized</strong> = 2</dl>
<dl><dt><strong>WindowMinimized</strong> = 1</dl>
<dl><dt><strong>WindowNoState</strong> = 0</dl>
<dl><dt><strong>WindowState</strong> = <class 'qt.WindowState'></dl>
<dl><dt><strong>WindowsStyle</strong> = 1</dl>
<dl><dt><strong>WindowsVersion</strong> = <class 'qt.WindowsVersion'></dl>
<dl><dt><strong>WordBreak</strong> = 2048</dl>
<dl><dt><strong>X11ParentRelative</strong> = 19</dl>
<dl><dt><strong>XorROP</strong> = 2</dl>
<dl><dt><strong>__weakref__</strong> = <attribute '__weakref__' of 'Qt' objects><dd><tt>list of weak references to the object (if defined)</tt></dl>
<dl><dt><strong>arrowCursor</strong> = <qt.QCursor object></dl>
<dl><dt><strong>black</strong> = <qt.QColor object></dl>
<dl><dt><strong>blankCursor</strong> = <qt.QCursor object></dl>
<dl><dt><strong>blue</strong> = <qt.QColor object></dl>
<dl><dt><strong>busyCursor</strong> = <qt.QCursor object></dl>
<dl><dt><strong>color0</strong> = <qt.QColor object></dl>
<dl><dt><strong>color1</strong> = <qt.QColor object></dl>
<dl><dt><strong>crossCursor</strong> = <qt.QCursor object></dl>
<dl><dt><strong>cyan</strong> = <qt.QColor object></dl>
<dl><dt><strong>darkBlue</strong> = <qt.QColor object></dl>
<dl><dt><strong>darkCyan</strong> = <qt.QColor object></dl>
<dl><dt><strong>darkGray</strong> = <qt.QColor object></dl>
<dl><dt><strong>darkGreen</strong> = <qt.QColor object></dl>
<dl><dt><strong>darkMagenta</strong> = <qt.QColor object></dl>
<dl><dt><strong>darkRed</strong> = <qt.QColor object></dl>
<dl><dt><strong>darkYellow</strong> = <qt.QColor object></dl>
<dl><dt><strong>forbiddenCursor</strong> = <qt.QCursor object></dl>
<dl><dt><strong>gray</strong> = <qt.QColor object></dl>
<dl><dt><strong>green</strong> = <qt.QColor object></dl>
<dl><dt><strong>ibeamCursor</strong> = <qt.QCursor object></dl>
<dl><dt><strong>lightGray</strong> = <qt.QColor object></dl>
<dl><dt><strong>magenta</strong> = <qt.QColor object></dl>
<dl><dt><strong>pointingHandCursor</strong> = <qt.QCursor object></dl>
<dl><dt><strong>red</strong> = <qt.QColor object></dl>
<dl><dt><strong>sizeAllCursor</strong> = <qt.QCursor object></dl>
<dl><dt><strong>sizeBDiagCursor</strong> = <qt.QCursor object></dl>
<dl><dt><strong>sizeFDiagCursor</strong> = <qt.QCursor object></dl>
<dl><dt><strong>sizeHorCursor</strong> = <qt.QCursor object></dl>
<dl><dt><strong>sizeVerCursor</strong> = <qt.QCursor object></dl>
<dl><dt><strong>splitHCursor</strong> = <qt.QCursor object></dl>
<dl><dt><strong>splitVCursor</strong> = <qt.QCursor object></dl>
<dl><dt><strong>upArrowCursor</strong> = <qt.QCursor object></dl>
<dl><dt><strong>waitCursor</strong> = <qt.QCursor object></dl>
<dl><dt><strong>whatsThisCursor</strong> = <qt.QCursor object></dl>
<dl><dt><strong>white</strong> = <qt.QColor object></dl>
<dl><dt><strong>yellow</strong> = <qt.QColor object></dl>
<hr>
Data and other attributes inherited from <a href="qt.html#QPaintDevice">qt.QPaintDevice</a>:<br>
<dl><dt><strong>PDevCmd</strong> = <class 'qt.PDevCmd'></dl>
<dl><dt><strong>PdcBegin</strong> = 30</dl>
<dl><dt><strong>PdcDrawArc</strong> = 8</dl>
<dl><dt><strong>PdcDrawChord</strong> = 10</dl>
<dl><dt><strong>PdcDrawCubicBezier</strong> = 14</dl>
<dl><dt><strong>PdcDrawEllipse</strong> = 7</dl>
<dl><dt><strong>PdcDrawFirst</strong> = 1</dl>
<dl><dt><strong>PdcDrawImage</strong> = 18</dl>
<dl><dt><strong>PdcDrawLast</strong> = 21</dl>
<dl><dt><strong>PdcDrawLine</strong> = 4</dl>
<dl><dt><strong>PdcDrawLineSegments</strong> = 11</dl>
<dl><dt><strong>PdcDrawPie</strong> = 9</dl>
<dl><dt><strong>PdcDrawPixmap</strong> = 17</dl>
<dl><dt><strong>PdcDrawPoint</strong> = 1</dl>
<dl><dt><strong>PdcDrawPolygon</strong> = 13</dl>
<dl><dt><strong>PdcDrawPolyline</strong> = 12</dl>
<dl><dt><strong>PdcDrawRect</strong> = 5</dl>
<dl><dt><strong>PdcDrawRoundRect</strong> = 6</dl>
<dl><dt><strong>PdcDrawText</strong> = 15</dl>
<dl><dt><strong>PdcDrawText2</strong> = 19</dl>
<dl><dt><strong>PdcDrawText2Formatted</strong> = 20</dl>
<dl><dt><strong>PdcDrawTextFormatted</strong> = 16</dl>
<dl><dt><strong>PdcDrawTextItem</strong> = 21</dl>
<dl><dt><strong>PdcEnd</strong> = 31</dl>
<dl><dt><strong>PdcLineTo</strong> = 3</dl>
<dl><dt><strong>PdcMoveTo</strong> = 2</dl>
<dl><dt><strong>PdcNOP</strong> = 0</dl>
<dl><dt><strong>PdcReservedStart</strong> = 0</dl>
<dl><dt><strong>PdcReservedStop</strong> = 199</dl>
<dl><dt><strong>PdcRestore</strong> = 33</dl>
<dl><dt><strong>PdcRestoreWMatrix</strong> = 57</dl>
<dl><dt><strong>PdcSave</strong> = 32</dl>
<dl><dt><strong>PdcSaveWMatrix</strong> = 56</dl>
<dl><dt><strong>PdcSetBkColor</strong> = 40</dl>
<dl><dt><strong>PdcSetBkMode</strong> = 41</dl>
<dl><dt><strong>PdcSetBrush</strong> = 47</dl>
<dl><dt><strong>PdcSetBrushOrigin</strong> = 43</dl>
<dl><dt><strong>PdcSetClip</strong> = 60</dl>
<dl><dt><strong>PdcSetClipRegion</strong> = 61</dl>
<dl><dt><strong>PdcSetFont</strong> = 45</dl>
<dl><dt><strong>PdcSetPen</strong> = 46</dl>
<dl><dt><strong>PdcSetROP</strong> = 42</dl>
<dl><dt><strong>PdcSetTabArray</strong> = 49</dl>
<dl><dt><strong>PdcSetTabStops</strong> = 48</dl>
<dl><dt><strong>PdcSetUnit</strong> = 50</dl>
<dl><dt><strong>PdcSetVXform</strong> = 51</dl>
<dl><dt><strong>PdcSetViewport</strong> = 53</dl>
<dl><dt><strong>PdcSetWMatrix</strong> = 55</dl>
<dl><dt><strong>PdcSetWXform</strong> = 54</dl>
<dl><dt><strong>PdcSetWindow</strong> = 52</dl>
<dl><dt><strong>PdcSetdev</strong> = 34</dl>
<dl><dt><strong>devType</strong> = <built-in function devType></dl>
<dl><dt><strong>handle</strong> = <built-in function handle></dl>
<dl><dt><strong>isExtDev</strong> = <built-in function isExtDev></dl>
<dl><dt><strong>paintingActive</strong> = <built-in function paintingActive></dl>
<dl><dt><strong>resolution</strong> = <built-in function resolution></dl>
<dl><dt><strong>setResolution</strong> = <built-in function setResolution></dl>
<dl><dt><strong>x11AppCells</strong> = <built-in function x11AppCells></dl>
<dl><dt><strong>x11AppColormap</strong> = <built-in function x11AppColormap></dl>
<dl><dt><strong>x11AppDefaultColormap</strong> = <built-in function x11AppDefaultColormap></dl>
<dl><dt><strong>x11AppDefaultVisual</strong> = <built-in function x11AppDefaultVisual></dl>
<dl><dt><strong>x11AppDepth</strong> = <built-in function x11AppDepth></dl>
<dl><dt><strong>x11AppDisplay</strong> = <built-in function x11AppDisplay></dl>
<dl><dt><strong>x11AppDpiX</strong> = <built-in function x11AppDpiX></dl>
<dl><dt><strong>x11AppDpiY</strong> = <built-in function x11AppDpiY></dl>
<dl><dt><strong>x11AppRootWindow</strong> = <built-in function x11AppRootWindow></dl>
<dl><dt><strong>x11AppScreen</strong> = <built-in function x11AppScreen></dl>
<dl><dt><strong>x11AppVisual</strong> = <built-in function x11AppVisual></dl>
<dl><dt><strong>x11Cells</strong> = <built-in function x11Cells></dl>
<dl><dt><strong>x11Colormap</strong> = <built-in function x11Colormap></dl>
<dl><dt><strong>x11DefaultColormap</strong> = <built-in function x11DefaultColormap></dl>
<dl><dt><strong>x11DefaultVisual</strong> = <built-in function x11DefaultVisual></dl>
<dl><dt><strong>x11Depth</strong> = <built-in function x11Depth></dl>
<dl><dt><strong>x11Display</strong> = <built-in function x11Display></dl>
<dl><dt><strong>x11RenderHandle</strong> = <built-in function x11RenderHandle></dl>
<dl><dt><strong>x11Screen</strong> = <built-in function x11Screen></dl>
<dl><dt><strong>x11SetAppDpiX</strong> = <built-in function x11SetAppDpiX></dl>
<dl><dt><strong>x11SetAppDpiY</strong> = <built-in function x11SetAppDpiY></dl>
<dl><dt><strong>x11Visual</strong> = <built-in function x11Visual></dl>
<hr>
Methods inherited from <a href="sip.html#wrapper">sip.wrapper</a>:<br>
<dl><dt><a name="NavigationToolbar2QT-__delattr__"><strong>__delattr__</strong></a>(...)</dt><dd><tt>x.<a href="#NavigationToolbar2QT-__delattr__">__delattr__</a>('name') <==> del x.name</tt></dd></dl>
<dl><dt><a name="NavigationToolbar2QT-__getattribute__"><strong>__getattribute__</strong></a>(...)</dt><dd><tt>x.<a href="#NavigationToolbar2QT-__getattribute__">__getattribute__</a>('name') <==> x.name</tt></dd></dl>
<dl><dt><a name="NavigationToolbar2QT-__setattr__"><strong>__setattr__</strong></a>(...)</dt><dd><tt>x.<a href="#NavigationToolbar2QT-__setattr__">__setattr__</a>('name', value) <==> x.name = value</tt></dd></dl>
<hr>
Data and other attributes inherited from <a href="sip.html#wrapper">sip.wrapper</a>:<br>
<dl><dt><strong>__new__</strong> = <built-in method __new__ of sip.wrappertype object><dd><tt>T.<a href="#NavigationToolbar2QT-__new__">__new__</a>(S, ...) -> a new object with type S, a subtype of T</tt></dl>
</td></tr></table></td></tr></table><p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#eeaa77">
<td colspan=3 valign=bottom> <br>
<font color="#ffffff" face="helvetica, arial"><big><strong>Functions</strong></big></font></td></tr>
<tr><td bgcolor="#eeaa77"><tt> </tt></td><td> </td>
<td width="100%"><dl><dt><a name="-draw_if_interactive"><strong>draw_if_interactive</strong></a>()</dt><dd><tt>Is called after every pylab drawing command</tt></dd></dl>
<dl><dt><a name="-error_msg_qt"><strong>error_msg_qt</strong></a>(msg, parent<font color="#909090">=None</font>)</dt></dl>
<dl><dt><a name="-exception_handler"><strong>exception_handler</strong></a>(type, value, tb)</dt><dd><tt>Handle uncaught exceptions<br>
It does not catch SystemExit</tt></dd></dl>
<dl><dt><a name="-fn_name"><strong>fn_name</strong></a>()</dt></dl>
<dl><dt><a name="-new_figure_manager"><strong>new_figure_manager</strong></a>(num, *args, **kwargs)</dt><dd><tt>Create a new figure manager instance</tt></dd></dl>
<dl><dt><a name="-show"><strong>show</strong></a>(mainloop<font color="#909090">=True</font>)</dt><dd><tt>Show all the figures and enter the qt main loop<br>
This should be the last line of your script</tt></dd></dl>
</td></tr></table><p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#55aa55">
<td colspan=3 valign=bottom> <br>
<font color="#ffffff" face="helvetica, arial"><big><strong>Data</strong></big></font></td></tr>
<tr><td bgcolor="#55aa55"><tt> </tt></td><td> </td>
<td width="100%"><strong>DEBUG</strong> = False<br>
<strong>UInt8</strong> = 'B'<br>
<strong>backend_version</strong> = '0.9.1'<br>
<strong>cursord</strong> = {0: 3, 1: 0, 2: 2, 3: 13}<br>
<strong>cursors</strong> = <matplotlib.backend_bases.Cursors instance><br>
<strong>division</strong> = _Feature((2, 2, 0, 'alpha', 2), (3, 0, 0, 'alpha', 0), 8192)<br>
<strong>fontManager</strong> = <matplotlib.font_manager.FontManager instance><br>
<strong>math_parse_s_ft2font</strong> = <matplotlib.mathtext.math_parse_s_ft2font_common instance><br>
<strong>nx</strong> = <matplotlib.numerix._sp_imports._TypeNamespace instance><br>
<strong>verbose</strong> = <matplotlib.Verbose instance></td></tr></table>
@footer@