diff options
author | Paweł Jastrzębski <pawelj@iosphe.re> | 2016-11-25 18:57:42 +0100 |
---|---|---|
committer | Paweł Jastrzębski <pawelj@iosphe.re> | 2016-11-25 18:57:42 +0100 |
commit | 2e8555654307f230070be0316c3fe66c35ed67eb (patch) | |
tree | 2bfa9fd735f1552ee25d19ea19721219e7a72852 /gui/KCC.ui | |
parent | Refactored and improved output splitting (diff) | |
download | kcc-2e8555654307f230070be0316c3fe66c35ed67eb.tar.gz kcc-2e8555654307f230070be0316c3fe66c35ed67eb.tar.bz2 kcc-2e8555654307f230070be0316c3fe66c35ed67eb.zip |
GUI update
Diffstat (limited to 'gui/KCC.ui')
-rw-r--r-- | gui/KCC.ui | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gui/KCC.ui b/gui/KCC.ui index 3bdd917..0b94d42 100644 --- a/gui/KCC.ui +++ b/gui/KCC.ui @@ -228,12 +228,12 @@ </widget> </item> <item row="2" column="1"> - <widget class="QCheckBox" name="noDitheringBox"> + <widget class="QCheckBox" name="outputSplit"> <property name="toolTip"> - <string><html><head/><body><p style='white-space:pre'>Create PNG files instead JPEG.<br/>Quality increase is not noticeable on most of devices.<br/>Output files <span style=" font-weight:600;">might</span> be smaller.<br/><span style=" font-weight:600;">MOBI conversion will be much slower.</span></p></body></html></string> + <string><html><head/><body><p style='white-space:pre'><span style=" font-weight:600; text-decoration: underline;">Unchecked - Automatic mode<br/></span>Output will be splitted automatically.</p><p style='white-space:pre'><span style=" font-weight:600; text-decoration: underline;">Checked - Volume mode<br/></span>Every subdirectory will be considered as separate volume.</p></body></html></string> </property> <property name="text"> - <string>PNG output</string> + <string>Output split</string> </property> </widget> </item> @@ -510,7 +510,7 @@ <tabstop>upscaleBox</tabstop> <tabstop>gammaBox</tabstop> <tabstop>borderBox</tabstop> - <tabstop>noDitheringBox</tabstop> + <tabstop>outputSplit</tabstop> <tabstop>colorBox</tabstop> <tabstop>editorButton</tabstop> <tabstop>wikiButton</tabstop> |