[PyKDE] Auto-connecting Slots
Giovanni Bajo
rasky at develer.com
Sun Jan 29 17:00:11 GMT 2006
Patrick K. O'Brien <pobrien at orbtech.com> wrote:
> If we're going to use other large projects as examples then surely
> wxPython is a better one. They spent the past year or two moving
> from this:
>
> from wx import *
> button = wxButton(...)
>
> [...]
>
> to:
>
> import wx
> button = wx.Button(...)
In fact, I'd be *perfectly* fine with Q.String, Q.Widget and Q.Label (from
PyQt4 import QtCore as Q). What I deeply dislike is the verbose QtCore.QWidget.
Giovanni Bajo
More information about the PyQt
mailing list