diff --git a/settingswindow.py b/settingswindow.py index 7a643fe..6d539d2 100644 --- a/settingswindow.py +++ b/settingswindow.py @@ -96,7 +96,7 @@ class SettingsWindow(QtGui.QDialog): ) self.tePublisherBlacklist.setToolTip(pblTip) - validator = QtGui.QIntValidator(0, 4, self) + validator = QtGui.QIntValidator(1, 4, self) self.leIssueNumPadding.setValidator(validator) validator = QtGui.QIntValidator(0, 99, self) diff --git a/settingswindow.ui b/settingswindow.ui index e05e92e..5b85bff 100644 --- a/settingswindow.ui +++ b/settingswindow.ui @@ -6,8 +6,8 @@ 0 0 - 707 - 423 + 728 + 388 @@ -323,150 +323,153 @@ CBL - - - - 20 - 10 - 401 - 201 - - - - CBL Transforms - - - - - 60 - 30 - 301 - 161 - - - - - - - Assume Lone Credit Is Primary - - - - - - - Copy Characters to Generic Tags - - - - - - - Copy Teams to Generic Tags - - - - - - - Copy Locations to Generic Tags - - - - - - - Copy Notes to Generic Tags - - - - - - - - - - 20 - 230 - 321 - 25 - - - - Apply CBL Transforms on ComicVine Import - - - - - - 20 - 260 - 351 - 25 - - - - Apply CBL Transforms on Batch/CLI Operations - - + + + + + + 0 + 0 + + + + CBL Transforms + + + + + + + + Assume Lone Credit Is Primary + + + + + + + Copy Characters to Generic Tags + + + + + + + Copy Teams to Generic Tags + + + + + + + Copy Locations to Generic Tags + + + + + + + Copy Notes to Generic Tags + + + + + + + + + + + + Apply CBL Transforms on ComicVine Import + + + + + + + Apply CBL Transforms on Batch/CLI Operations + + + + + + + Qt::Vertical + + + + 20 + 40 + + + + + Rename - - - - 70 - 40 - 531 - 105 - - - - - - - Template: - - - - - - - <html><head/><body><p>The template for the new filename. Accepts the following variables:</p><p>%series%<br/>%issue%<br/>%volume%<br/>%issuecount%<br/>%year%<br/>%publisher%<br/>%title%</p><p>Examples:</p><p><span style=" font-style:italic;">%series% %issue% (%year%)</span><br/><span style=" font-style:italic;">%series% #%issue% - %title%</span></p></body></html> - - - - - - - Issue # Padding - - - - - - - - 0 - 0 - - - - - - - - <html><head/><body><p><span style=" font-weight:600;">&quot;Smart Text Cleanup&quot; </span>will attempt to clean up the new filename if there are missing fields from the template. For example, removing empty braces, repeated spaces and dashes, and more. Experimental feature.</p></body></html> - - - Use Smart Text Cleanup (Experimental) - - - - - + + + + + QFormLayout::AllNonFixedFieldsGrow + + + + + Template: + + + + + + + <html><head/><body><p>The template for the new filename. Accepts the following variables:</p><p>%series%<br/>%issue%<br/>%volume%<br/>%issuecount%<br/>%year%<br/>%publisher%<br/>%title%</p><p>Examples:</p><p><span style=" font-style:italic;">%series% %issue% (%year%)</span><br/><span style=" font-style:italic;">%series% #%issue% - %title%</span></p></body></html> + + + + + + + Issue # Zero Padding + + + + + + + + 0 + 0 + + + + + 50 + 16777215 + + + + <html><head/><body><p><span style=" font-weight:600;">Issue # Zero Padding</span> dictates if the issue number should be padded on left with zeros. A value of 2, for example, means that the number will always be at least two digits.</p></body></html> + + + + + + + <html><head/><body><p><span style=" font-weight:600;">&quot;Smart Text Cleanup&quot; </span>will attempt to clean up the new filename if there are missing fields from the template. For example, removing empty braces, repeated spaces and dashes, and more. Experimental feature.</p></body></html> + + + Use Smart Text Cleanup (Experimental) + + + + + +