<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content="MSHTML 5.00.3315.2870" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>With PYQT Win_Commercial 3.4</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>The return of the call changes the type of the 
receiving variable.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Here's a demonstration:</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&gt;&gt;&gt; color = qRgba(1,1,1,1)</FONT></DIV>
<DIV><FONT face=Arial size=2>&gt;&gt;&gt; qRed(color)<BR>1<BR>&gt;&gt;&gt; color 
= QColorDialog.getRgba (c)<BR>&gt;&gt;&gt; color<BR>(16843009, 
1)<BR>&gt;&gt;&gt; qRed(color)<BR>Traceback (most recent call last):<BR>&nbsp; 
File "&lt;stdin&gt;", line 1, in ?<BR>TypeError: Argument 1 of qRed() has an 
invalid type <BR>&gt;&gt;&gt;</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Thanks !</FONT></DIV>
<DIV><FONT face=Arial 
size=2>________________________________________</FONT></DIV>
<DIV><FONT face=Arial size=2>Seb</FONT></DIV></BODY></HTML>