<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Hi Eron,<br>
<br>
I'm sure I've got the right member call based on the Qt documents:<br>
<br>
<a class="moz-txt-link-freetext" href="http://doc.trolltech.com/4.0/classes.html">http://doc.trolltech.com/4.0/classes.html</a><br>
<br>
(I'm aware that not everything is a direct bind and I even tried
different letter casing for the call just incase)...<br>
<br>
setColSpacing() also produced the same error for me.&nbsp; Since I only
wanted to set the spacing for a particular column, setSpacing would not
be applicable.&nbsp; My work around involved using QSpacerItem and an
addItem to the QGridLayout to help set an absolute column width--whew! <br>
<br>
Thanks Eron!<br>
<br>
- Alfred<br>
<br>
Eron Lloyd wrote:
<blockquote cite="mid200408162158.06520.elloyd@lancaster.lib.pa.us"
 type="cite">
  <pre wrap="">Hmm, check you're syntax. Try setColSpacing() instead and see what you get. Be 
aware that this method is kind of mis-named; it sets the minimum size for a 
column, not the space between. For that, use setSpacing() instead. When you 
get AttributeError problems like that, check the Qt docs and see if you're 
calling the correct member.

Take care,

Eron

On Monday 16 August 2004 9:18 pm, Alfred Young wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">setColumnSpacing
    </pre>
  </blockquote>
  <pre wrap=""><!---->---
[This E-mail scanned for viruses by Declude Virus]

_______________________________________________
PyKDE mailing list    <a class="moz-txt-link-abbreviated" href="mailto:PyKDE@mats.imk.fraunhofer.de">PyKDE@mats.imk.fraunhofer.de</a>
<a class="moz-txt-link-freetext" href="http://mats.imk.fraunhofer.de/mailman/listinfo/pykde">http://mats.imk.fraunhofer.de/mailman/listinfo/pykde</a>


  </pre>
</blockquote>
<br>
<br>
<pre class="moz-signature" cols="72">-- 
alfred young | x832 | tippett.com
</pre>
</body>
</html>