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

Sebastian Stein seb_stein at gmx.de
Thu Sep 16 11:58:03 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 seb_stein gmx de  2004-09-16 20:57 -------
Pekka JÀÀskelÀinen <pjaaskel cs tut fi> [040916 20:53]:
> 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?

I would change it to color, if no reasons can presented why it should be in
black white. If black white is needed, it can be converted in an external
program.

Sebastian




More information about the umbrello-devel mailing list