On Wed, 08 Sep 2010 14:03:09 +0300
Matti Airas <[email protected]> wrote:
> Hi list,
> 
> encouraged by the one private endorsement I got ;-), I moved ahead
> and made a new PSEP draft for the QtCore.Property function:
> 
> http://www.pyside.org/docs/pseps/psep-0103.html
> http://www.pyside.org/docs/pseps/psep-0103.txt
> 
> Please comment!

People are busy I expect;-)

I think it would be nice to show the PyQt & PySide syntax side-by-side
so that its easy to spot the difference. Or just show the one line
that's different in PySide, in which case after the "Since PyQt's
property setting syntax is relatively clean" para, have something like:

    So in PySide the above example would differ in the last line of the
    class definition:

        pp = Property(int, readPP, setPP)



-- 
Mark Summerfield, Qtrac Ltd, www.qtrac.eu
    C++, Python, Qt, PyQt - training and consultancy
        "Advanced Qt Programming" - ISBN 0321635906
            http://www.qtrac.eu/aqpbook.html

-- 
Mark Summerfield, Qtrac Ltd, www.qtrac.eu
    C++, Python, Qt, PyQt - training and consultancy
        "Programming in Python 3" - ISBN 0321680561
            http://www.qtrac.eu/py3book.html
_______________________________________________
PySide mailing list
[email protected]
http://lists.openbossa.org/listinfo/pyside

Reply via email to