diff options
Diffstat (limited to 'src/citra_qt/configuration/configure_web.ui')
| -rw-r--r-- | src/citra_qt/configuration/configure_web.ui | 75 |
1 files changed, 56 insertions, 19 deletions
diff --git a/src/citra_qt/configuration/configure_web.ui b/src/citra_qt/configuration/configure_web.ui index d8d283fad..dd996ab62 100644 --- a/src/citra_qt/configuration/configure_web.ui +++ b/src/citra_qt/configuration/configure_web.ui | |||
| @@ -6,8 +6,8 @@ | |||
| 6 | <rect> | 6 | <rect> |
| 7 | <x>0</x> | 7 | <x>0</x> |
| 8 | <y>0</y> | 8 | <y>0</y> |
| 9 | <width>400</width> | 9 | <width>926</width> |
| 10 | <height>300</height> | 10 | <height>561</height> |
| 11 | </rect> | 11 | </rect> |
| 12 | </property> | 12 | </property> |
| 13 | <property name="windowTitle"> | 13 | <property name="windowTitle"> |
| @@ -31,14 +31,30 @@ | |||
| 31 | </item> | 31 | </item> |
| 32 | <item> | 32 | <item> |
| 33 | <layout class="QGridLayout" name="gridLayoutCitraUsername"> | 33 | <layout class="QGridLayout" name="gridLayoutCitraUsername"> |
| 34 | <item row="0" column="0"> | 34 | <item row="2" column="3"> |
| 35 | <widget class="QLabel" name="label_username"> | 35 | <widget class="QPushButton" name="button_verify_login"> |
| 36 | <property name="sizePolicy"> | ||
| 37 | <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> | ||
| 38 | <horstretch>0</horstretch> | ||
| 39 | <verstretch>0</verstretch> | ||
| 40 | </sizepolicy> | ||
| 41 | </property> | ||
| 42 | <property name="layoutDirection"> | ||
| 43 | <enum>Qt::RightToLeft</enum> | ||
| 44 | </property> | ||
| 36 | <property name="text"> | 45 | <property name="text"> |
| 37 | <string>Username: </string> | 46 | <string>Verify</string> |
| 38 | </property> | 47 | </property> |
| 39 | </widget> | 48 | </widget> |
| 40 | </item> | 49 | </item> |
| 41 | <item row="0" column="1"> | 50 | <item row="2" column="0"> |
| 51 | <widget class="QLabel" name="web_signup_link"> | ||
| 52 | <property name="text"> | ||
| 53 | <string>Sign up</string> | ||
| 54 | </property> | ||
| 55 | </widget> | ||
| 56 | </item> | ||
| 57 | <item row="0" column="1" colspan="3"> | ||
| 42 | <widget class="QLineEdit" name="edit_username"> | 58 | <widget class="QLineEdit" name="edit_username"> |
| 43 | <property name="maxLength"> | 59 | <property name="maxLength"> |
| 44 | <number>36</number> | 60 | <number>36</number> |
| @@ -52,7 +68,22 @@ | |||
| 52 | </property> | 68 | </property> |
| 53 | </widget> | 69 | </widget> |
| 54 | </item> | 70 | </item> |
| 55 | <item row="1" column="1"> | 71 | <item row="1" column="4"> |
| 72 | <widget class="QLabel" name="label_token_verified"> | ||
| 73 | </widget> | ||
| 74 | </item> | ||
| 75 | <item row="0" column="0"> | ||
| 76 | <widget class="QLabel" name="label_username"> | ||
| 77 | <property name="text"> | ||
| 78 | <string>Username: </string> | ||
| 79 | </property> | ||
| 80 | </widget> | ||
| 81 | </item> | ||
| 82 | <item row="0" column="4"> | ||
| 83 | <widget class="QLabel" name="label_username_verified"> | ||
| 84 | </widget> | ||
| 85 | </item> | ||
| 86 | <item row="1" column="1" colspan="3"> | ||
| 56 | <widget class="QLineEdit" name="edit_token"> | 87 | <widget class="QLineEdit" name="edit_token"> |
| 57 | <property name="maxLength"> | 88 | <property name="maxLength"> |
| 58 | <number>36</number> | 89 | <number>36</number> |
| @@ -62,13 +93,6 @@ | |||
| 62 | </property> | 93 | </property> |
| 63 | </widget> | 94 | </widget> |
| 64 | </item> | 95 | </item> |
| 65 | <item row="2" column="0"> | ||
| 66 | <widget class="QLabel" name="web_signup_link"> | ||
| 67 | <property name="text"> | ||
| 68 | <string>Sign up</string> | ||
| 69 | </property> | ||
| 70 | </widget> | ||
| 71 | </item> | ||
| 72 | <item row="2" column="1"> | 96 | <item row="2" column="1"> |
| 73 | <widget class="QLabel" name="web_token_info_link"> | 97 | <widget class="QLabel" name="web_token_info_link"> |
| 74 | <property name="text"> | 98 | <property name="text"> |
| @@ -76,6 +100,19 @@ | |||
| 76 | </property> | 100 | </property> |
| 77 | </widget> | 101 | </widget> |
| 78 | </item> | 102 | </item> |
| 103 | <item row="2" column="2"> | ||
| 104 | <spacer name="horizontalSpacer"> | ||
| 105 | <property name="orientation"> | ||
| 106 | <enum>Qt::Horizontal</enum> | ||
| 107 | </property> | ||
| 108 | <property name="sizeHint" stdset="0"> | ||
| 109 | <size> | ||
| 110 | <width>40</width> | ||
| 111 | <height>20</height> | ||
| 112 | </size> | ||
| 113 | </property> | ||
| 114 | </spacer> | ||
| 115 | </item> | ||
| 79 | </layout> | 116 | </layout> |
| 80 | </item> | 117 | </item> |
| 81 | </layout> | 118 | </layout> |
| @@ -105,17 +142,17 @@ | |||
| 105 | <layout class="QGridLayout" name="gridLayoutTelemetryId"> | 142 | <layout class="QGridLayout" name="gridLayoutTelemetryId"> |
| 106 | <item row="0" column="0"> | 143 | <item row="0" column="0"> |
| 107 | <widget class="QLabel" name="label_telemetry_id"> | 144 | <widget class="QLabel" name="label_telemetry_id"> |
| 108 | <property name="text"> | 145 | <property name="text"> |
| 109 | <string>Telemetry ID:</string> | 146 | <string>Telemetry ID:</string> |
| 110 | </property> | 147 | </property> |
| 111 | </widget> | 148 | </widget> |
| 112 | </item> | 149 | </item> |
| 113 | <item row="0" column="1"> | 150 | <item row="0" column="1"> |
| 114 | <widget class="QPushButton" name="button_regenerate_telemetry_id"> | 151 | <widget class="QPushButton" name="button_regenerate_telemetry_id"> |
| 115 | <property name="sizePolicy"> | 152 | <property name="sizePolicy"> |
| 116 | <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> | 153 | <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
| 117 | <horstretch>0</horstretch> | 154 | <horstretch>0</horstretch> |
| 118 | <verstretch>0</verstretch> | 155 | <verstretch>0</verstretch> |
| 119 | </sizepolicy> | 156 | </sizepolicy> |
| 120 | </property> | 157 | </property> |
| 121 | <property name="layoutDirection"> | 158 | <property name="layoutDirection"> |