[Uml-devel] [Bug 89553] what you see is not what you get when exporting to EPS

Pekka Jääskeläinen pjaaskel at cs.tut.fi
Wed Sep 15 09:56:36 UTC 2004


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
        
http://bugs.kde.org/show_bug.cgi?id=89553        




------- Additional Comments From pjaaskel cs tut fi  2004-09-15 17:56 -------
Achim: 

Following changes to the function you mentioned fixed the problem:

OLD:
  QPrinter *printer = new QPrinter(QPrinter::PrinterResolution);

NEW:  
  QPrinter *printer = new QPrinter(QPrinter::ScreenResolution);
  printer->setColorMode(QPrinter::Color);

When I tried QPrinter::HighResolution as the constructor argument, the output
was really messed. I'll upload the result so you'll see. BTW, why do you
want the default to be B/W? At least it would be nice to have the option of
outputing EPS in color somewhere, maybe add EPS (Color) and EPS (Black and 
White) in the file format menu to avoid writing a properties dialog for this 
single property?

While testing I came across to two other bugs (missing configure test for flex and one segfault crash) that I'll confirm and report next.

Anyways, if this EPS export fix is included in the next version, Umbrello will be a modelling tool I could use in my everyday work and avoid booting to Windows just because of Rational Rose.

Thanks a lot for that.




More information about the umbrello-devel mailing list