Re: [PyQt] beginner, array setdata, write back

2008-05-22 Thread Matt Newell
On Thursday 22 May 2008 08:32:27 ulrichD wrote: > I'm a novice to pyqt and search for something so basic, it's embarrassing. > Unfortunately I still couldn't find any answer in the net (probably don't > even know what to search for) > (in addition i hope I know dontt post twice now, the first time

Re: [PyQt] beginner, array setdata, write back

2008-05-22 Thread B Clowers
Ulrich,Try pqsheet--I think it is a stalled project but it may have what you need.Brian--- On Thu, 5/22/08, ulrichD <[EMAIL PROTECTED]> wrote:From: ulrichD <[EMAIL PROTECTED]>Subject: [PyQt] beginner, array setdata, write backTo: pyqt@riverbankcomputing.comDate: Thursday, May 22, 2008, 9:32 AMI'm a

[PyQt] pyqt4 find a text in an EditText

2008-05-22 Thread tsic
Hello , I have an EditText (QT4) and a button in a menu/Find_Dialog . Such as a windows text edit I want to program a python code helping me to find the typed text in a QlineText in the EditText corresponding and for each click it pass to the next searched text. Thank you for help -- View this me

[PyQt] QTreeWidget and XML: Index example

2008-05-22 Thread Gustavo A. Díaz
Hi Guys, I am coding a documentation dialog for my applicacion. I am "trying" to implement and index with XML and QTreeWidget. The XML file already exist, so is not being created by code. My idea is, that every item of that index should have an html assigned (i using webView to parse the html) an

[PyQt] Re: PyQt 4.4.2 GPL installer / missing DLL

2008-05-22 Thread Pierre Raybaut
I didn't have much time to test this, so I must have missed something (sorry!): in fact, on a fresh Windows XP SP2 install, all is working well with Python 2.5.2, PyQt 4.4.2, matplotlib 0.91.2 and NumPy 1.0.4. However, with Python(x,y) distribution installed, when I simply uninstall PyQt 4.3.3 and

[PyQt] beginner, array setdata, write back

2008-05-22 Thread ulrichD
I'm a novice to pyqt and search for something so basic, it's embarrassing. Unfortunately I still couldn't find any answer in the net (probably don't even know what to search for) (in addition i hope I know dontt post twice now, the first time I got an mail saying it was rejected) I simply want a

[PyQt] PyQt 4.4.2 GPL installer / missing DLL

2008-05-22 Thread Python(x,y)
2008/5/21 Phil Thompson <[EMAIL PROTECTED]>: > On Wednesday 21 May 2008 13:45:42 [EMAIL PROTECTED] wrote: > > BTW, I still get the missing dll error (MSVCP80.DLL) when running > > Python/PyQt scripts with the 4.4.2 release. > > Which is MSVC 2005 isn't it? > As Python is built with MSVC 2003 and

Re: [PyQt] Re: Strange PyQt4 behavior

2008-05-22 Thread Detlev Offenbach
On Donnerstag, 22. Mai 2008, Phil Thompson wrote: > On Thursday 22 May 2008 2:38:02 pm Detlev Offenbach wrote: > > Hi, > > > > I just discovered, that the following line of code fails. > > > > printer.setPageSize(settings.value("UIPreviewer/pagesize").toInt()[0]) > > > > The error given is "TypeErr

[PyQt] Re: Strange PyQt4 behavior

2008-05-22 Thread Phil Thompson
On Thursday 22 May 2008 2:38:02 pm Detlev Offenbach wrote: > Hi, > > I just discovered, that the following line of code fails. > > printer.setPageSize(settings.value("UIPreviewer/pagesize").toInt()[0]) > > The error given is "TypeError: argument 1 of QPrinter.setPageSize() has an > invalid type". H

[PyQt] Strange PyQt4 behavior

2008-05-22 Thread Detlev Offenbach
Hi, I just discovered, that the following line of code fails. printer.setPageSize(settings.value("UIPreviewer/pagesize").toInt()[0]) The error given is "TypeError: argument 1 of QPrinter.setPageSize() has an invalid type". How do I convert an integer to a QPrinter.PageSize (e.g. 0 -> QPrinter.

[PyQt] Re: PyQt app not showing help and about box - 2 files [1/1]

2008-05-22 Thread Thorsten Kampe
* Phil Thompson (Thu, 22 May 2008 11:28:03 +0100) > On Thursday 22 May 2008 11:09:30 am Thorsten Kampe wrote: > > I've got a rather weird issue with an application. The program used to > > work fine but I did not test it for about six months. > > > > Now (maybe not connected) after updating to PyQt

Re: [PyQt] PyQt app not showing help and about box - 2 files [1/1]

2008-05-22 Thread Phil Thompson
On Thursday 22 May 2008 11:09:30 am Thorsten Kampe wrote: > Hi, > > I've got a rather weird issue with an application. The program used to > work fine but I did not test it for about six months. > > Now (maybe not connected) after updating to PyQt 4.4 I can't > see the help and about box in this ap

[PyQt] PyQt app not showing help and about box - 2 files [1/1]

2008-05-22 Thread Thorsten Kampe
Hi, I've got a rather weird issue with an application. The program used to work fine but I did not test it for about six months. Now (maybe not connected) after updating to PyQt 4.4 I can't see the help and about box in this app on Linux (PyQt 4.4.0) while on Windows (PyQt 4.4.2) everything is

[PyQt] Re: PyQt app not displaying icons from ui file

2008-05-22 Thread Thorsten Kampe
* Thorsten Kampe (Wed, 21 May 2008 20:56:40 +0200) > I've got a rather weird issue with a (more or less proof of concept for > me) application. The program used to work fine but I did not start it > for more about six months. > > Now (maybe not directly connected) after updating to PyQt 4.4 I ca

[PyQt] Re: PyQt app not displaying icons from ui file - 2 files [1/1]

2008-05-22 Thread Thorsten Kampe
* Gustavo A. D??az (Wed, 21 May 2008 16:18:54 -0300) > This is supposed to be fixed with PyQt4.4.2 if i am not wrong, cause > same problem was happening to me, was reported here in the ML, and was > fixed in that release. > Maybe you should try to build that one. It's not available for my distribu