<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>MemoryCardCreateDialog</class> <widget class="QDialog" name="MemoryCardCreateDialog"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>600</width> <height>535</height> </rect> </property> <property name="windowTitle"> <string>Create Memory Card</string> </property> <property name="modal"> <bool>true</bool> </property> <layout class="QVBoxLayout" name="mainLayout"> <item> <layout class="QHBoxLayout" name="horizontalLayout" stretch="0,1"> <property name="spacing"> <number>10</number> </property> <property name="bottomMargin"> <number>10</number> </property> <item> <widget class="QLabel" name="icon"> <property name="minimumSize"> <size> <width>48</width> <height>48</height> </size> </property> <property name="maximumSize"> <size> <width>48</width> <height>48</height> </size> </property> <property name="pixmap"> <pixmap resource="../resources/resources.qrc">:/icons/black/svg/memcard-line.svg</pixmap> </property> <property name="alignment"> <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> </property> </widget> </item> <item> <widget class="QLabel" name="label_2"> <property name="text"> <string><html><head/><body><p><span style=" font-weight:700;">Create Memory Card</span><br />Enter the name of the Memory Card you wish to create, and choose a size. We recommend either using 8MB Memory Cards, or folder Memory Cards for best compatibility.</p></body></html></string> </property> <property name="textFormat"> <enum>Qt::RichText</enum> </property> <property name="alignment"> <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> </property> <property name="wordWrap"> <bool>true</bool> </property> </widget> </item> </layout> </item> <item> <layout class="QVBoxLayout" name="verticalLayout_7"> <item> <widget class="QLabel" name="label_3"> <property name="text"> <string>Memory Card Name:</string> </property> </widget> </item> <item> <widget class="QLineEdit" name="name"/> </item> </layout> </item> <item> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QRadioButton" name="size8MB"> <property name="text"> <string>8 MB [Most Compatible]</string> </property> <property name="checked"> <bool>true</bool> </property> </widget> </item> <item> <widget class="QLabel" name="label_4"> <property name="text"> <string>This is the standard Sony-provisioned size, and is supported by all games and BIOS versions.</string> </property> <property name="alignment"> <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> </property> <property name="wordWrap"> <bool>true</bool> </property> </widget> </item> </layout> </item> <item> <layout class="QVBoxLayout" name="verticalLayout_2"> <item> <widget class="QRadioButton" name="size16MB"> <property name="text"> <string>16 MB</string> </property> </widget> </item> <item> <widget class="QLabel" name="label_5"> <property name="text"> <string>A typical size for third-party Memory Cards which should work with most games.</string> </property> <property name="alignment"> <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> </property> <property name="wordWrap"> <bool>true</bool> </property> </widget> </item> </layout> </item> <item> <layout class="QVBoxLayout" name="verticalLayout_3"> <item> <widget class="QRadioButton" name="size32MB"> <property name="text"> <string>32 MB</string> </property> </widget> </item> <item> <widget class="QLabel" name="label_6"> <property name="text"> <string>A typical size for third-party Memory Cards which should work with most games.</string> </property> <property name="alignment"> <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> </property> <property name="wordWrap"> <bool>true</bool> </property> </widget> </item> </layout> </item> <item> <layout class="QVBoxLayout" name="verticalLayout_4"> <item> <widget class="QRadioButton" name="size64MB"> <property name="text"> <string>64 MB</string> </property> </widget> </item> <item> <widget class="QLabel" name="label_7"> <property name="text"> <string>Low compatibility warning: yes, it's very big, but may not work with many games.</string> </property> <property name="alignment"> <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> </property> <property name="wordWrap"> <bool>true</bool> </property> </widget> </item> </layout> </item> <item> <layout class="QVBoxLayout" name="verticalLayout_5"> <item> <widget class="QRadioButton" name="sizeFolder"> <property name="text"> <string>Folder [Recommended]</string> </property> </widget> </item> <item> <widget class="QLabel" name="label_8"> <property name="text"> <string>Store Memory Card contents in the host filesystem instead of a file.</string> </property> <property name="alignment"> <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> </property> <property name="wordWrap"> <bool>true</bool> </property> </widget> </item> </layout> </item> <item> <layout class="QVBoxLayout" name="verticalLayout_6"> <item> <widget class="QRadioButton" name="size128KB"> <property name="text"> <string>128 KB (PS1)</string> </property> </widget> </item> <item> <widget class="QLabel" name="label_9"> <property name="text"> <string>This is the standard Sony-provisioned size PS1 Memory Card, and only compatible with PS1 games.</string> </property> <property name="alignment"> <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> </property> <property name="wordWrap"> <bool>true</bool> </property> </widget> </item> </layout> </item> <item> <layout class="QVBoxLayout" name="ntfsCompressionLayout"> <item> <widget class="QCheckBox" name="ntfsCompression"> <property name="text"> <string>Use NTFS Compression</string> </property> <property name="checked"> <bool>true</bool> </property> </widget> </item> <item> <widget class="QLabel" name="ntfsCompressionLabel"> <property name="text"> <string>NTFS compression is built-in, fast, and completely reliable. Typically compresses Memory Cards (highly recommended).</string> </property> <property name="alignment"> <set>Qt::AlignBottom|Qt::AlignLeading|Qt::AlignLeft</set> </property> <property name="wordWrap"> <bool>true</bool> </property> </widget> </item> </layout> </item> <item> <spacer name="verticalSpacer"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>40</height> </size> </property> </spacer> </item> <item> <widget class="QDialogButtonBox" name="buttonBox"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="standardButtons"> <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok|QDialogButtonBox::RestoreDefaults</set> </property> </widget> </item> </layout> </widget> <resources> <include location="../resources/resources.qrc"/> </resources> <connections> <connection> <sender>buttonBox</sender> <signal>accepted()</signal> <receiver>MemoryCardCreateDialog</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>MemoryCardCreateDialog</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>