[PyQt] dip and data sources

2011-04-15 Thread Lic . José M . Rodriguez Bacallao
Hi folks, I am starting a new application with PyQt4 and dip. The application itself is something like a Dicom explorer. I need to explore data from different sources and present it to the user. Data will be presented with an structure like this: Patient 1 * Study 1 *

[PyQt] What is QtCore.qPow() ?

2011-04-15 Thread Vincent Vande Vyvre
Hi, Trying svgViewer.py example I have this error: Traceback (most recent call last):   File "svgviewer2.py", line 236, in wheelEvent     factor = QtCore.qPow(1.2, event.delta() / 240.0) AttributeError: 'module' object has no attribute 'qPow'

[PyQt] Fwd: What is QtCore.qPow() ?

2011-04-15 Thread Juan José Gómez Romera
http://doc.qt.nokia.com/4.7-snapshot/qtcore-qmath-h.html#qPow the name its clear i think is not implemented in pyqt, or it doesnt show in documentation: http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/qtcore.html 2011/4/15 Vincent Vande Vyvre vincent.vandevy...@swing.be Hi,

[PyQt] QMutex deadlock during QObject destructor

2011-04-15 Thread Luke Campagnola
Hello, I have a multi-threaded application that locks up periodically while drawing graphics. The application is quite large and due to the randomness of the lockup (usually takes between 10 minutes and 10 hours), I have not been able to work out the exact cause. I do believe that all GUI calls