wiiqt/WiiQt/settingtxtdialog.ui
giantpune@gmail.com 30f8070e81 * setting.txt dialog knows different regions
* make the button for selecting the NUS_Cache path actually do something in the 2 programs that use NUS
* default NUS_cache is up 2 directories in windoze
* allow reading bad blocks from a txt file when creating a blank nand
2010-12-22 00:25:08 +00:00

184 lines
4.6 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>SettingTxtDialog</class>
<widget class="QDialog" name="SettingTxtDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>333</width>
<height>295</height>
</rect>
</property>
<property name="windowTitle">
<string>Setting.txt</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<layout class="QFormLayout" name="formLayout">
<item row="0" column="0">
<widget class="QLabel" name="label_area">
<property name="text">
<string>Area</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="lineEdit_area">
<property name="text">
<string>USA</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_model">
<property name="text">
<string>Model</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="lineEdit_model">
<property name="text">
<string>RVL-001(USA)</string>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_dvd">
<property name="text">
<string>DVD</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QLineEdit" name="lineEdit_dvd">
<property name="text">
<string>0</string>
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="QLabel" name="label_mpch">
<property name="text">
<string>MPCH</string>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="QLineEdit" name="lineEdit_mpch">
<property name="text">
<string>0x7FFE</string>
</property>
</widget>
</item>
<item row="4" column="0">
<widget class="QLabel" name="label_code">
<property name="text">
<string>Code</string>
</property>
</widget>
</item>
<item row="4" column="1">
<widget class="QLineEdit" name="lineEdit_code">
<property name="text">
<string>LU</string>
</property>
</widget>
</item>
<item row="5" column="0">
<widget class="QLabel" name="label_SerNo">
<property name="text">
<string>SerNo</string>
</property>
</widget>
</item>
<item row="5" column="1">
<widget class="QLineEdit" name="lineEdit_serno">
<property name="text">
<string>632011873</string>
</property>
<property name="maxLength">
<number>9</number>
</property>
</widget>
</item>
<item row="6" column="0">
<widget class="QLabel" name="label_video">
<property name="text">
<string>Video</string>
</property>
</widget>
</item>
<item row="6" column="1">
<widget class="QLineEdit" name="lineEdit_video">
<property name="text">
<string>NTSC</string>
</property>
</widget>
</item>
<item row="7" column="0">
<widget class="QLabel" name="label_game">
<property name="text">
<string>Game</string>
</property>
</widget>
</item>
<item row="7" column="1">
<widget class="QLineEdit" name="lineEdit_game">
<property name="text">
<string>US</string>
</property>
</widget>
</item>
</layout>
</item>
<item row="1" column="0">
<widget class="QDialogButtonBox" name="buttonBox">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="standardButtons">
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections>
<connection>
<sender>buttonBox</sender>
<signal>accepted()</signal>
<receiver>SettingTxtDialog</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
<x>248</x>
<y>254</y>
</hint>
<hint type="destinationlabel">
<x>157</x>
<y>274</y>
</hint>
</hints>
</connection>
<connection>
<sender>buttonBox</sender>
<signal>rejected()</signal>
<receiver>SettingTxtDialog</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel">
<x>316</x>
<y>260</y>
</hint>
<hint type="destinationlabel">
<x>286</x>
<y>274</y>
</hint>
</hints>
</connection>
</connections>
</ui>