Re: [PyQt] problem in

2008-02-09 Thread Sibylle Koczian
Am Donnerstag, 7. Februar 2008 10:03:55 schrieb Phil Thompson: > > Dynamically create the string you want... > > db.query(""" > SELECT OS, IP_Adress > FROM ServerDB > WHERE IP_Adress = '%s' > """ % chosen) > Wh

Re: [PyQt] Problem using QTreeWidget.setModel on Windows XP.

2008-02-09 Thread Phil Thompson
On Friday 08 February 2008, Joon-Cheol Park wrote: > Hello, > > I am using PyQt on Windows XP and Ubuntu. > My environment is python 2.5 and Qt4.3.3 OpenSource Edition and PyQt GPL > 4.3.3. > > I found an unexpected behaviour in Window XP. > This code is Okay in Ubuntu. > > code: > class PluginSe