Re: [PyQt] QListWidget data fetching

2011-07-26 Thread Hans-Peter Jansen
On Tuesday 26 July 2011, 14:05:45 ad3d wrote: > Hi guys, > >i am trying to get data from listWidget but i am getting it in a > PyQt4.QListWidget object format..where as i want it in QString or > string [item.text() for item in listWidget.items()] Pete _

[PyQt] QListWidget data fetching

2011-07-26 Thread ad3d
Hi guys, i am trying to get data from listWidget but i am getting it in a PyQt4.QListWidget object format..where as i want it in QString or string Thanx in advance.. Regards, ad3d -- View this message in context: http://old.nabble.com/QListWidget-data-fetching-tp32139526p32139526.h

[PyQt] QListWidget: how to set the icon size

2010-10-10 Thread Luca Mandolesi
Hi, I have a QListWigdet with images from a directory. I would to have an icon near the name, but I can not increase the size of the default icon. I didn't find a method like 'setIconSIze' or similar and through setSizeHint change only the space of the single element. Some suggestions or examples?

Re: [PyQt] QListWidget and scrolling

2010-09-29 Thread cgavin
Alright, sorry for the spam, I found it :-) I was using asynchronous signals. The worker thread blasts the UI thread with signals and the event queue becomes full after a while, which crashes the app. I converted the signal to communicate between the worker thread and the main thread to the new P

[PyQt] QListWidget and scrolling

2010-09-28 Thread cgavin
Hi,I created an application that contains a worker thread (derived from QThread) sending a signal to the main UI thread which displays status messages in a QListWidget.Adding strings to the QListWidget works fine, however the list doesn't scroll to the end. I'd like the list to scroll to the bottom

[PyQt] QListWidget not creating Horizontal Scrollbar on use of setSizeHint

2010-03-22 Thread TheKumaresan
Hi Everyone, In my QListWidget, I use setSizeHint to make the ITEM height bigger. But doing this creates a problem like QListWidget not creating Horizontal Scrollbar. - Kumaresan ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankc

[PyQt] QListWidget

2008-11-02 Thread mili9528
Hi, guys. I'm using PyQt 4 in python Do you konw how to return the item which was stored in the QListWidget? I tried , it doesn't work. regards peter This message was sent using IMP, the Internet Messaging Program. ___

[PyQt] QListWidget

2008-04-16 Thread Alan Warden
Hi, Is there a (easy) way of dragging and dropping text in a QListWidget.QtCopyAction and Qt.MoveAction don't appear to be mean't for use on the same (one) Widget) Regards ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputin

Re: [PyQt] QListWidget SIGNAL problem

2007-12-10 Thread Linos
Doug Bell escribió: > Linos wrote: >>> Hello, i have a problem with a listwidget i have created inside a >>> QToolBox page, if doesnt emit signals, i can select the items but it >>> doesnt emit itemDoubleClicked or itemClicked or itemActivated, i >>> have tried with mouse and keyboard without luck,

Re: [PyQt] QListWidget SIGNAL problem

2007-12-10 Thread Doug Bell
Linos wrote: > > Hello, i have a problem with a listwidget i have created inside a > > QToolBox page, if doesnt emit signals, i can select the items but it > > doesnt emit itemDoubleClicked or itemClicked or itemActivated, i > > have tried with mouse and keyboard without luck, i have installed an >

Re: [PyQt] QListWidget SIGNAL problem

2007-12-08 Thread Linos
Phil Thompson escribió: > On Saturday 08 December 2007, Linos wrote: >> Linos escribió: >>> Hello, i have a problem with a listwidget i have created inside a >>> QToolBox page, if doesnt emit signals, i can select the items but it >>> doesnt emit itemDoubleClicked or itemClicked or itemActivated, i

Re: [PyQt] QListWidget SIGNAL problem

2007-12-08 Thread Phil Thompson
On Saturday 08 December 2007, Linos wrote: > Linos escribió: > > Hello, i have a problem with a listwidget i have created inside a > > QToolBox page, if doesnt emit signals, i can select the items but it > > doesnt emit itemDoubleClicked or itemClicked or itemActivated, i have > > tried with mouse

Re: [PyQt] QListWidget SIGNAL problem

2007-12-08 Thread Linos
Linos escribió: > Hello, i have a problem with a listwidget i have created inside a QToolBox > page, if doesnt emit signals, i can > select the items but it doesnt emit itemDoubleClicked or itemClicked or > itemActivated, i have tried with mouse > and keyboard without luck, i have installed an ev

[PyQt] QListWidget SIGNAL problem

2007-12-07 Thread Linos
Hello, i have a problem with a listwidget i have created inside a QToolBox page, if doesnt emit signals, i can select the items but it doesnt emit itemDoubleClicked or itemClicked or itemActivated, i have tried with mouse and keyboard without luck, i have installed an event filter and do a print