On this note, I made a complex tree widget with lots of tiers and pyuic4 didn&#39;t correctly translate the tiers. What it did was basically anything after the second tier was a continual incremented tier under the previous so,<div>
<br></div><div>+ -</div><div>   - +</div><div>   - +</div><div>      - +</div><div>         - +</div><div>            - +</div><div>               - +</div><div>.. etc, when it should have been</div><div>+ -</div><div>   - +</div>
<div>   - +</div><div>      - +</div><div>         - +</div><div>         - +</div><div>      - +</div><div><br></div><div>ive since deleted the file and their were alot more items then whats described above. Ill be recreating it soon enough, it was just alot of items.<br>
<br><div class="gmail_quote">On Sat, Jul 11, 2009 at 5:04 AM, Hans-Peter Jansen <span dir="ltr">&lt;<a href="mailto:hpj@urpla.net">hpj@urpla.net</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi Phil,<br>
<br>
attached .ui demonstrates a few issues of pyuic4:<br>
<br>
 - ignores stretch factors in verticalLayout<br>
 - ignores all tableView attributes<br>
<br>
As a bonus, I&#39;ve attached a minor bugfix for the chart example ;-).<br>
The pie &quot;rubber band&quot; selection still does not work correct (it arbitrarily<br>
selects pie slices under &quot;certain&quot; conditions), but at least, it doesn&#39;t<br>
throw exceptions anymore..<br>
<br>
Pete<br>
<br>_______________________________________________<br>
PyQt mailing list    <a href="mailto:PyQt@riverbankcomputing.com">PyQt@riverbankcomputing.com</a><br>
<a href="http://www.riverbankcomputing.com/mailman/listinfo/pyqt" target="_blank">http://www.riverbankcomputing.com/mailman/listinfo/pyqt</a><br></blockquote></div><br></div>