about summary refs log tree commit diff
path: root/KCC.ui
diff options
context:
space:
mode:
authorPaweł Jastrzębski <pawelj@vulturis.eu>2013-08-12 14:01:57 +0200
committerPaweł Jastrzębski <pawelj@vulturis.eu>2013-08-12 14:01:57 +0200
commit876d26d174d6d3f6987cbb07dc4cd37a5646548c (patch)
treeef6a7a78a3779deee9a05220f4c1ca1236c0c9a7 /KCC.ui
parentMoved location of temp files (diff)
downloadkcc-876d26d174d6d3f6987cbb07dc4cd37a5646548c.tar.gz
kcc-876d26d174d6d3f6987cbb07dc4cd37a5646548c.tar.bz2
kcc-876d26d174d6d3f6987cbb07dc4cd37a5646548c.zip
GUI: Added webstrip support
Diffstat (limited to 'KCC.ui')
-rw-r--r--KCC.ui13
1 files changed, 8 insertions, 5 deletions
diff --git a/KCC.ui b/KCC.ui
index bb5b149..3ec6959 100644
--- a/KCC.ui
+++ b/KCC.ui
@@ -81,23 +81,26 @@
         <enum>Qt::NoFocus</enum>
        </property>
        <property name="toolTip">
-        <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Enable image upscaling.&lt;br/&gt;Aspect ratio will be preserved.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
+        <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-weight:600; text-decoration: underline;&quot;&gt;Unchecked - Nothing&lt;br/&gt;&lt;/span&gt;Images smaller than device resolution will not be resized.&lt;/p&gt;&lt;p&gt;&lt;span style=&quot; font-weight:600; text-decoration: underline;&quot;&gt;Indeterminate - Stretching&lt;br/&gt;&lt;/span&gt;Images smaller than device resolution will be resized. Aspect ratio will be not preserved.&lt;/p&gt;&lt;p&gt;&lt;span style=&quot; font-weight:600; text-decoration: underline;&quot;&gt;Checked - Upscaling&lt;br/&gt;&lt;/span&gt;Images smaller than device resolution will be resized. Aspect ratio will be preserved.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
        </property>
        <property name="text">
-        <string>Upscale images</string>
+        <string>Stretch/Upscale</string>
+       </property>
+       <property name="tristate">
+        <bool>true</bool>
        </property>
       </widget>
      </item>
      <item row="3" column="1">
-      <widget class="QCheckBox" name="StretchBox">
+      <widget class="QCheckBox" name="WebstripBox">
        <property name="focusPolicy">
         <enum>Qt::NoFocus</enum>
        </property>
        <property name="toolTip">
-        <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Enable image stretching.&lt;br/&gt;Aspect ratio will be not preserved.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
+        <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;EXPERIMENTAL!&lt;br/&gt;&lt;/span&gt;Enable auto-splitting of webstrips like &lt;span style=&quot; font-style:italic;&quot;&gt;Tower of God&lt;/span&gt; or &lt;span style=&quot; font-style:italic;&quot;&gt;Noblesse&lt;/span&gt;.&lt;br/&gt;Files with a low width, high height and vertical panel flow.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
        </property>
        <property name="text">
-        <string>Stretch images</string>
+        <string>Webstrip mode</string>
        </property>
       </widget>
      </item>