Re: [PyQt] uic NoSuchWidgetError

2008-12-09 Thread Matteo Bertini
name, it is perhaps better suited to be a compile warning (resulting in a runtime error if the warning was true :P) -- /// Matteo Bertini - Develer srl \\\ \\\http://www.develer.com/// ___ PyQt mailing listPyQt@riverba

[PyQt] uic NoSuchWidgetError

2008-12-09 Thread Matteo Bertini
Searching for Q3 in my code I found this: Don't you think filtering a name is not a very polite method? Is'nt it better letting python rise an exception if the Widget is not found at runtime? Cheers, Matteo Bertini Index: PyQt-x11-gpl-4.4.4/pyuic/ui

[PyQt] Re: ConvertToSubClass problem

2008-11-20 Thread Matteo Bertini
On 19-11-2008 18:20, Matt Newell wrote: Thanks. The actual bug is in q3frame.sip. class Q3Frame : QWidget should be class Q3Frame : QFrame as it is in qt's header files. Matt Thanks! This fixes the problem without touching SIP!! -- /// Matteo Bertini - Develer srl \\\ \\\

[PyQt] Re: ConvertToSubClass problem

2008-11-19 Thread Matteo Bertini
Matt Newell ha scritto: > Could you be more specific about the situation that is failing. What actual > type is the object, and what is the return type of the function being called? > > Matt > [EMAIL PROTECTED]:~/src$ cat bug_q3listview.py import sys from PyQt4.Qt import * if __name__ == "__

[PyQt] ANNOUNCE: PyQt3Support r1 - Python bindings for Qt3Support

2007-09-17 Thread Matteo Bertini
.QTabWidget, Gui.QMenu, Core.QTimer, Gui.QLayout, Gui.QPalette, Gui.QMenuBar, Gui.QLineEdit, Gui.QDialog, Gui.QInputDialog, Gui.QCheckBox, Gui.QWidget, Gui.QTextEdit, Gui.QEvent, Gui.QSlider Download http://www.develer.com/oss/PyQt3Support -- Matteo Bertini - [EMAIL PROTECTED] Deve

Re: [PyQt] Make --qsci-api really optional

2007-07-16 Thread Matteo Bertini
On Monday 16 July 2007 4:38 pm, Matteo Bertini wrote: Hello, I've found that there is almost no way to explicitly exclude the qsci-api installation. If one provide no option, but configure.py finds a default dir (quite common under linux) it tries to install apis there. I sugge

[PyQt] Make --qsci-api really optional

2007-07-16 Thread Matteo Bertini
i-api is provided. (patch follow) -- Matteo Bertini Index: configure.py === --- configure.py (revisione 13508) +++ configure.py (copia locale) @@ -1655,13 +1655,10 @@ if opts.qscidir: # An explicit directory im