diff options
author | Paweł Jastrzębski <pawelj@iosphe.re> | 2015-01-04 10:27:13 +0100 |
---|---|---|
committer | Paweł Jastrzębski <pawelj@iosphe.re> | 2015-01-04 10:27:13 +0100 |
commit | 917eaef5484c070d0a392a14519f42c93a7d5a2e (patch) | |
tree | 62631ea230ec7bc3aaae99888f39decc8a4db882 /KCC.ui | |
parent | Generic processing improvements (diff) | |
download | kcc-917eaef5484c070d0a392a14519f42c93a7d5a2e.tar.gz kcc-917eaef5484c070d0a392a14519f42c93a7d5a2e.tar.bz2 kcc-917eaef5484c070d0a392a14519f42c93a7d5a2e.zip |
GUI tweaks
Diffstat (limited to 'KCC.ui')
-rw-r--r-- | KCC.ui | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/KCC.ui b/KCC.ui index 883a351..9e83cf7 100644 --- a/KCC.ui +++ b/KCC.ui @@ -65,7 +65,7 @@ <enum>Qt::NoFocus</enum> </property> <property name="toolTip"> - <string><html><head/><body><p style='white-space:pre'>Disable image optimizations.<br/>Input images must be already resized.</p></body></html></string> + <string><html><head/><body><p style='white-space:pre'>Disable image optimizations.<br/><span style=" font-weight:600;">Input images must be already resized.</span></p></body></html></string> </property> <property name="text"> <string>No optimisation</string> @@ -94,7 +94,7 @@ <enum>Qt::NoFocus</enum> </property> <property name="toolTip"> - <string><html><head/><body><p style="white-space:pre">Enable auto-splitting of webtoons like <span style=" font-style:italic;">Tower of God</span> or <span style=" font-style:italic;">Noblesse</span>.<br/>This mode is created for pages with a low width, high height and vertical panel flow.</p></body></html></string> + <string><html><head/><body><p style='white-space:pre'>Enable special parsing mode for WebToons.</p></body></html></string> </property> <property name="text"> <string>Webtoon mode</string> @@ -136,7 +136,7 @@ <enum>Qt::NoFocus</enum> </property> <property name="toolTip"> - <string><html><head/><body><p style='white-space:pre'>Disable splitting and rotation.</p></body></html></string> + <string><html><head/><body><p style='white-space:pre'>Disable page splitting and rotation.</p></body></html></string> </property> <property name="text"> <string>No split/rotate</string> @@ -234,6 +234,9 @@ <property name="focusPolicy"> <enum>Qt::NoFocus</enum> </property> + <property name="toolTip"> + <string><html><head/><body><p style='white-space:pre'>Add directory containing JPG, PNG or GIF files to queue.<br/><span style=" font-weight:600;">CBR, CBZ and CB7 files inside will not be processed!</span></p></body></html></string> + </property> <property name="text"> <string>Add directory</string> </property> @@ -259,6 +262,9 @@ <property name="focusPolicy"> <enum>Qt::NoFocus</enum> </property> + <property name="toolTip"> + <string><html><head/><body><p style='white-space:pre'>Add CBR, CBZ, CB7 or PDF file to queue.</p></body></html></string> + </property> <property name="text"> <string>Add file</string> </property> @@ -338,7 +344,7 @@ <enum>Qt::NoFocus</enum> </property> <property name="toolTip"> - <string><html><head/><body><p style="white-space:pre"><span style=" font-weight:600; text-decoration: underline;">Unchecked - Normal quality mode<br/></span>Maximal quality of images but very poor magnification quality.<br/>Use it only when zoom is not needed or output files needs to be small.</p><p style="white-space:pre"><span style=" font-weight:600; text-decoration: underline;">Indeterminate - High quality mode<br/></span>In most cases high quality of images and magnification.<br/>Overall quality highly depends on the resolution of source files.<br/>On Kindle models older than Paperwhite non-zoomed images might be a little blurred.</p><p style="white-space:pre"><span style=" font-weight:600; text-decoration: underline;">Checked - Ultra quality mode<br/></span>Highest possible quality. Output files will be big.</p></body></html></string> + <string><html><head/><body><p style='white-space:pre'>Quality of Panel View/zoom. Highly impact size of output file.<br/><span style=" font-weight:600;">This option control only quality of magnification!</span></p></body></html></string> </property> <property name="text"> <string>High/Ultra quality</string> |