diff options
Diffstat (limited to 'gui')
-rw-r--r-- | gui/KCC.ui | 10 |
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><html><head/><body><p style='white-space:pre'><span style=" font-weight:600; text-decoration: underline;">Unchecked - Automatic mode<br/></span>The output will be split 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 a separate volume.</p></body></html></string> @@ -239,6 +240,15 @@ <string>Output split</string> </property> </widget> + --> + <widget class="QCheckBox" name="outputJoin"> + <property name="toolTip"> + <string><html><head/><body><p style='white-space:pre'><span style=" font-weight:600; text-decoration: underline;">Unchecked - Automatic mode<br/></span>The output will be split 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 a separate volume.</p></body></html></string> + </property> + <property name="text"> + <string>Output Join</string> + </property> + </widget> </item> <item row="2" column="2"> <widget class="QCheckBox" name="colorBox"> |