Diese Mail ist wahrscheinlich Spam. Die Orginalnachricht wurde
an diesen Report angehangen.
Bei weiteren Fragen wenden Sie sich bitte an ip-connect GmbH.

This mail is probably spam.  The original message has been attached
along with this report.
For Questions please contact ip-connect GmbH.

eMail: [EMAIL PROTECTED]

Content preview:  Hi Andreas, thanks for your answer. I've tried your
  example and obviously, it works. I've tried it with my tree, and ...
  right it did not work ... :( The reason why it did not work for me was
  that I was using an model for the tree. If you use a model, than the
  selections will be handled by the selection model. Therefore I needed to
  connect the following signal: [...] 

Content analysis details:   (7.6 points, 4.7 required)
 0.5 FORGED_RCVD_HELO       Received: contains a forged HELO
-2.0 BAYES_00               BODY: Bayesian spam probability is 0 to 1%
                            [score: 0.0000]
 2.0 RCVD_IN_SORBS_DUL      RBL: SORBS: sent directly from dynamic IP address
                            [82.135.4.130 listed in dnsbl.sorbs.net]
 2.6 RCVD_IN_DSBL           RBL: Received via a relay in list.dsbl.org
                            [<http://dsbl.org/listing?82.135.4.130>]
 2.5 RCVD_IN_NJABL_PROXY    RBL: NJABL: sender is an open proxy
                            [82.135.4.130 listed in combined.njabl.org]
 1.9 RCVD_IN_NJABL_DUL      RBL: NJABL: dialup sender did non-local SMTP
                            [82.135.4.130 listed in combined.njabl.org]


--- Begin Message ---
Hi Andreas,

thanks for your answer. I've tried your example and obviously, it works.
I've tried it with my tree, and ... right it did not work ... :(


The reason why it did not work for me was that I was using an model for
the tree. If you use a model, than the selections will be handled by the
selection model. Therefore I needed to connect the following signal:

self.connect(self.treeTasks.selectionModel(),
    QtCore.SIGNAL("currentChanged( const QModelIndex &,
                                   const QModelIndex & )"),
    self.treeSelectionChanged)

Now it works, I've learned some new things and I'm happy ;)


Thanks for your help.

Sven

--- End Message ---
_______________________________________________
PyKDE mailing list    [email protected]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

Reply via email to