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
_
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
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?
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
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
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
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.
___
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
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,
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
>
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
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
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
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
14 matches
Mail list logo