Re: [PyQt] [newb] someone take pity on a poor newb?

2008-12-20 Thread Phil Thompson
On Sat, 20 Dec 2008 17:22:29 -0500, Neal Becker wrote: > I hate to ask for help debugging this code, but this is my first little > pyqt project, and I'm stumped. > > This little form has a text input widget, and a button marked 'dowload'. I > connected the text input "returnPressed" to one metho

[PyQt] [newb] someone take pity on a poor newb?

2008-12-20 Thread Neal Becker
I hate to ask for help debugging this code, but this is my first little pyqt project, and I'm stumped. This little form has a text input widget, and a button marked 'dowload'. I connected the text input "returnPressed" to one method, and connected the download button "clicked" to another metho

Re: [PyQt] Problem coding QListWidget

2008-12-20 Thread piotr maliƄski
Well I have one problem right now - enable dropping item/s on another item in the same widget (to move those files/folders to a folder). Another one is when I have dropEvent then the moving of items is slightly broken, as I described it earlyer - I can select them, move and drop but they end up in

[PyQt] Re: [newb] simple example of file selection (Neal Becker)

2008-12-20 Thread Matt Smith
> Is there a simple example of a form including a file selection widget? Would > this be pure qt, or a kde thing? I'm not sure what you mean by 'form' but if you want to select a file you can use a QFileDialogue. http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/qfiledialog.html Th

Re: [PyQt] no UDSEntryList in PyKDE leads to crash

2008-12-20 Thread Magnus Kulke
hello, today i install kde 4.2 beta2 and the problem disappeared. greets, magnus Am Dec 18, 2008 um 11:30 AM schrieb Magnus Kulke: Hi, sure, below is a small program which will crash when using KIO::UDSEntryList in a signal handler thanks, magnus (i am using python-qt4 4.4.3-1ubuntu1&