From a11c08a2ee8f5f76d45966738cc4a426b71e728c Mon Sep 17 00:00:00 2001 From: "beville@gmail.com" Date: Wed, 6 Feb 2013 21:59:43 +0000 Subject: [PATCH] Restructure git-svn-id: http://comictagger.googlecode.com/svn/trunk@443 6c5673fe-1810-88d6-992b-cd32ca31540c --- ui/autotagmatchwindow.ui | 149 ++++ ui/autotagprogresswindow.ui | 150 ++++ ui/autotagstartwindow.ui | 242 +++++++ ui/coverimagewidget.ui | 123 ++++ ui/crediteditorwindow.ui | 114 +++ ui/exportwindow.ui | 160 +++++ ui/fileselectionlist.ui | 112 +++ ui/imagepopup.ui | 38 + ui/issueselectionwindow.ui | 123 ++++ ui/logwindow.ui | 78 ++ ui/matchselectionwindow.ui | 149 ++++ ui/pagebrowser.ui | 176 +++++ ui/pagelisteditor.ui | 116 +++ ui/progresswindow.ui | 92 +++ ui/renamewindow.ui | 116 +++ ui/settingswindow.ui | 567 +++++++++++++++ ui/taggerwindow.ui | 1348 +++++++++++++++++++++++++++++++++++ ui/volumeselectionwindow.ui | 201 ++++++ 18 files changed, 4054 insertions(+) create mode 100644 ui/autotagmatchwindow.ui create mode 100644 ui/autotagprogresswindow.ui create mode 100644 ui/autotagstartwindow.ui create mode 100644 ui/coverimagewidget.ui create mode 100644 ui/crediteditorwindow.ui create mode 100644 ui/exportwindow.ui create mode 100644 ui/fileselectionlist.ui create mode 100644 ui/imagepopup.ui create mode 100644 ui/issueselectionwindow.ui create mode 100644 ui/logwindow.ui create mode 100644 ui/matchselectionwindow.ui create mode 100644 ui/pagebrowser.ui create mode 100644 ui/pagelisteditor.ui create mode 100644 ui/progresswindow.ui create mode 100644 ui/renamewindow.ui create mode 100644 ui/settingswindow.ui create mode 100644 ui/taggerwindow.ui create mode 100644 ui/volumeselectionwindow.ui diff --git a/ui/autotagmatchwindow.ui b/ui/autotagmatchwindow.ui new file mode 100644 index 0000000..e19127c --- /dev/null +++ b/ui/autotagmatchwindow.ui @@ -0,0 +1,149 @@ + + + dialogMatchSelect + + + + 0 + 0 + 907 + 507 + + + + Select Match + + + + + + + + 0 + + + + + + 200 + 350 + + + + + 200 + 350 + + + + + + + + QAbstractItemView::SingleSelection + + + QAbstractItemView::SelectRows + + + 0 + + + 4 + + + true + + + false + + + + Series + + + + + Publisher + + + + + Date + + + + + Title + + + + + + + + + 200 + 350 + + + + + 200 + 350 + + + + + + + + + + Qt::Horizontal + + + QDialogButtonBox::Cancel|QDialogButtonBox::Ok + + + + + + + + + + + buttonBox + accepted() + dialogMatchSelect + accept() + + + 248 + 254 + + + 157 + 274 + + + + + buttonBox + rejected() + dialogMatchSelect + reject() + + + 316 + 260 + + + 286 + 274 + + + + + diff --git a/ui/autotagprogresswindow.ui b/ui/autotagprogresswindow.ui new file mode 100644 index 0000000..dc08f8c --- /dev/null +++ b/ui/autotagprogresswindow.ui @@ -0,0 +1,150 @@ + + + dialogIssueSelect + + + + 0 + 0 + 900 + 413 + + + + + 16777215 + 16777215 + + + + Issue Identification Progress + + + + + + + + 0 + + + false + + + + + + + + + + + + + + + Courier + + + + true + + + + + + + Qt::Horizontal + + + QDialogButtonBox::Cancel + + + true + + + + + + + + + + 0 + 0 + + + + + 110 + 165 + + + + + 110 + 165 + + + + TextLabel + + + + + + + + 110 + 165 + + + + + 110 + 165 + + + + TextLabel + + + + + + + + + buttonBox + accepted() + dialogIssueSelect + accept() + + + 248 + 254 + + + 157 + 274 + + + + + buttonBox + rejected() + dialogIssueSelect + reject() + + + 316 + 260 + + + 286 + 274 + + + + + diff --git a/ui/autotagstartwindow.ui b/ui/autotagstartwindow.ui new file mode 100644 index 0000000..2ddb8e9 --- /dev/null +++ b/ui/autotagstartwindow.ui @@ -0,0 +1,242 @@ + + + dialogExport + + + Qt::NonModal + + + + 0 + 0 + 607 + 319 + + + + + 0 + 0 + + + + Auto-Tag + + + false + + + + + + + + + 0 + 0 + + + + + + + true + + + + + + + QLayout::SetFixedSize + + + QFormLayout::AllNonFixedFieldsGrow + + + + + + 0 + 0 + + + + Save on low confidence match + + + + + + + + 0 + 0 + + + + Don't use publication year in indentification process + + + + + + + + 0 + 0 + + + + If no issue number, assume "1" + + + + + + + + 0 + 0 + + + + Ignore leading (sequence) numbers in filename + + + + + + + + 0 + 0 + + + + Remove archives from list after successful tagging + + + + + + + + 0 + 0 + + + + Specify series search string for all selected archives + + + + + + + + 0 + 0 + + + + + 40 + 0 + + + + + + + + + + + + 0 + 0 + + + + + + + + + 0 + 0 + + + + + 50 + 16777215 + + + + + + + + + 0 + 0 + + + + Adjust Name Length Match Tolerance: + + + + + + + + + Qt::Horizontal + + + QDialogButtonBox::Cancel|QDialogButtonBox::Ok + + + + + + + + + + + buttonBox + accepted() + dialogExport + accept() + + + 346 + 187 + + + 277 + 104 + + + + + buttonBox + rejected() + dialogExport + reject() + + + 346 + 187 + + + 277 + 104 + + + + + diff --git a/ui/coverimagewidget.ui b/ui/coverimagewidget.ui new file mode 100644 index 0000000..2c9c5bb --- /dev/null +++ b/ui/coverimagewidget.ui @@ -0,0 +1,123 @@ + + + coverImageWidget + + + + 0 + 0 + 292 + 353 + + + + Form + + + + 0 + + + 4 + + + 0 + + + + + 2 + + + + + + 0 + 0 + + + + + 30 + 16777215 + + + + + + + + + + + + 0 + 0 + + + + + + + Qt::AlignCenter + + + + + + + + 0 + 0 + + + + + 30 + 16777215 + + + + + + + + + + + + + + 0 + 0 + + + + QFrame::NoFrame + + + QFrame::Raised + + + + + 60 + 50 + 91 + 61 + + + + Double-click to expand + + + TextLabel + + + + + + + + + diff --git a/ui/crediteditorwindow.ui b/ui/crediteditorwindow.ui new file mode 100644 index 0000000..1744f4c --- /dev/null +++ b/ui/crediteditorwindow.ui @@ -0,0 +1,114 @@ + + + dialogCreditEditor + + + + 0 + 0 + 400 + 196 + + + + Modify Credit + + + false + + + + + 180 + 140 + 191 + 30 + + + + Qt::Horizontal + + + QDialogButtonBox::Cancel|QDialogButtonBox::Ok + + + + + + 30 + 30 + 341 + 91 + + + + + + + Role + + + + + + + true + + + + + + + + + + Name + + + + + + + Primary + + + + + + + + + + buttonBox + accepted() + dialogCreditEditor + accept() + + + 248 + 254 + + + 157 + 274 + + + + + buttonBox + rejected() + dialogCreditEditor + reject() + + + 316 + 260 + + + 286 + 274 + + + + + diff --git a/ui/exportwindow.ui b/ui/exportwindow.ui new file mode 100644 index 0000000..50940f7 --- /dev/null +++ b/ui/exportwindow.ui @@ -0,0 +1,160 @@ + + + dialogExport + + + Qt::NonModal + + + + 0 + 0 + 533 + 202 + + + + + 0 + 0 + + + + Export to Zip Archive + + + false + + + + + + + + + 0 + 0 + + + + + + + true + + + + + + + QFormLayout::AllNonFixedFieldsGrow + + + + + Add New Archive to ComicTagger list + + + + + + + Delete Original RAR (Not recommended) + + + + + + + Qt::Vertical + + + QSizePolicy::Fixed + + + + 20 + 5 + + + + + + + + + + When Filename already exists: + + + + + + + + Don't Export + + + + + + + Create New Archive With Unique Name (Number appended) + + + + + + + + + + + + Qt::Horizontal + + + QDialogButtonBox::Cancel|QDialogButtonBox::Ok + + + + + + + + + + + buttonBox + accepted() + dialogExport + accept() + + + 346 + 187 + + + 277 + 104 + + + + + buttonBox + rejected() + dialogExport + reject() + + + 346 + 187 + + + 277 + 104 + + + + + diff --git a/ui/fileselectionlist.ui b/ui/fileselectionlist.ui new file mode 100644 index 0000000..0770453 --- /dev/null +++ b/ui/fileselectionlist.ui @@ -0,0 +1,112 @@ + + + pageListEditor + + + + 0 + 0 + 527 + 323 + + + + Form + + + + + + true + + + QAbstractItemView::ExtendedSelection + + + QAbstractItemView::SelectRows + + + Qt::ElideMiddle + + + 61 + + + 36 + + + false + + + + File + + + File Name + + + AlignHCenter|AlignVCenter|AlignCenter + + + + + CR + + + Has ComicRack Tags + + + AlignHCenter|AlignVCenter|AlignCenter + + + + + CBL + + + Has ComicBookLover Tags + + + AlignHCenter|AlignVCenter|AlignCenter + + + + + Type + + + Archive Type + + + AlignHCenter|AlignVCenter|AlignCenter + + + + + R/O + + + Read-Only + + + AlignHCenter|AlignVCenter|AlignCenter + + + + + Folder + + + File Location + + + AlignHCenter|AlignVCenter|AlignCenter + + + + + + + + + diff --git a/ui/imagepopup.ui b/ui/imagepopup.ui new file mode 100644 index 0000000..23efd89 --- /dev/null +++ b/ui/imagepopup.ui @@ -0,0 +1,38 @@ + + + Form + + + Qt::ApplicationModal + + + + 0 + 0 + 817 + 455 + + + + Form + + + 1.000000000000000 + + + + + 300 + 120 + 66 + 17 + + + + + + + + + + diff --git a/ui/issueselectionwindow.ui b/ui/issueselectionwindow.ui new file mode 100644 index 0000000..45a88b2 --- /dev/null +++ b/ui/issueselectionwindow.ui @@ -0,0 +1,123 @@ + + + dialogIssueSelect + + + + 0 + 0 + 657 + 400 + + + + Select Issue + + + + + + + + + + QAbstractItemView::SingleSelection + + + QAbstractItemView::SelectRows + + + 0 + + + 2 + + + true + + + false + + + + Issue + + + + + Title + + + AlignHCenter|AlignVCenter|AlignCenter + + + + + + + + + 300 + 450 + + + + + 300 + 450 + + + + + + + + + + Qt::Horizontal + + + QDialogButtonBox::Cancel|QDialogButtonBox::Ok + + + + + + + + + + + buttonBox + accepted() + dialogIssueSelect + accept() + + + 248 + 254 + + + 157 + 274 + + + + + buttonBox + rejected() + dialogIssueSelect + reject() + + + 316 + 260 + + + 286 + 274 + + + + + diff --git a/ui/logwindow.ui b/ui/logwindow.ui new file mode 100644 index 0000000..6926d00 --- /dev/null +++ b/ui/logwindow.ui @@ -0,0 +1,78 @@ + + + dialogLog + + + + 0 + 0 + 556 + 287 + + + + Issue Identification Progress + + + + + + + + true + + + + + + + Qt::Horizontal + + + QDialogButtonBox::Ok + + + true + + + + + + + + + + + buttonBox + accepted() + dialogLog + accept() + + + 248 + 254 + + + 157 + 274 + + + + + buttonBox + rejected() + dialogLog + reject() + + + 316 + 260 + + + 286 + 274 + + + + + diff --git a/ui/matchselectionwindow.ui b/ui/matchselectionwindow.ui new file mode 100644 index 0000000..e19127c --- /dev/null +++ b/ui/matchselectionwindow.ui @@ -0,0 +1,149 @@ + + + dialogMatchSelect + + + + 0 + 0 + 907 + 507 + + + + Select Match + + + + + + + + 0 + + + + + + 200 + 350 + + + + + 200 + 350 + + + + + + + + QAbstractItemView::SingleSelection + + + QAbstractItemView::SelectRows + + + 0 + + + 4 + + + true + + + false + + + + Series + + + + + Publisher + + + + + Date + + + + + Title + + + + + + + + + 200 + 350 + + + + + 200 + 350 + + + + + + + + + + Qt::Horizontal + + + QDialogButtonBox::Cancel|QDialogButtonBox::Ok + + + + + + + + + + + buttonBox + accepted() + dialogMatchSelect + accept() + + + 248 + 254 + + + 157 + 274 + + + + + buttonBox + rejected() + dialogMatchSelect + reject() + + + 316 + 260 + + + 286 + 274 + + + + + diff --git a/ui/pagebrowser.ui b/ui/pagebrowser.ui new file mode 100644 index 0000000..f4584cd --- /dev/null +++ b/ui/pagebrowser.ui @@ -0,0 +1,176 @@ + + + dialogPageBrowser + + + + 0 + 0 + 369 + 582 + + + + + 0 + 0 + + + + Page Browser + + + + 0 + + + 0 + + + 0 + + + 4 + + + 0 + + + 2 + + + + + 0 + + + + + + 0 + 0 + + + + + 200 + 300 + + + + + + + + 20 + + + QLayout::SetMaximumSize + + + 4 + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + + + + + + + + + + 0 + 0 + + + + Qt::Horizontal + + + QDialogButtonBox::Close + + + true + + + + + + + + + + false + + + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + + + + + + + + buttonBox + accepted() + dialogPageBrowser + accept() + + + 248 + 254 + + + 157 + 274 + + + + + buttonBox + rejected() + dialogPageBrowser + reject() + + + 316 + 260 + + + 286 + 274 + + + + + diff --git a/ui/pagelisteditor.ui b/ui/pagelisteditor.ui new file mode 100644 index 0000000..04e3a42 --- /dev/null +++ b/ui/pagelisteditor.ui @@ -0,0 +1,116 @@ + + + pageListEditor + + + + 0 + 0 + 527 + 323 + + + + Form + + + + + + + 0 + 0 + + + + + 150 + 16777215 + + + + true + + + QAbstractItemView::InternalMove + + + Qt::MoveAction + + + + + + + + + + 0 + 0 + + + + + 50 + 16777215 + + + + ^ + + + + + + + + 0 + 0 + + + + + 50 + 16777215 + + + + v + + + + + + + + + + + + + Page Type: + + + + + + + + + + + + + 0 + 90 + + + + + + + + + + + diff --git a/ui/progresswindow.ui b/ui/progresswindow.ui new file mode 100644 index 0000000..4e54eb6 --- /dev/null +++ b/ui/progresswindow.ui @@ -0,0 +1,92 @@ + + + dialogIssueSelect + + + + 0 + 0 + 650 + 287 + + + + Issue Identification Progress + + + + + + + + 0 + + + false + + + + + + + + Courier + + + true + + + + + + + Qt::Horizontal + + + QDialogButtonBox::Cancel + + + true + + + + + + + + + + + buttonBox + accepted() + dialogIssueSelect + accept() + + + 248 + 254 + + + 157 + 274 + + + + + buttonBox + rejected() + dialogIssueSelect + reject() + + + 316 + 260 + + + 286 + 274 + + + + + diff --git a/ui/renamewindow.ui b/ui/renamewindow.ui new file mode 100644 index 0000000..7a8fab4 --- /dev/null +++ b/ui/renamewindow.ui @@ -0,0 +1,116 @@ + + + dialogRename + + + Qt::NonModal + + + + 0 + 0 + 801 + 360 + + + + Archive Rename + + + false + + + + + + + + Preview: + + + + + + + QAbstractItemView::NoSelection + + + QAbstractItemView::SelectRows + + + Qt::ElideMiddle + + + + Folder + + + + + Old Name + + + + + New Name + + + + + + + + + + Rename Settings + + + + + + + Qt::Horizontal + + + QDialogButtonBox::Cancel|QDialogButtonBox::Ok + + + + + + + + + buttonBox + accepted() + dialogRename + accept() + + + 346 + 187 + + + 277 + 104 + + + + + buttonBox + rejected() + dialogRename + reject() + + + 346 + 187 + + + 277 + 104 + + + + + diff --git a/ui/settingswindow.ui b/ui/settingswindow.ui new file mode 100644 index 0000000..4eb4d8a --- /dev/null +++ b/ui/settingswindow.ui @@ -0,0 +1,567 @@ + + + dialogCreditEditor + + + + 0 + 0 + 674 + 428 + + + + Settings + + + false + + + + + + + + 0 + + + + General + + + + + + + + + + + + + 0 + 0 + + + + Default Settings + + + + + + + + 0 + 0 + + + + Revert to default settings + + + true + + + + + + + + 0 + 0 + + + + Clear Cache + + + + + + + + 0 + 0 + + + + If you need to free up the disk space, or the responses seems out of date, clear the online cache. + + + true + + + + + + + + + + Qt::Horizontal + + + + + + + + + + + 0 + 0 + + + + <html><head/><body><p>In order to read/write to CBR/RAR archives, you will need to have the shareware tools from <a href="www.win-rar.com/download.html"><span style=" text-decoration: underline; color:#0000ff;">WinRAR</span></a> installed. </p></body></html> + + + Qt::RichText + + + Qt::AlignBottom|Qt::AlignLeading|Qt::AlignLeft + + + true + + + true + + + Qt::LinksAccessibleByKeyboard|Qt::LinksAccessibleByMouse + + + + + + + + 0 + 0 + + + + + 120 + 0 + + + + + 200 + 16777215 + + + + RAR program + + + + + + + + 0 + 0 + + + + true + + + + + + + + 0 + 0 + + + + ... + + + + + + + + 120 + 0 + + + + UnRAR program + + + + + + + true + + + + + + + ... + + + + + + + + + + Qt::Vertical + + + + 20 + 40 + + + + + + + + + Identifier + + + + + + <html><head/><body><p>These settings are for the automatic issue identifier which searches online for matches. They will not affect &quot;manual&quot; searching.</p><p>Hover the mouse over an entry field for more info.</p></body></html> + + + true + + + + + + + Qt::Horizontal + + + + + + + QFormLayout::AllNonFixedFieldsGrow + + + + + + + + Default Name Length Match Tolerance: + + + + + + + + 0 + 0 + + + + + 50 + 16777215 + + + + + + + + + + + Publisher Blacklist: + + + + + + + + 0 + 0 + + + + + + + + + + + Comic Vine + + + + + 30 + 30 + 240 + 25 + + + + Use Series Start Date as Volume + + + + + + CBL + + + + + + Apply CBL Transforms on ComicVine Import + + + + + + + Apply CBL Transforms on Batch Copy Operations to CBL Tags + + + + + + + + 0 + 0 + + + + CBL Transforms + + + + + 11 + 21 + 246 + 182 + + + + + + + Assume Lone Credit Is Primary + + + + + + + Copy Characters to Generic Tags + + + + + + + Copy Teams to Generic Tags + + + + + + + Copy Locations to Generic Tags + + + + + + + Copy Notes to Comments + + + + + + + Copy Web Link to Comments + + + + + + + + + + + Qt::Vertical + + + QSizePolicy::Fixed + + + + 20 + 10 + + + + + + + + + Rename + + + + + + 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/>%month%<br/>%month_name%<br/>%publisher%<br/>%title%<br/> +%genre%<br/> +%language_code%<br/> +%criticalrating%<br/> +%alternateseries%<br/> +%alternatenumber%<br/> +%alternatecount%<br/> +%imprint%<br/> +%format%<br/> +%maturityrating%<br/> +%storyarc%<br/> +%seriesgroup%<br/> +%scaninfo% +</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) + + + + + + + Change Extension Based On Archive Type + + + + + + + + + + + + + Qt::Horizontal + + + QDialogButtonBox::Cancel|QDialogButtonBox::Ok + + + + + + + + + + + buttonBox + accepted() + dialogCreditEditor + accept() + + + 248 + 254 + + + 157 + 274 + + + + + buttonBox + rejected() + dialogCreditEditor + reject() + + + 316 + 260 + + + 286 + 274 + + + + + diff --git a/ui/taggerwindow.ui b/ui/taggerwindow.ui new file mode 100644 index 0000000..d363c75 --- /dev/null +++ b/ui/taggerwindow.ui @@ -0,0 +1,1348 @@ + + + MainWindow + + + + 0 + 0 + 1096 + 575 + + + + + 0 + 0 + + + + false + + + ComicTagger + + + true + + + + + 0 + 0 + + + + true + + + + + + true + + + true + + + Qt::Horizontal + + + + + + + + + QFormLayout::AllNonFixedFieldsGrow + + + Qt::AlignHCenter|Qt::AlignTop + + + + + Read Style + + + + + + + + + + Modify Style + + + + + + + + + + + + + 0 + 0 + + + + + 220 + 0 + + + + + 220 + 16777215 + + + + QFrame::StyledPanel + + + QFrame::Raised + + + + + + + 0 + 0 + + + + + 75 + true + + + + + + + true + + + + + + + + + + 0 + 0 + + + + + 200 + 16777215 + + + + + false + + + + QFrame::NoFrame + + + QFrame::Sunken + + + + + + false + + + + + + + + 0 + 0 + + + + + true + + + + + + + + + + + + + + 0 + 0 + + + + + + + + + + + + + + + 0 + 0 + + + + + 230 + 380 + + + + + 230 + 380 + + + + + + + + Qt::Vertical + + + + 20 + 20 + + + + + + + + + + QLayout::SetDefaultConstraint + + + + + true + + + false + + + 0 + + + + Details + + + + + + + 0 + 0 + + + + true + + + Qt::ScrollBarAsNeeded + + + Qt::ScrollBarAsNeeded + + + false + + + + true + + + + 0 + 0 + 470 + 520 + + + + + 0 + 0 + + + + + 0 + 0 + + + + true + + + + + + + + QFormLayout::FieldsStayAtSizeHint + + + QFormLayout::WrapAllRows + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + + 6 + + + 1 + + + + + Issue + + + + + + + false + + + + + + + Year + + + + + + + + 0 + 0 + + + + + 16777215 + 16777215 + + + + false + + + Qt::ImhDigitsOnly + + + + + + + Month + + + + + + + + 0 + 0 + + + + + 16777215 + 16777215 + + + + false + + + Qt::ImhDigitsOnly + + + + + + + # Issues + + + + + + + false + + + Qt::ImhDigitsOnly + + + + + + + Volume + + + + + + + false + + + + + + + # Volumes + + + + + + + false + + + Qt::ImhDigitsOnly + + + + + + + Alt.Issue + + + + + + + + 0 + 0 + + + + false + + + + + + + Alt. # Issues + + + + + + + false + + + + + + + + + QLayout::SetMinimumSize + + + QFormLayout::AllNonFixedFieldsGrow + + + QFormLayout::WrapAllRows + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + + Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop + + + 0 + + + 1 + + + + + Series + + + + + + + false + + + + + + + Title + + + + + + + false + + + + + + + Publisher + + + + + + + false + + + + + + + Imprint + + + + + + + + 0 + 0 + + + + false + + + + + + + Series Group + + + + + + + false + + + + + + + Story Arc + + + + + + + false + + + + + + + Genre + + + + + + + false + + + + + + + Maturity Rating + + + + + + + false + + + true + + + + + + + Manga + + + + + + + false + + + + + + + Format + + + + + + + + 0 + 0 + + + + true + + + + + + + Black & White + + + + + + + Qt::LeftToRight + + + false + + + + + + + + + + Language + + + + + + + + 0 + 0 + + + + + + + + Country + + + + + + + + 0 + 0 + + + + + + + + Alt. Series + + + + + + + false + + + + + + + + + + + + + + + + Credits + + + + + + + + + + QAbstractItemView::SingleSelection + + + QAbstractItemView::SelectRows + + + 0 + + + 3 + + + 2 + + + true + + + false + + + + Primary + + + AlignHCenter|AlignVCenter|AlignCenter + + + + + Credit + + + + + Name + + + + + + + + QFormLayout::ExpandingFieldsGrow + + + + + Scan Info + + + + + + + + + + + + + + + + Add Credit + + + + + + + Remove Credit + + + + + + + Edit Credit + + + + + + + Qt::Vertical + + + + 20 + 40 + + + + + + + + + + + + + Notes + + + + + + QFormLayout::ExpandingFieldsGrow + + + + + Comments + + + + + + + false + + + + + + + Notes + + + + + + + false + + + + + + + Web + + + + + + + false + + + + + + + User Rating + + + + + + + + 0 + 0 + + + + + 80 + 16777215 + + + + false + + + + + + + + + + Other + + + + + + QFormLayout::ExpandingFieldsGrow + + + + + Characters + + + + + + + true + + + + 0 + 0 + + + + + 0 + 0 + + + + + 16777215 + 16777215 + + + + false + + + + + + + Teams + + + + + + + + 0 + 0 + + + + + 16777215 + 16777215 + + + + false + + + + + + + Locations + + + + + + + + 0 + 0 + + + + + 16777215 + 16777215 + + + + false + + + + + + + Other Tags + + + + + + + + 0 + 0 + + + + + 16777215 + 16777215 + + + + + 0 + 100 + + + + false + + + + + + + + + + Pages + + + + + + + + + + + false + + + + + + + + + + 0 + 0 + 1096 + 21 + + + + + File + + + + Remove Tags + + + + + + + + View Raw Tags + + + + + + + + + + + + + + + + + + + Help + + + + + + + + + + Tags + + + + + + + + + + + Window + + + + + + + + + + + toolBar + + + false + + + Qt::NoToolBarArea + + + Qt::ToolButtonTextBesideIcon + + + false + + + TopToolBarArea + + + false + + + + + + Open + + + + + Save Tags + + + + + Export as Zip Archive + + + + + Exit + + + + + About ComicTagger + + + + + Parse Filename + + + + + Search Online + + + + + Clear Form + + + + + Remove ComicRack Tags + + + + + Remove ComicBookLover Tags + + + + + Reload ComicBookLover Tags + + + + + Reload ComicRack Tags + + + + + Reload Selected Tag Style + + + + + Settings... + + + + + Auto-Identify + + + Auto-Identify + + + Search online for tags and auto-identify best match for single archive + + + Search online for tags and auto-identify best match for single archive + + + + + Show Page Browser + + + Page Browser + + + Show the Page Browser to inspect the comic + + + Show the Page Browser to inspect the comic + + + + + View Raw ComicRack Tags + + + + + View Raw ComicBookLover Tags + + + + + Report Bug... + + + + + ComicTagger Forum... + + + + + Online Docs... + + + + + Remove Current 'Modify' Tag Style + + + + + Rename + + + + + Apply CBL Transform + + + + + Open Folder + + + + + Copy Tags + + + + + Auto-Tag + + + Search online for tags,auto-identify best match, and save to archive + + + Search online for tags,auto-identify best match, and save to archive + + + + + + + diff --git a/ui/volumeselectionwindow.ui b/ui/volumeselectionwindow.ui new file mode 100644 index 0000000..e8c0221 --- /dev/null +++ b/ui/volumeselectionwindow.ui @@ -0,0 +1,201 @@ + + + SelectSeries + + + + 0 + 0 + 849 + 476 + + + + Select Series + + + false + + + + + + + + + 300 + 450 + + + + + 300 + 450 + + + + + + + + + + Qt::Vertical + + + + + 0 + 0 + + + + + 0 + 250 + + + + QAbstractItemView::SingleSelection + + + QAbstractItemView::SelectRows + + + 0 + + + 4 + + + true + + + false + + + + Series + + + + + Year + + + AlignHCenter|AlignVCenter|AlignCenter + + + + + Issues + + + AlignHCenter|AlignVCenter|AlignCenter + + + + + Publisher + + + + + + + 0 + 0 + + + + + 16777215 + 200 + + + + true + + + Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse + + + + + + + + + + Auto-Identify + + + + + + + Re-Search + + + + + + + Show Issues + + + + + + + Qt::Horizontal + + + QDialogButtonBox::Cancel|QDialogButtonBox::Ok + + + + + + + + + + + + + + + buttonBox + accepted() + SelectSeries + accept() + + + 248 + 254 + + + 157 + 274 + + + + + buttonBox + rejected() + SelectSeries + reject() + + + 316 + 260 + + + 286 + 274 + + + + +