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

achievementlogindialog.ui (3777B)


      1 <?xml version="1.0" encoding="UTF-8"?>
      2 <ui version="4.0">
      3  <class>AchievementLoginDialog</class>
      4  <widget class="QDialog" name="AchievementLoginDialog">
      5   <property name="windowModality">
      6    <enum>Qt::WindowModal</enum>
      7   </property>
      8   <property name="geometry">
      9    <rect>
     10     <x>0</x>
     11     <y>0</y>
     12     <width>410</width>
     13     <height>190</height>
     14    </rect>
     15   </property>
     16   <property name="minimumSize">
     17    <size>
     18     <width>410</width>
     19     <height>190</height>
     20    </size>
     21   </property>
     22   <property name="maximumSize">
     23    <size>
     24     <width>410</width>
     25     <height>190</height>
     26    </size>
     27   </property>
     28   <property name="windowTitle">
     29    <string comment="Window title">RetroAchievements Login</string>
     30   </property>
     31   <property name="modal">
     32    <bool>true</bool>
     33   </property>
     34   <layout class="QVBoxLayout" name="verticalLayout">
     35    <item>
     36     <layout class="QHBoxLayout" name="horizontalLayout" stretch="0,1">
     37      <item>
     38       <widget class="QLabel" name="label">
     39        <property name="text">
     40         <string/>
     41        </property>
     42        <property name="pixmap">
     43         <pixmap resource="resources/resources.qrc">:/icons/emblem-person-blue.png</pixmap>
     44        </property>
     45       </widget>
     46      </item>
     47      <item>
     48       <widget class="QLabel" name="label_2">
     49        <property name="font">
     50         <font>
     51          <pointsize>14</pointsize>
     52          <weight>50</weight>
     53          <bold>false</bold>
     54         </font>
     55        </property>
     56        <property name="text">
     57         <string comment="Header text">RetroAchievements Login</string>
     58        </property>
     59        <property name="alignment">
     60         <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
     61        </property>
     62       </widget>
     63      </item>
     64     </layout>
     65    </item>
     66    <item>
     67     <widget class="QLabel" name="instructionText">
     68      <property name="text">
     69       <string>Please enter your user name and password for retroachievements.org below. Your password will not be saved in DuckStation, an access token will be generated and used instead.</string>
     70      </property>
     71      <property name="wordWrap">
     72       <bool>true</bool>
     73      </property>
     74     </widget>
     75    </item>
     76    <item>
     77     <spacer name="verticalSpacer">
     78      <property name="orientation">
     79       <enum>Qt::Vertical</enum>
     80      </property>
     81      <property name="sizeHint" stdset="0">
     82       <size>
     83        <width>20</width>
     84        <height>40</height>
     85       </size>
     86      </property>
     87     </spacer>
     88    </item>
     89    <item>
     90     <layout class="QFormLayout" name="formLayout">
     91      <item row="0" column="0">
     92       <widget class="QLabel" name="label_4">
     93        <property name="text">
     94         <string>User Name:</string>
     95        </property>
     96       </widget>
     97      </item>
     98      <item row="0" column="1">
     99       <widget class="QLineEdit" name="userName"/>
    100      </item>
    101      <item row="1" column="0">
    102       <widget class="QLabel" name="label_5">
    103        <property name="text">
    104         <string>Password:</string>
    105        </property>
    106       </widget>
    107      </item>
    108      <item row="1" column="1">
    109       <widget class="QLineEdit" name="password">
    110        <property name="echoMode">
    111         <enum>QLineEdit::Password</enum>
    112        </property>
    113       </widget>
    114      </item>
    115     </layout>
    116    </item>
    117    <item>
    118     <layout class="QHBoxLayout" name="horizontalLayout_2" stretch="1,0">
    119      <item>
    120       <widget class="QLabel" name="status">
    121        <property name="text">
    122         <string>Ready...</string>
    123        </property>
    124       </widget>
    125      </item>
    126      <item>
    127       <widget class="QDialogButtonBox" name="buttonBox">
    128        <property name="standardButtons">
    129         <set>QDialogButtonBox::Cancel</set>
    130        </property>
    131       </widget>
    132      </item>
    133     </layout>
    134    </item>
    135   </layout>
    136  </widget>
    137  <resources>
    138   <include location="resources/resources.qrc"/>
    139  </resources>
    140  <connections/>
    141 </ui>