diff options
Diffstat (limited to '')
| -rw-r--r-- | src/citra_qt/configuration/configure_web.ui | 33 |
1 files changed, 30 insertions, 3 deletions
diff --git a/src/citra_qt/configuration/configure_web.ui b/src/citra_qt/configuration/configure_web.ui index 3bb8276fa..d8d283fad 100644 --- a/src/citra_qt/configuration/configure_web.ui +++ b/src/citra_qt/configuration/configure_web.ui | |||
| @@ -17,11 +17,11 @@ | |||
| 17 | <item> | 17 | <item> |
| 18 | <layout class="QVBoxLayout" name="verticalLayout_3"> | 18 | <layout class="QVBoxLayout" name="verticalLayout_3"> |
| 19 | <item> | 19 | <item> |
| 20 | <widget class="QGroupBox" name="groupBox"> | 20 | <widget class="QGroupBox" name="groupBoxWebConfig"> |
| 21 | <property name="title"> | 21 | <property name="title"> |
| 22 | <string>Citra Web Service</string> | 22 | <string>Citra Web Service</string> |
| 23 | </property> | 23 | </property> |
| 24 | <layout class="QVBoxLayout" name="verticalLayout_2"> | 24 | <layout class="QVBoxLayout" name="verticalLayoutCitraWebService"> |
| 25 | <item> | 25 | <item> |
| 26 | <widget class="QLabel" name="web_credentials_disclaimer"> | 26 | <widget class="QLabel" name="web_credentials_disclaimer"> |
| 27 | <property name="text"> | 27 | <property name="text"> |
| @@ -30,7 +30,7 @@ | |||
| 30 | </widget> | 30 | </widget> |
| 31 | </item> | 31 | </item> |
| 32 | <item> | 32 | <item> |
| 33 | <layout class="QGridLayout" name="gridLayout"> | 33 | <layout class="QGridLayout" name="gridLayoutCitraUsername"> |
| 34 | <item row="0" column="0"> | 34 | <item row="0" column="0"> |
| 35 | <widget class="QLabel" name="label_username"> | 35 | <widget class="QLabel" name="label_username"> |
| 36 | <property name="text"> | 36 | <property name="text"> |
| @@ -101,6 +101,33 @@ | |||
| 101 | </property> | 101 | </property> |
| 102 | </widget> | 102 | </widget> |
| 103 | </item> | 103 | </item> |
| 104 | <item> | ||
| 105 | <layout class="QGridLayout" name="gridLayoutTelemetryId"> | ||
| 106 | <item row="0" column="0"> | ||
| 107 | <widget class="QLabel" name="label_telemetry_id"> | ||
| 108 | <property name="text"> | ||
| 109 | <string>Telemetry ID:</string> | ||
| 110 | </property> | ||
| 111 | </widget> | ||
| 112 | </item> | ||
| 113 | <item row="0" column="1"> | ||
| 114 | <widget class="QPushButton" name="button_regenerate_telemetry_id"> | ||
| 115 | <property name="sizePolicy"> | ||
| 116 | <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> | ||
| 117 | <horstretch>0</horstretch> | ||
| 118 | <verstretch>0</verstretch> | ||
| 119 | </sizepolicy> | ||
| 120 | </property> | ||
| 121 | <property name="layoutDirection"> | ||
| 122 | <enum>Qt::RightToLeft</enum> | ||
| 123 | </property> | ||
| 124 | <property name="text"> | ||
| 125 | <string>Regenerate</string> | ||
| 126 | </property> | ||
| 127 | </widget> | ||
| 128 | </item> | ||
| 129 | </layout> | ||
| 130 | </item> | ||
| 104 | </layout> | 131 | </layout> |
| 105 | </widget> | 132 | </widget> |
| 106 | </item> | 133 | </item> |