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

achievementsettingswidget.ui (7904B)


      1 <?xml version="1.0" encoding="UTF-8"?>
      2 <ui version="4.0">
      3  <class>AchievementSettingsWidget</class>
      4  <widget class="QWidget" name="AchievementSettingsWidget">
      5   <property name="geometry">
      6    <rect>
      7     <x>0</x>
      8     <y>0</y>
      9     <width>674</width>
     10     <height>420</height>
     11    </rect>
     12   </property>
     13   <layout class="QVBoxLayout" name="verticalLayout">
     14    <property name="leftMargin">
     15     <number>0</number>
     16    </property>
     17    <property name="topMargin">
     18     <number>0</number>
     19    </property>
     20    <property name="rightMargin">
     21     <number>0</number>
     22    </property>
     23    <property name="bottomMargin">
     24     <number>0</number>
     25    </property>
     26    <item>
     27     <widget class="QGroupBox" name="groupBox">
     28      <property name="title">
     29       <string>Settings</string>
     30      </property>
     31      <layout class="QGridLayout" name="gridLayout">
     32       <item row="1" column="1">
     33        <widget class="QCheckBox" name="spectatorMode">
     34         <property name="text">
     35          <string>Enable Spectator Mode</string>
     36         </property>
     37        </widget>
     38       </item>
     39       <item row="0" column="0">
     40        <widget class="QCheckBox" name="enable">
     41         <property name="text">
     42          <string>Enable Achievements</string>
     43         </property>
     44        </widget>
     45       </item>
     46       <item row="2" column="0">
     47        <widget class="QCheckBox" name="unofficialAchievements">
     48         <property name="text">
     49          <string>Test Unofficial Achievements</string>
     50         </property>
     51        </widget>
     52       </item>
     53       <item row="1" column="0">
     54        <widget class="QCheckBox" name="encoreMode">
     55         <property name="text">
     56          <string>Enable Encore Mode</string>
     57         </property>
     58        </widget>
     59       </item>
     60       <item row="0" column="1">
     61        <widget class="QCheckBox" name="hardcoreMode">
     62         <property name="text">
     63          <string>Enable Hardcore Mode</string>
     64         </property>
     65        </widget>
     66       </item>
     67       <item row="2" column="1">
     68        <widget class="QCheckBox" name="useFirstDiscFromPlaylist">
     69         <property name="text">
     70          <string>Use First Disc From Playlist</string>
     71         </property>
     72        </widget>
     73       </item>
     74      </layout>
     75     </widget>
     76    </item>
     77    <item>
     78     <widget class="QGroupBox" name="notificationBox">
     79      <property name="title">
     80       <string>Notifications</string>
     81      </property>
     82      <layout class="QGridLayout" name="gridLayout_2" columnstretch="1,1">
     83       <item row="0" column="1">
     84        <layout class="QHBoxLayout" name="horizontalLayout_3" stretch="1,0">
     85         <item>
     86          <widget class="QSlider" name="achievementNotificationsDuration">
     87           <property name="minimum">
     88            <number>3</number>
     89           </property>
     90           <property name="maximum">
     91            <number>30</number>
     92           </property>
     93           <property name="pageStep">
     94            <number>1</number>
     95           </property>
     96           <property name="value">
     97            <number>5</number>
     98           </property>
     99           <property name="orientation">
    100            <enum>Qt::Horizontal</enum>
    101           </property>
    102           <property name="invertedAppearance">
    103            <bool>false</bool>
    104           </property>
    105           <property name="tickPosition">
    106            <enum>QSlider::TicksBelow</enum>
    107           </property>
    108           <property name="tickInterval">
    109            <number>1</number>
    110           </property>
    111          </widget>
    112         </item>
    113         <item>
    114          <widget class="QLabel" name="achievementNotificationsDurationLabel">
    115           <property name="text">
    116            <string>5 seconds</string>
    117           </property>
    118          </widget>
    119         </item>
    120        </layout>
    121       </item>
    122       <item row="0" column="0">
    123        <widget class="QCheckBox" name="achievementNotifications">
    124         <property name="text">
    125          <string>Show Achievement Notifications</string>
    126         </property>
    127        </widget>
    128       </item>
    129       <item row="1" column="1">
    130        <layout class="QHBoxLayout" name="horizontalLayout_2" stretch="1,0">
    131         <item>
    132          <widget class="QSlider" name="leaderboardNotificationsDuration">
    133           <property name="minimum">
    134            <number>3</number>
    135           </property>
    136           <property name="maximum">
    137            <number>30</number>
    138           </property>
    139           <property name="pageStep">
    140            <number>1</number>
    141           </property>
    142           <property name="value">
    143            <number>5</number>
    144           </property>
    145           <property name="orientation">
    146            <enum>Qt::Horizontal</enum>
    147           </property>
    148           <property name="invertedAppearance">
    149            <bool>false</bool>
    150           </property>
    151           <property name="tickPosition">
    152            <enum>QSlider::TicksBelow</enum>
    153           </property>
    154           <property name="tickInterval">
    155            <number>1</number>
    156           </property>
    157          </widget>
    158         </item>
    159         <item>
    160          <widget class="QLabel" name="leaderboardNotificationsDurationLabel">
    161           <property name="text">
    162            <string>5 seconds</string>
    163           </property>
    164          </widget>
    165         </item>
    166        </layout>
    167       </item>
    168       <item row="1" column="0">
    169        <widget class="QCheckBox" name="leaderboardNotifications">
    170         <property name="text">
    171          <string>Show Leaderboard Notifications</string>
    172         </property>
    173        </widget>
    174       </item>
    175       <item row="2" column="0">
    176        <widget class="QCheckBox" name="soundEffects">
    177         <property name="text">
    178          <string>Enable Sound Effects</string>
    179         </property>
    180        </widget>
    181       </item>
    182       <item row="2" column="1">
    183        <widget class="QCheckBox" name="overlays">
    184         <property name="text">
    185          <string>Enable In-Game Overlays</string>
    186         </property>
    187        </widget>
    188       </item>
    189      </layout>
    190     </widget>
    191    </item>
    192    <item>
    193     <widget class="QGroupBox" name="loginBox">
    194      <property name="title">
    195       <string>Account</string>
    196      </property>
    197      <layout class="QHBoxLayout" name="horizontalLayout" stretch="1,0">
    198       <item>
    199        <widget class="QLabel" name="loginStatus">
    200         <property name="text">
    201          <string>Username:
    202 Login token generated at:</string>
    203         </property>
    204         <property name="alignment">
    205          <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
    206         </property>
    207        </widget>
    208       </item>
    209       <item>
    210        <layout class="QHBoxLayout" name="horizontalLayout_4">
    211         <item>
    212          <widget class="QPushButton" name="viewProfile">
    213           <property name="text">
    214            <string>View Profile...</string>
    215           </property>
    216          </widget>
    217         </item>
    218         <item>
    219          <widget class="QPushButton" name="loginButton">
    220           <property name="text">
    221            <string>Login...</string>
    222           </property>
    223          </widget>
    224         </item>
    225        </layout>
    226       </item>
    227      </layout>
    228     </widget>
    229    </item>
    230    <item>
    231     <widget class="QGroupBox" name="gameInfoBox">
    232      <property name="minimumSize">
    233       <size>
    234        <width>0</width>
    235        <height>75</height>
    236       </size>
    237      </property>
    238      <property name="title">
    239       <string>Game Info</string>
    240      </property>
    241      <layout class="QGridLayout" name="gridLayout_3">
    242       <item row="0" column="0">
    243        <widget class="QLabel" name="gameInfo">
    244         <property name="alignment">
    245          <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
    246         </property>
    247        </widget>
    248       </item>
    249      </layout>
    250     </widget>
    251    </item>
    252    <item>
    253     <spacer name="verticalSpacer">
    254      <property name="orientation">
    255       <enum>Qt::Vertical</enum>
    256      </property>
    257      <property name="sizeHint" stdset="0">
    258       <size>
    259        <width>20</width>
    260        <height>40</height>
    261       </size>
    262      </property>
    263     </spacer>
    264    </item>
    265   </layout>
    266  </widget>
    267  <resources>
    268   <include location="resources/resources.qrc"/>
    269  </resources>
    270  <connections/>
    271 </ui>