[PyKDE] SIP bug with function parameters... ???

2006-03-20 Thread Torshyn Vitaly aka r0ot
Hi! If you can help me please, HELP! I have errors like this: ... sipQtXmlQicsWidgetCellDisplay.cpp: In member function #8216;void sipQicsWidgetCellDisplay::displayCell(QicsGrid*, int, int, const QicsDataItem*, const QRect, QPainter*)#8217;: sipQtXmlQicsWidgetCellDisplay.cpp:82: error: no

[PyKDE] Eric3 python shell and debugger don't work for PyQt4

2006-03-20 Thread 张毅 (Izico Chang)
Hi,I'm new here. I've downloaded all the snapshots from http://www.die-offenbachs.de/detlev/snapshots/ and http://www.riverbankcomputing.com/Downloads/Snapshots,and the newest ones there i've tried are: qscintilla-1.65-gpl-snapshot-20060311 sip-snapshot-20060317 PyQt-x11-gpl-snapshot-20060314

[PyKDE] Problem with Eric3

2006-03-20 Thread pierre.levy
Hello, I am a new user of Eric3 and PyQt and I need help.WhenI try to compile *.ui file in Projects Form Browsernothing happens. No *.pyfile iscreated.I have the same problem ifI want to Generate Subclass. Eric asks me for path, but then nothing happens.QT path in preferences is

Re: [PyKDE] Problem with Eric3

2006-03-20 Thread TAC-TAC computer s.r.o.
Don't worry, it will never work! I have exactly the same problem. Still waiting for help (rather working with wxwidgets boa now) :-) J. Madle - Original Message - From: TAC-TAC computer s.r.o. To: pykde@mats.imk.fraunhofer.de Sent: Wednesday, March 15, 2006 4:56 PM Subject:

Re: [PyKDE] PyQt4 Questions

2006-03-20 Thread Phil Thompson
On Saturday 18 March 2006 4:11 pm, Detlev Offenbach wrote: Am Samstag, 18. März 2006 16:29 schrieb Giovanni Bajo: Detlev Offenbach [EMAIL PROTECTED] wrote: I have a dialog, that creates a new dialog and shows it. The code is like self.dlg = MyDialog(self) dlg.show() MyDialog

[PyKDE] Re: Eric3 python shell and debugger don't work for PyQt4

2006-03-20 Thread Douglas Andrade
heh, i have this problem too. Im running the latest snapshots and Archlinux. On 3/17/06, 张毅 (Izico Chang) [EMAIL PROTECTED] wrote: Hi,I'm new here. I've downloaded all the snapshots from http://www.die-offenbachs.de/detlev/snapshots/ and

Re: [PyKDE] Problem with Eric3

2006-03-20 Thread Diez B. Roggisch
On Monday 20 March 2006 09:43, TAC-TAC computer s.r.o. wrote: Don't worry, it will never work! I have exactly the same problem. Still waiting for help (rather working with wxwidgets boa now) :-) It works perfectly under Linux - but I had the same problem under Windows. Which is most probably

[PyKDE] Sugestions for PyQt4

2006-03-20 Thread Eric Jardim
Hi, I want to make some sugestions for PyQt4. It will be good if people comment them, as some of this ideais may be not good or just imcomplete. In advance, sorry if my english is bad. I could also speak Japanese if you want :) - No more QStrings and QByteArray: As Python have good support for

[PyKDE] Qt objects subclasses and __dict__ copies

2006-03-20 Thread Daniele Varrazzo
Hello, i am fixing the documentation pages generated by Epydoc v. 3.0alpha when it deals with PyQt subclasses. Currently such pages are bloated because QObject subclasses receive a copy of the entire superclass in the dict. For example: from qt import * class MyWidget(QWidget): ... pass

[PyKDE] Eric3: always in foreground

2006-03-20 Thread Lionel Brahami
Hi all,i'm using eric3 for few days, and it seems the IDE is always in foreground, i can't make it go background, or overlap it with other window. I have to minimize it each time i want to access other window. Anybody who has the same problem ? or the solution.Thanks a lot guys,Lionel

Re: [PyKDE] Sugestions for PyQt4

2006-03-20 Thread Mārtiņš Možeiko
Some of suggestions are quite good (for example removing Qstrings), but I don't like boost.python integrating. I think pyqt must be independent from side libraries/tools like that. On 3/20/06, Eric Jardim [EMAIL PROTECTED] wrote: Hi, I want to make some sugestions for PyQt4. It will be good if

Re: [PyKDE] Sugestions for PyQt4

2006-03-20 Thread Giovanni Bajo
Eric Jardim [EMAIL PROTECTED] wrote: Hi, I want to make some sugestions for PyQt4. It will be good if people comment them, as some of this ideais may be not good or just imcomplete. In advance, sorry if my english is bad. I could also speak Japanese if you want I would like to state that PyQt

Re: [PyKDE] Sugestions for PyQt4

2006-03-20 Thread David Boddie
On Mon, 20 Mar 2006 10:26:27, Eric Jardim wrote: - Pythonic Qt properties: instead of using things like: isEnabled() and setEnabled(), properties could be acessed like python real properties, I mean, just enabled. The functions could still be mapped anyway. This could be added or enabled

Re: [PyKDE] Problem with Eric3

2006-03-20 Thread Detlev Offenbach
Did you set the path to the Qt installation in the configuration dialog? You should enter the path up to the directory, that contains the bin directory (e.g. C:\Qt\3.3.5) Detlev Am Samstag, 18. März 2006 15:03 schrieb pierre.levy: Hello, I am a new user of Eric3 and PyQt and I need help.

Re: [PyKDE] Problem with PyQt4

2006-03-20 Thread Detlev Offenbach
Hi, I would rather leave the current Filter variants. However, the selectedFilter parameter should be settable to select a filter in the list and the method should return a tuple as it does right now. I always found the old way a bit strange (create a QString, pass it in to the method and

Re: [PyKDE] Ghosting out dialog sections

2006-03-20 Thread Danny Pansters
On Monday 20 March 2006 20:36, Maxwell Bottiger wrote: Hi, I'm fairly new to designing with Qt (esp w. python) and I was wondering what the easiest way was to ghost out sections of my dialog. I have a pair of raido buttons which determine which network protocol to use and I want to make the