On Monday 03 November 2008 01:30:00 Min Li wrote:
Hi,
i tested example basicsortfiltermodel from,
how i get data if i selected any row. I know howto get data for first column,
but cannot get data from second.
# signal:
self.connect(self.tree_postavy,QtCore.SIGNAL("activated ( const QModelInd
On Wed Dec 3 15:02:07 GMT 2008, Grissiom wrote:
> And here comes the questions:
> I think that creating a QtCore.QRect and moving it every time repaint the
> widget is not so good. So I move the code to __init__ and make cannonRect a
> local variable rather than a function. But the cannon doesn't
On lun, 2008-12-08 at 19:48 +0100, Sergio Jovani wrote:
> > On lun, 2008-12-08 at 01:53 +0100, Sergio Jovani wrote:
> > > I'm developing a downloads application and I have created a QThread
> > > for that reason.
> >
> > You don't need threads to download files with PyQt. In fact, it's far
> > easi
On Mon, 08 Dec 2008 16:21:45 +0300, Yury Aliaev <[EMAIL PROTECTED]> wrote:
> Hello,
>
> Recently I tried to compile QtiPlot
> (http://soft.proindependent.com/qtiplot.html), an application using SIP
> during building. At some stage of the compilation I got the following
> error:
>
> sipqtiApplic
Hi,
a new snapshot of the eric 4.3 development is available via
http://sourceforge.net/project/showfiles.php?group_id=119070&package_id=300692.
Here is the changelog.
- bug fixes
- added spell checking functionality (pyenchant needs to be installed)
- made the email server port configurable
- a
> I'm going to throw this out there, you should exchange information via
> signals/slots. When you get a cancel use terminate() slot. That will
> stop it from freezing you program from the looks of it.
I tried and I get the same running terminate() slot from signal and outside.
Thanks.
___
El Monday 08 December 2008 17:19:42 vàreu escriure:
> Hello,
>
> Sergio Jovani wrote
>
> > class Download(QThread):
> > def __init__(self, url, path, filename, parent = None):
> > QThread.__init__(self, parent)
> > self.path=path
> > self.url=url
> >
> On lun, 2008-12-08 at 01:53 +0100, Sergio Jovani wrote:
> > I'm developing a downloads application and I have created a QThread
> > for that reason.
>
> You don't need threads to download files with PyQt. In fact, it's far
> easier without.
Hi, I would like know it! Thanks.
___
On lun, 2008-12-08 at 01:53 +0100, Sergio Jovani wrote:
> I'm developing a downloads application and I have created a QThread
> for that reason.
You don't need threads to download files with PyQt. In fact, it's far
easier without.
--
Giovanni Bajo
Develer S.r.l.
http://www.develer.com
_
Hello,
Sergio Jovani wrote
class Download(QThread):
def __init__(self, url, path, filename, parent = None):
QThread.__init__(self, parent)
self.path=path
self.url=url
self.filename=filename
def run(self):
I'm going to throw this out there, you should exchange information via
signals/slots. When you get a cancel use terminate() slot. That will
stop it from freezing you program from the looks of it.
___
PyQt mailing listPyQt@riverbankcomputing.com
htt
El Monday 08 December 2008 03:53:28 vàreu escriure:
> On Mon, Dec 8, 2008 at 12:53 AM, Sergio Jovani <[EMAIL PROTECTED]> wrote:
> > Hi all,
> >
> > I'm developing a downloads application and I have created a QThread for
> > that reason. I start the QThread with no problems, but when I try
> > termi
Hello,
Recently I tried to compile QtiPlot
(http://soft.proindependent.com/qtiplot.html), an application using SIP
during building. At some stage of the compilation I got the following error:
sipqtiApplicationWindow.cpp: In function 'PyObject*
meth_ApplicationWindow_windows(PyObject*, PyObjec
They look interesting. I think some coders could use them.
2008/12/8 Albert Cervera i Areny <[EMAIL PROTECTED]>
> A Dimarts 11 Novembre 2008, piotr maliński va escriure:
> > I've started a project at code.google.com that contains all PyQt4
> > widgets made by me with the help of SIP.
> >
> > http
A Dimarts 11 Novembre 2008, piotr maliński va escriure:
> I've started a project at code.google.com that contains all PyQt4
> widgets made by me with the help of SIP.
>
> http://code.google.com/p/pyqt4-extrawidgets/
In the Koo project we have implemented (still with some rough edges) a Chart
[1]
Hello,
In a PyQT program, there is two classes, one derived from QThread, and one in
the main GUI thread.
A slot of the GUI thread's class is connected to a QThread signal, and it
seems that this is very slow to emit signal and/or call slot. This result
happens with an empty slot method too.
The
0.2 ALPHA release is available. Get it from
http://code.google.com/p/pydingo/ - look at the code, run it, play with
it... any feedback is welcomed.
W dniu 1 grudnia 2008 22:59 użytkownik piotr maliński
<[EMAIL PROTECTED]>napisał:
> 2008/12/1, Michał Andrzej Woźniak <[EMAIL PROTECTED]>:
> > Dnia p
17 matches
Mail list logo