[PyQt] Solved! Re: Help needed to find a system/graphics related bug in my Music Notation Editor. (Little time and effort for you)

2012-01-19 Thread Nils
everybody now has the correct scaling and shifting. Thank you all for trying! Nils http://www.laborejo.org On Thu, 19 Jan 2012 22:52:15 +0100 David Boddie wrote: > On Thu Jan 19 18:20:39 GMT 2012, Nils wrote: > > > Everything display related helps: I believe closed nvidia drivers &g

Re: [PyQt] Help needed to find a system/graphics related bug in my Music Notation Editor. (Little time and effort for you)

2012-01-19 Thread Nils
hicsTextItems are pixel based and the >lineitems are point based and that is the problem. It seems that my QGraphicLine items are always right and the TextItems are wrong Is there a "real" solution to that? Nils On Thu, 19 Jan 2012 22:52:15 +0100 David Boddie wrote: > O

Re: [PyQt] Help needed to find a system/graphics related bug in my Music Notation Editor. (Little time and effort for you)

2012-01-19 Thread Nils
I forgot: If you have windows: download this zip https://github.com/nilsgey/Laborejo/zipball/master, extract it, cd Laborejo and run python3 gui/laborejo-qt.py Yes, running it from outside the "gui" dir is important! On Thu, 19 Jan 2012 19:20:39 +0100 Nils wrote: > Hello list

[PyQt] Help needed to find a system/graphics related bug in my Music Notation Editor. (Little time and effort for you)

2012-01-19 Thread Nils
d good, both on Linux and Windows. Other users with ati and intel GPU's had no problem. But two persons with an nvidia card had the wrong display. It would be very nice to hear from you! Nils http://www.laborejo.org *The only modifications to your system are new dir .laborejo in your hom

[PyQt] QPrinter and matplotlib

2012-01-18 Thread Nils Wagner
before, the print-out is o.k. I have attached the program. Can anybody offer any solutions to this ? Thanks in advance. Nils import sys import numpy as np from PyQt4.QtCore import * from PyQt4.QtGui import * #from xlwt import * from pylab import plot, show from matplotlib.figure import Figure