service/cfg, citra_qt: add country code configuration

This commit is contained in:
zhupengfei 2018-07-18 14:32:56 +08:00
parent a1b1d827bf
commit e61b7d265f
No known key found for this signature in database
GPG key ID: 85B82A3E62174206
5 changed files with 243 additions and 1 deletions

View file

@ -221,13 +221,24 @@
</widget>
</item>
<item row="4" column="0">
<widget class="QLabel" name="label_country">
<property name="text">
<string>Country</string>
</property>
</widget>
</item>
<item row="4" column="1">
<widget class="QComboBox" name="combo_country">
</widget>
</item>
<item row="5" column="0">
<widget class="QLabel" name="label_console_id">
<property name="text">
<string>Console ID:</string>
</property>
</widget>
</item>
<item row="4" column="1">
<item row="5" column="1">
<widget class="QPushButton" name="button_regenerate_console_id">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">