The primary reason for using low resolution by default in KPrinter was for compatibility with QPrinter behavior (the idea being that you could replace QPrinter by KPrinter to make the switch). Another reason for using low resolution by default is the print data size: using high resolution can result in very large files (especially on some non-PS printers) that have to be transmitted to the printer, sometimes through a network. So my opinion is that the default should stay with low resolution, but that applications that requires it can simply change it. So you stay on the safe side, and you don't affect other's applications.<br>
 <br>
OTOH, I introduced "setUserPrinterResolution" to overcome the problem of disconnection between the printer resolution and the application resolution; this one could be set to TRUE by default, because in this case, the app will use high resolution only if the printer uses it, which means the printer has been configured so (usually by the user).<br>
 <br>
Michael.<BR><BR><BR><br>

<HR>
<br>
<BR>Hello,<BR><BR>QPrinter/KPrinter default to QPrinter::ScreenResolution as the printer mode, <BR>and KPrinter's setUsePrinterResolution() defaults to false. This leads to <BR>using relatively low resolution when printing, which is especially visible <BR>with images.<BR><BR>I'd like to suggest defaulting to setUsePrinterResolution() being true, and <BR>printer mode being QPrinter::HighResolution. Alternatively (for KDE4 <BR>only :-/ ), removing the default value for the printer mode, so that the app <BR>developer must choose and will know about this, and having using printer <BR>resolution as another argument for ctor, or making it another printer mode. <BR>This alternative would mean apps for KDE3.4 would have to be checked and <BR>changed manually, like in http://bugs.kde.org/91644 .<BR><BR>Would there be any reasons to default to such low dpi values like <BR>QPrinter/KPrinter current
 ly do? I can think of images in image viewers being <BR>printer smaller with higher dpi, !
 but
those usually have adjusting the image <BR>size anyway. Would this also affect e.g. text editors?<BR><BR>-- <BR>Lubos Lunak<BR>KDE developer<BR>---------------------------------------------------------------------<BR>SuSE CR, s.r.o. e-mail: l.lunak@suse.cz , l.lunak@kde.org<BR>Drahobejlova 27 tel: +420 2 9654 2373<BR>190 00 Praha 9 fax: +420 2 9654 2374<BR>Czech Republic http://www.suse.cz/<BR><BR><BR><br>