You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mainwindow.ui
+20-2Lines changed: 20 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -334,7 +334,7 @@
334
334
</size>
335
335
</property>
336
336
<propertyname="toolTip">
337
-
<string><html><head/><body><p>Remove selected files from the list of source files</p></body></html></string>
337
+
<string><html><head/><body><p>Remove selected files from the list of source files. Removing a folder will remove all files within.</p></body></html></string>
338
338
</property>
339
339
<propertyname="text">
340
340
<string>Re&move</string>
@@ -475,7 +475,7 @@
475
475
</size>
476
476
</property>
477
477
<propertyname="toolTip">
478
-
<string><html><head/><body><p>How path names should be stored in the PAR2 output</p></body></html></string>
478
+
<string><html><head/><body><p>How path names should be stored in the PAR2 output. This can be:</p><p><span style=" font-style:italic;">Discard paths</span>: discard all path names and only store file names (note that you'll need to ensure there's no duplicates)<br/><span style=" font-style:italic;">Relative path names</span>: store the relative path from the <span style=" font-style:italic;">Base path</span> for each file<br/><span style=" font-style:italic;">Absolute path names</span>: store full file paths</p></body></html></string>
479
479
</property>
480
480
<propertyname="currentIndex">
481
481
<number>1</number>
@@ -616,6 +616,9 @@
616
616
<height>16777215</height>
617
617
</size>
618
618
</property>
619
+
<propertyname="toolTip">
620
+
<string><html><head/><body><p>Divide each input file by slices of this size.</p><p>Slice size must be a multiple of 4 bytes.</p></body></html></string>
621
+
</property>
619
622
<propertyname="text">
620
623
<stringnotr="true">1M</string>
621
624
</property>
@@ -642,6 +645,9 @@
642
645
<height>16777215</height>
643
646
</size>
644
647
</property>
648
+
<propertyname="toolTip">
649
+
<string><html><head/><body><p>Total number of slices to divide input files into.</p><p>Value must be between 1 and 32768.</p></body></html></string>
650
+
</property>
645
651
<propertyname="minimum">
646
652
<number>1</number>
647
653
</property>
@@ -662,6 +668,9 @@
662
668
</item>
663
669
<itemrow="2"column="1">
664
670
<widgetclass="QLabel"name="lblInslicePadding">
671
+
<propertyname="toolTip">
672
+
<string><html><head/><body><p>Total amount of source data that will be allocated to padding.</p><p>Padding occurs when an input file's size is not a multiple of the slice size, to ensure all files fit to whole slices. Padding can generally be reduced by choosing a smaller slice size, or finding a size that suits the input files more appropriately.</p></body></html></string>
673
+
</property>
665
674
<propertyname="text">
666
675
<string/>
667
676
</property>
@@ -706,6 +715,9 @@
706
715
<height>16777215</height>
707
716
</size>
708
717
</property>
718
+
<propertyname="toolTip">
719
+
<string><html><head/><body><p>Number of recovery slices to generate as a ratio of the number of source slices</p></body></html></string>
720
+
</property>
709
721
<propertyname="suffix">
710
722
<stringnotr="true">%</string>
711
723
</property>
@@ -738,6 +750,9 @@
738
750
<height>16777215</height>
739
751
</size>
740
752
</property>
753
+
<propertyname="toolTip">
754
+
<string><html><head/><body><p>Exact number of recovery slices to generate.</p><p>Value must be between 0 and 65535</p></body></html></string>
755
+
</property>
741
756
<propertyname="maximum">
742
757
<number>65535</number>
743
758
</property>
@@ -767,6 +782,9 @@
767
782
<height>16777215</height>
768
783
</size>
769
784
</property>
785
+
<propertyname="toolTip">
786
+
<string><html><head/><body><p>Target size of recovery data to generate.</p><p>Note that the size of the PAR2 files will be larger (see <span style=" font-style:italic;">Preview Output</span> for total output size)</p></body></html></string>
Copy file name to clipboardExpand all lines: optionsdialog.ui
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@
20
20
<item>
21
21
<widgetclass="QTabWidget"name="tabWidget">
22
22
<propertyname="currentIndex">
23
-
<number>2</number>
23
+
<number>0</number>
24
24
</property>
25
25
<widgetclass="QWidget"name="tab">
26
26
<attributename="title">
@@ -324,7 +324,7 @@
324
324
</size>
325
325
</property>
326
326
<propertyname="toolTip">
327
-
<string><html><head/><body><p>The default allocation for recovery slices. This can be:</p><p><span style=" font-style:italic;">By source ratio</span>: the ratio of recovery to generate, based on the number of source slices<span style=" font-style:italic;"><br/>By slice count</span>: number of recovery slices to generate<br/><span style=" font-style:italic;">By total size</span>: target amount of recovery to generate, based on total recovery data size</p></body></html></string>
327
+
<string><html><head/><body><p>The default allocation for recovery slices. This can be:</p><p><span style=" font-style:italic;">By source ratio</span>: the ratio of recovery to generate, based on the number of source slices<span style=" font-style:italic;"><br/>By slice count</span>: exact number of recovery slices to generate<br/><span style=" font-style:italic;">By total size</span>: target amount of recovery to generate, based on total recovery data size</p></body></html></string>
328
328
</property>
329
329
<item>
330
330
<propertyname="text">
@@ -493,7 +493,7 @@
493
493
</size>
494
494
</property>
495
495
<propertyname="toolTip">
496
-
<string><html><head/><body><p>The default allocation for source/input slices. This can be:</p><p><span style=" font-style:italic;">By size</span>: a fixed slice size<br/><span style=" font-style:italic;">By slice count</span>: target number of slices to divide source files by</p></body></html></string>
496
+
<string><html><head/><body><p>The default allocation for source/input slices. This can be:</p><p><span style=" font-style:italic;">By size</span>: a fixed slice size<br/><span style=" font-style:italic;">By slice count</span>: target number of slices to divide source files by<br/><span style=" font-style:italic;">By count÷size</span>: target ratio between number of slices and slice size</p></body></html></string>
0 commit comments