[PyKDE] Wiki logo

2005-07-02 Thread Torsten Marek
Hi all, I convinced my girlfriend that making a logo for the PyQt wiki is good use for her creativity; and here is the result. Anybody doesn't like it? Otherwise I'll set it up as the logo tomorrow. greetings Torsten -- Torsten Marek <[EMAIL PROTECTED]> ID: A244C858 -- FP: 1902 0002 5DFC 856B

Re: [PyKDE] Re: [Eric] How to use ipython ?

2005-07-02 Thread Detlev Offenbach
Am Mittwoch, 1. Juni 2005 14:20 schrieb Diez B. Roggisch: > > Actually the IPython feature I'm the most missing, if not the only one, > > is completion. This is a valuable improvement over the standard python > > interpreter, when in the implementation/testing phase ; that's why it > > made sense t

[PyKDE] Are QLayout's iterators broken?

2005-07-02 Thread Baz Walter
Hello List I've been trying to adjust the layout of a QFileDialog after customising it using addWidgets(). I've tried to access the block of widgets at the bottom of the dialog using layout iterators, but something seems to be broken. The QLayoutItems produced by the iterators are all 'sterile'

Re: [PyKDE] Bug in code for wrapped attributes

2005-07-02 Thread Phil Thompson
On Saturday 02 July 2005 9:19 am, Denis S. Otkidach wrote: > Below is a code generated for wrapped attribute (PyObject* in original > class, SIP_PYOBJECT in SIP spec): > > -->8-- > static PyObject *var_MyClass_myAttr(PyObject *sipSelf,PyObject *sipPy) > { > PyObject * sipVal; > MyCl

[PyKDE] Bug in code for wrapped attributes

2005-07-02 Thread Denis S. Otkidach
Below is a code generated for wrapped attribute (PyObject* in original class, SIP_PYOBJECT in SIP spec): -->8-- static PyObject *var_MyClass_myAttr(PyObject *sipSelf,PyObject *sipPy) { PyObject * sipVal; MyClass *sipCpp = reinterpret_cast(sipGetCppPtr((sipWrapper *)sipSelf,sipClas