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 mak

Re: [PyKDE] Qt objects subclasses and __dict__ copies

2006-03-20 Thread Phil Thompson
On Monday 20 March 2006 1:29 pm, Daniele Varrazzo wrote: > 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

Re: [PyKDE] Sugestions for PyQt4

2006-03-20 Thread Eric Jardim
2006/3/20, Giovanni Bajo <[EMAIL PROTECTED]>: I would like to state that PyQt (both 3 and 4) are currently just plainwrappers against the C++ interface. They do not pythonize the interface inany way. There are many things that could be done to improve the Qt API, were Qt written in Python. But Qt

Re: [PyKDE] Eric3: always in foreground

2006-03-20 Thread Detlev Offenbach
Am Montag, 20. März 2006 14:45 schrieb 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

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 g

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.

[PyKDE] Ghosting out dialog sections

2006-03-20 Thread Maxwell Bottiger
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 inapplicapable options unavailable to my users.  I have my w

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

Re: [PyKDE] Sugestions for PyQt4

2006-03-20 Thread Eric Jardim
2006/3/20, Mārtiņš Možeiko <[EMAIL PROTECTED]>: Some of suggestions are quite good (for example removing Qstrings),but I don't like boost.python integrating. I think pyqt must beindependent from side libraries/tools like that. Sorry, but you misunderstood. I did not proposed Boost.Python integratio

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

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

[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 ___

[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): ... pa

[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 un

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 proba

[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 > http://www.riverbankcomputing.com/Downloads/Sna

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.s

Re: [PyKDE] Problem with PyQt4

2006-03-20 Thread Phil Thompson
On Saturday 18 March 2006 6:31 pm, Detlev Offenbach wrote: > Hi, > > the parameter "selectedFilter" of > QFileDialog.getOpenFileNameFilter, ...getOpenFileNamesFilter > and ...getSaveFileNameFilter should be an in and out parameter. If this is > not possible or not right, please let me know how to s

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

[PyKDE] Problem with Eric3

2006-03-20 Thread pierre.levy
Hello,   I am a new user of Eric3 and PyQt and I need help.When I try to compile *.ui  file in Projects Form Browser nothing happens. No *.py file is created.I have the same problem if I want to Generate Subclass. Eric asks me for path, but then nothing happens.QT path in preferences is D:\

[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 PyQ

[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 ‘void sipQicsWidgetCellDisplay::displayCell(QicsGrid*, int, int, const QicsDataItem*, const QRect&, QPainter*)’: sipQtXmlQicsWidgetCellDisplay.cpp:82: error: no matching functio