diff options
author | Paweł Jastrzębski <pawelj@vulturis.eu> | 2013-08-12 14:01:57 +0200 |
---|---|---|
committer | Paweł Jastrzębski <pawelj@vulturis.eu> | 2013-08-12 14:01:57 +0200 |
commit | 876d26d174d6d3f6987cbb07dc4cd37a5646548c (patch) | |
tree | ef6a7a78a3779deee9a05220f4c1ca1236c0c9a7 /KCC.ui | |
parent | Moved location of temp files (diff) | |
download | kcc-876d26d174d6d3f6987cbb07dc4cd37a5646548c.tar.gz kcc-876d26d174d6d3f6987cbb07dc4cd37a5646548c.tar.bz2 kcc-876d26d174d6d3f6987cbb07dc4cd37a5646548c.zip |
GUI: Added webstrip support
Diffstat (limited to 'KCC.ui')
-rw-r--r-- | KCC.ui | 13 |
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><html><head/><body><p>Enable image upscaling.<br/>Aspect ratio will be preserved.</p></body></html></string> + <string><html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Unchecked - Nothing<br/></span>Images smaller than device resolution will not be resized.</p><p><span style=" font-weight:600; text-decoration: underline;">Indeterminate - Stretching<br/></span>Images smaller than device resolution will be resized. Aspect ratio will be not preserved.</p><p><span style=" font-weight:600; text-decoration: underline;">Checked - Upscaling<br/></span>Images smaller than device resolution will be resized. Aspect ratio will be preserved.</p></body></html></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><html><head/><body><p>Enable image stretching.<br/>Aspect ratio will be not preserved.</p></body></html></string> + <string><html><head/><body><p><span style=" font-weight:600;">EXPERIMENTAL!<br/></span>Enable auto-splitting of webstrips like <span style=" font-style:italic;">Tower of God</span> or <span style=" font-style:italic;">Noblesse</span>.<br/>Files with a low width, high height and vertical panel flow.</p></body></html></string> </property> <property name="text"> - <string>Stretch images</string> + <string>Webstrip mode</string> </property> </widget> </item> |