On this note, I made a complex tree widget with lots of tiers and pyuic4
didn't correctly translate the tiers. What it did was basically anything
after the second tier was a continual incremented tier under the previous
so,
+ -
   - +
   - +
      - +
         - +
            - +
               - +
.. etc, when it should have been
+ -
   - +
   - +
      - +
         - +
         - +
      - +

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.

On Sat, Jul 11, 2009 at 5:04 AM, Hans-Peter Jansen <h...@urpla.net> wrote:

> Hi Phil,
>
> attached .ui demonstrates a few issues of pyuic4:
>
>  - ignores stretch factors in verticalLayout
>  - ignores all tableView attributes
>
> As a bonus, I've attached a minor bugfix for the chart example ;-).
> The pie "rubber band" selection still does not work correct (it arbitrarily
> selects pie slices under "certain" conditions), but at least, it doesn't
> throw exceptions anymore..
>
> Pete
>
> _______________________________________________
> PyQt mailing list    PyQt@riverbankcomputing.com
> http://www.riverbankcomputing.com/mailman/listinfo/pyqt
>
_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to