diff options
author | Paweł Jastrzębski <pawelj@vulturis.eu> | 2013-06-18 23:49:37 +0200 |
---|---|---|
committer | Paweł Jastrzębski <pawelj@vulturis.eu> | 2013-06-18 23:49:37 +0200 |
commit | ee9c94aceb035be6685c69b265ba23a1c313a95d (patch) | |
tree | 5ee0025ee271f3ca3d58e23f827f5b00506a2ba8 /KCC-OSX.ui | |
parent | "Crash like professional" - Improved error handling (diff) | |
download | kcc-ee9c94aceb035be6685c69b265ba23a1c313a95d.tar.gz kcc-ee9c94aceb035be6685c69b265ba23a1c313a95d.tar.bz2 kcc-ee9c94aceb035be6685c69b265ba23a1c313a95d.zip |
Added ultra quality mode
Diffstat (limited to 'KCC-OSX.ui')
-rw-r--r-- | KCC-OSX.ui | 24 |
1 files changed, 15 insertions, 9 deletions
diff --git a/KCC-OSX.ui b/KCC-OSX.ui index d169ae0..9f95c68 100644 --- a/KCC-OSX.ui +++ b/KCC-OSX.ui @@ -88,7 +88,7 @@ <enum>Qt::NoFocus</enum> </property> <property name="toolTip"> - <string><html><head/><body><p>Enable image upscaling.</p><p>Aspect ratio will be preserved.</p></body></html></string> + <string><html><head/><body><p>Enable image upscaling.<br/>Aspect ratio will be preserved.</p></body></html></string> </property> <property name="text"> <string>Upscale images</string> @@ -106,7 +106,7 @@ <enum>Qt::NoFocus</enum> </property> <property name="toolTip"> - <string><html><head/><body><p>Enable image stretching.</p><p>Aspect ratio will be not preserved.</p></body></html></string> + <string><html><head/><body><p>Enable image stretching.<br/>Aspect ratio will be not preserved.</p></body></html></string> </property> <property name="text"> <string>Stretch images</string> @@ -124,7 +124,7 @@ <enum>Qt::NoFocus</enum> </property> <property name="toolTip"> - <string><html><head/><body><p>Create PNG files instead JPEG.</p><p><span style=" font-weight:600;">Only for non-Kindle devices!</span></p></body></html></string> + <string><html><head/><body><p>Create PNG files instead JPEG.<br/><span style=" font-weight:600;">Only for non-Kindle devices!</span></p></body></html></string> </property> <property name="text"> <string>PNG output</string> @@ -354,7 +354,7 @@ <bool>true</bool> </property> </widget> - <widget class="QCheckBox" name="HQPVBox"> + <widget class="QCheckBox" name="QualityBox"> <property name="geometry"> <rect> <x>282</x> @@ -372,12 +372,18 @@ <enum>Qt::NoFocus</enum> </property> <property name="toolTip"> - <string><html><head/><body><p>Enable high quality zoom.</p><p>Enabling it will <span style=" font-weight:600;">highly</span> increase size of output file and <span style=" font-weight:600;">slightly</span> reduce sharpness of not zoomed images.</p></body></html></string> + <string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600; text-decoration: underline;">Unchecked - Normal quality mode<br /></span><span style=" font-style:italic;">Use it when Panel View support is not needed.</span><span style=" font-weight:600; text-decoration: underline;"><br /></span>- Maximum quality when zoom is not enabled.<br />- Poor quality when zoom is enabled.<br />- Lowest file size.</p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600; text-decoration: underline;">Indeterminate - High quality mode<br /></span><span style=" font-style:italic;">Not zoomed image </span><span style=" font-weight:600; font-style:italic;">might </span><span style=" font-style:italic;">be </span><span style=" font-style:italic;">a little blurry.</span><span style=" font-weight:600; text-decoration: underline;"><br /></span>- Medium/High quality when zoom is not enabled.<br />- Maximum quality when zoom is enabled.</p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600; text-decoration: underline;">Checked - Ultra quality mode<br /></span><span style=" font-style:italic;">Maximum possible quality.</span><span style=" font-weight:600; text-decoration: underline;"><br /></span>- Maximum quality when zoom is not enabled.<br />- Maximum quality when zoom is enabled.<br />- Very high file size.</p></body></html></string> </property> <property name="text"> - <string>HQ Panel View</string> + <string>High/Ultra quality</string> </property> - <property name="checked"> + <property name="tristate"> <bool>true</bool> </property> </widget> @@ -399,7 +405,7 @@ <enum>Qt::NoFocus</enum> </property> <property name="toolTip"> - <string><html><head/><body><p>Disable page spliting.</p><p>They will be rotated instead.</p></body></html></string> + <string><html><head/><body><p>Disable page spliting.<br/>They will be rotated instead.</p></body></html></string> </property> <property name="text"> <string>Horizontal mode</string> @@ -407,7 +413,7 @@ </widget> <zorder>RotateBox</zorder> <zorder>MangaBox</zorder> - <zorder>HQPVBox</zorder> + <zorder>QualityBox</zorder> </widget> <widget class="QListWidget" name="JobList"> <property name="geometry"> |