Em Sexta-feira 21 Agosto 2009, às 15:53:16, Renato Araujo Oliveira Filho escreveu: > About signal/slot process I personally love the way this work in C#. > > Using "+=" to connect adn "-=" to disconnect. some like that: > > myButton.clicked += onButtonClicked;
Could this be an option syntax ? Seems cool =) > > BR > > > > > On Fri, Aug 21, 2009 at 12:57 PM, Anderson > > Lizardo<[email protected]> wrote: > > On Fri, Aug 21, 2009 at 11:49 AM, Aron Bierbaum<[email protected]> wrote: > >> I would agree that the Q is redundant, but I feel that language > >> bindings should not change the name of underlying classes. It makes it > >> hard for developers to move from one language to another. Although we > >> might not agree with the 'Q' prefix, it is there and we have to live > >> with it. :) > > > > This is where the reasons are arguable :). We have bindings (Qt and > > non-Qt) that do it, others don't. I see advantages in some changes, > > where others might see as disadvantage. > > > > So if some day we prepare a proposal for such changes, it will need to > > have more concrete proofs than just "it is strange" (personal > > feeling), "developers expect it" (what developers? Qt ones? Python > > ones?), "it has to be that way" (personal). > > > > For that very reason, I propose postponing such discussion (or at > > least giving it a very low priority), because we have really technical > > matters to solve too that also are related to non-Pythonic behavior > > (new signal/slot scheme, drop QString in favor of implicit conversioj > > from python string etc.) > > > > My two cents :) > > -- > > Anderson Lizardo > > OpenBossa Labs - INdT > > Manaus - Brazil > > _______________________________________________ > > PySide mailing list > > [email protected] > > http://lists.openbossa.org/listinfo/pyside _______________________________________________ PySide mailing list [email protected] http://lists.openbossa.org/listinfo/pyside
