about summary refs log tree commit diff
path: root/gui
diff options
context:
space:
mode:
authorBaitinq <you@example.com>2022-02-08 16:37:59 +0000
committerBaitinq <you@example.com>2022-02-08 16:37:59 +0000
commit73cd0dd107901bebe7d72e2b86ecf8b830a19758 (patch)
tree280efd18cebca3fbb6c71364157830c0f722c0ec /gui
parentMerge pull request #329 from C0rn3j/master (diff)
downloadkcc-73cd0dd107901bebe7d72e2b86ecf8b830a19758.tar.gz
kcc-73cd0dd107901bebe7d72e2b86ecf8b830a19758.tar.bz2
kcc-73cd0dd107901bebe7d72e2b86ecf8b830a19758.zip
Add outputMerge option (removed outputSplit) HEAD master
Diffstat (limited to 'gui')
-rw-r--r--gui/KCC.ui10
1 files changed, 10 insertions, 0 deletions
diff --git a/gui/KCC.ui b/gui/KCC.ui
index 09a7b92..86d76de 100644
--- a/gui/KCC.ui
+++ b/gui/KCC.ui
@@ -231,6 +231,7 @@
         </widget>
        </item>
        <item row="2" column="1">
+       <!-- 
         <widget class="QCheckBox" name="outputSplit">
          <property name="toolTip">
           <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p style='white-space:pre'&gt;&lt;span style=&quot; font-weight:600; text-decoration: underline;&quot;&gt;Unchecked - Automatic mode&lt;br/&gt;&lt;/span&gt;The output will be split automatically.&lt;/p&gt;&lt;p style='white-space:pre'&gt;&lt;span style=&quot; font-weight:600; text-decoration: underline;&quot;&gt;Checked - Volume mode&lt;br/&gt;&lt;/span&gt;Every subdirectory will be considered as a separate volume.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
@@ -239,6 +240,15 @@
           <string>Output split</string>
          </property>
         </widget>
+        -->
+        <widget class="QCheckBox" name="outputJoin">
+         <property name="toolTip">
+          <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p style='white-space:pre'&gt;&lt;span style=&quot; font-weight:600; text-decoration: underline;&quot;&gt;Unchecked - Automatic mode&lt;br/&gt;&lt;/span&gt;The output will be split automatically.&lt;/p&gt;&lt;p style='white-space:pre'&gt;&lt;span style=&quot; font-weight:600; text-decoration: underline;&quot;&gt;Checked - Volume mode&lt;br/&gt;&lt;/span&gt;Every subdirectory will be considered as a separate volume.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
+         </property>
+         <property name="text">
+          <string>Output Join</string>
+         </property>
+        </widget>
        </item>
        <item row="2" column="2">
         <widget class="QCheckBox" name="colorBox">