diff options
author | Baitinq <you@example.com> | 2022-02-08 16:37:59 +0000 |
---|---|---|
committer | Baitinq <you@example.com> | 2022-02-08 16:37:59 +0000 |
commit | 73cd0dd107901bebe7d72e2b86ecf8b830a19758 (patch) | |
tree | 280efd18cebca3fbb6c71364157830c0f722c0ec /gui/KCC.ui | |
parent | Merge pull request #329 from C0rn3j/master (diff) | |
download | kcc-master.tar.gz kcc-master.tar.bz2 kcc-master.zip |
Diffstat (limited to 'gui/KCC.ui')
-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"> |