duckstation

duckstation, but archived from the revision just before upstream changed it to a proprietary software project, this version is the libre one
git clone https://git.neptards.moe/u3shit/duckstation.git
Log | Files | Refs | README | LICENSE

coverdownloaddialog.ui (4046B)


      1 <?xml version="1.0" encoding="UTF-8"?>
      2 <ui version="4.0">
      3  <class>CoverDownloadDialog</class>
      4  <widget class="QDialog" name="CoverDownloadDialog">
      5   <property name="geometry">
      6    <rect>
      7     <x>0</x>
      8     <y>0</y>
      9     <width>720</width>
     10     <height>380</height>
     11    </rect>
     12   </property>
     13   <property name="windowTitle">
     14    <string>Download Covers</string>
     15   </property>
     16   <layout class="QVBoxLayout" name="verticalLayout">
     17    <item>
     18     <layout class="QHBoxLayout" name="horizontalLayout_2" stretch="0,1">
     19      <property name="spacing">
     20       <number>10</number>
     21      </property>
     22      <item>
     23       <widget class="QLabel" name="coverIcon">
     24        <property name="text">
     25         <string/>
     26        </property>
     27        <property name="pixmap">
     28         <pixmap resource="resources/resources.qrc">:/icons/black/svg/artboard-2-line.svg</pixmap>
     29        </property>
     30        <property name="alignment">
     31         <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
     32        </property>
     33       </widget>
     34      </item>
     35      <item>
     36       <widget class="QLabel" name="label">
     37        <property name="text">
     38         <string>DuckStation can automatically download covers for games which do not currently have a cover set. We do not host any cover images, the user must provide their own source for images.</string>
     39        </property>
     40        <property name="wordWrap">
     41         <bool>true</bool>
     42        </property>
     43       </widget>
     44      </item>
     45     </layout>
     46    </item>
     47    <item>
     48     <widget class="QLabel" name="label_3">
     49      <property name="text">
     50       <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;In the box below, specify the URLs to download covers from, with one template URL per line. The following variables are available:&lt;/p&gt;&lt;p&gt;&lt;span style=&quot; font-style:italic;&quot;&gt;${title}:&lt;/span&gt; Title of the game.&lt;br/&gt;&lt;span style=&quot; font-style:italic;&quot;&gt;${filetitle}:&lt;/span&gt; Name component of the game's filename.&lt;br/&gt;&lt;span style=&quot; font-style:italic;&quot;&gt;${serial}:&lt;/span&gt; Serial of the game.&lt;/p&gt;&lt;p&gt;&lt;span style=&quot; font-weight:700;&quot;&gt;Example:&lt;/span&gt; https://www.example-not-a-real-domain.com/covers/${serial}.jpg&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
     51      </property>
     52      <property name="wordWrap">
     53       <bool>true</bool>
     54      </property>
     55     </widget>
     56    </item>
     57    <item>
     58     <widget class="QTextEdit" name="urls"/>
     59    </item>
     60    <item>
     61     <widget class="QLabel" name="label_2">
     62      <property name="text">
     63       <string>By default, the downloaded covers will be saved with the game's title. If this is not desired, you can check the &quot;Use Serial File Names&quot; box below. Using serials instead of game titles will prevent conflicts when multiple regions of the same game are used.</string>
     64      </property>
     65      <property name="wordWrap">
     66       <bool>true</bool>
     67      </property>
     68     </widget>
     69    </item>
     70    <item>
     71     <widget class="QCheckBox" name="useSerialFileNames">
     72      <property name="text">
     73       <string>Use Serial File Names</string>
     74      </property>
     75     </widget>
     76    </item>
     77    <item>
     78     <widget class="QLabel" name="status">
     79      <property name="text">
     80       <string>Waiting to start...</string>
     81      </property>
     82     </widget>
     83    </item>
     84    <item>
     85     <layout class="QHBoxLayout" name="horizontalLayout">
     86      <item>
     87       <widget class="QProgressBar" name="progress"/>
     88      </item>
     89      <item>
     90       <widget class="QPushButton" name="start">
     91        <property name="enabled">
     92         <bool>false</bool>
     93        </property>
     94        <property name="text">
     95         <string>Start</string>
     96        </property>
     97        <property name="default">
     98         <bool>true</bool>
     99        </property>
    100       </widget>
    101      </item>
    102      <item>
    103       <widget class="QPushButton" name="close">
    104        <property name="text">
    105         <string>Close</string>
    106        </property>
    107       </widget>
    108      </item>
    109     </layout>
    110    </item>
    111   </layout>
    112  </widget>
    113  <resources>
    114   <include location="resources/resources.qrc"/>
    115  </resources>
    116  <connections/>
    117 </ui>