<!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 text="#000000" bgcolor="#ffffff">
    Hi,<br>
    <br>
    Using pyuic4, the text in tabs in a QToolBox is not string instance.<br>
    <br>
    e.g. :<br>
    <br>
       
    self.tool_box.setItemText(self.tool_box.indexOf(self.project_page),
    Project  -  Stage 0)<br>
    <br>
    instead :<br>
    <br>
       
    self.tool_box.setItemText(self.tool_box.indexOf(self.project_page),
    "Project  -  Stage 0")<br>
    <br>
    <br>
    Other thing, the property 'tabSpacing', wich exist in QDesigner, is
    not supported in pyqt ?<br>
    <br>
    Cheers.<br>
    <br>
    <div class="moz-signature">-- <br>
      Vincent V.V.<br>
      <a href="https://launchpad.net/oqapy">Oqapy</a></div>
  </body>
</html>