Files
86Box/src/qt/qt_harddiskdialog.ui

286 lines
7.2 KiB
Plaintext
Raw Normal View History

2021-11-25 10:20:56 +01:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>HarddiskDialog</class>
<widget class="QDialog" name="HarddiskDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>421</width>
<height>269</height>
2021-11-25 10:20:56 +01:00
</rect>
</property>
2022-02-06 01:50:30 +06:00
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>421</width>
<height>269</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>421</width>
<height>269</height>
</size>
</property>
2021-11-25 10:20:56 +01:00
<property name="windowTitle">
<string>Dialog</string>
</property>
2022-02-05 17:01:27 +02:00
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="1" colspan="5">
<widget class="FileField" name="fileField" native="true"/>
</item>
<item row="5" column="4">
<widget class="QLabel" name="label_7">
2022-02-05 17:01:27 +02:00
<property name="text">
<string>Channel:</string>
2022-02-05 17:01:27 +02:00
</property>
</widget>
</item>
<item row="3" column="4">
<widget class="QLabel" name="label_5">
<property name="text">
<string>Sectors:</string>
</property>
</widget>
</item>
<item row="4" column="2">
<widget class="QLabel" name="label_6">
<property name="text">
<string>Type:</string>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="QLineEdit" name="lineEditCylinders">
2022-02-05 17:01:27 +02:00
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximumSize">
<size>
<width>64</width>
<height>16777215</height>
</size>
</property>
</widget>
</item>
<item row="4" column="1">
<widget class="QLineEdit" name="lineEditSize">
2022-02-05 17:01:27 +02:00
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximumSize">
<size>
<width>64</width>
<height>16777215</height>
</size>
</property>
</widget>
</item>
<item row="4" column="0">
<widget class="QLabel" name="label_3">
<property name="text">
<string>Size (MB):</string>
2021-11-25 10:20:56 +01:00
</property>
</widget>
2021-11-25 10:20:56 +01:00
</item>
<item row="5" column="5">
<widget class="QComboBox" name="comboBoxChannel"/>
2022-02-05 17:01:27 +02:00
</item>
<item row="11" column="0" colspan="6">
2021-11-25 10:20:56 +01:00
<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>
<item row="9" column="0" colspan="6">
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
2022-02-05 17:01:27 +02:00
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>20</height>
</size>
2022-02-05 17:01:27 +02:00
</property>
</spacer>
2022-02-05 17:01:27 +02:00
</item>
<item row="3" column="0">
<widget class="QLabel" name="label_2">
2022-02-05 17:01:27 +02:00
<property name="text">
<string>Cylinders:</string>
2022-02-05 17:01:27 +02:00
</property>
</widget>
</item>
<item row="3" column="5">
<widget class="QLineEdit" name="lineEditSectors">
2022-02-05 17:01:27 +02:00
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximumSize">
<size>
<width>64</width>
<height>16777215</height>
</size>
</property>
<property name="maxLength">
<number>32767</number>
2022-02-05 17:01:27 +02:00
</property>
</widget>
</item>
<item row="6" column="0">
<widget class="QLabel" name="labelFormat">
2022-02-05 17:01:27 +02:00
<property name="text">
<string>Image Format:</string>
2022-02-05 17:01:27 +02:00
</property>
</widget>
</item>
<item row="3" column="2">
<widget class="QLabel" name="label_4">
2022-02-05 17:01:27 +02:00
<property name="text">
<string>Heads:</string>
2022-02-05 17:01:27 +02:00
</property>
</widget>
</item>
<item row="4" column="3" colspan="3">
<widget class="QComboBox" name="comboBoxType"/>
</item>
<item row="5" column="0">
<widget class="QLabel" name="label_8">
2022-02-05 17:01:27 +02:00
<property name="text">
<string>Bus:</string>
2022-02-05 17:01:27 +02:00
</property>
</widget>
</item>
<item row="6" column="1" colspan="3">
<widget class="QComboBox" name="comboBoxFormat"/>
</item>
<item row="7" column="1" colspan="3">
<widget class="QComboBox" name="comboBoxBlockSize"/>
2022-02-05 17:01:27 +02:00
</item>
<item row="3" column="3">
<widget class="QLineEdit" name="lineEditHeads">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximumSize">
<size>
<width>64</width>
<height>16777215</height>
</size>
</property>
<property name="maxLength">
<number>32767</number>
</property>
</widget>
</item>
<item row="5" column="1" colspan="3">
<widget class="QComboBox" name="comboBoxBus"/>
</item>
<item row="7" column="0">
<widget class="QLabel" name="labelBlockSize">
<property name="text">
<string>Block Size:</string>
</property>
</widget>
</item>
<item row="0" column="0">
<widget class="QLabel" name="label">
<property name="text">
<string>File name:</string>
</property>
</widget>
</item>
<item row="8" column="0" colspan="6">
<widget class="QProgressBar" name="progressBar">
2022-02-06 01:50:30 +06:00
<property name="visible">
<bool>false</bool>
</property>
<property name="value">
<number>0</number>
</property>
<property name="textVisible">
<bool>true</bool>
</property>
</widget>
2022-02-05 17:01:27 +02:00
</item>
2021-11-25 10:20:56 +01:00
</layout>
</widget>
<customwidgets>
<customwidget>
<class>FileField</class>
<extends>QWidget</extends>
<header>qt_filefield.hpp</header>
<container>1</container>
</customwidget>
</customwidgets>
<tabstops>
<tabstop>lineEditCylinders</tabstop>
<tabstop>lineEditHeads</tabstop>
<tabstop>lineEditSectors</tabstop>
<tabstop>lineEditSize</tabstop>
<tabstop>comboBoxType</tabstop>
<tabstop>comboBoxBus</tabstop>
<tabstop>comboBoxChannel</tabstop>
<tabstop>comboBoxFormat</tabstop>
<tabstop>comboBoxBlockSize</tabstop>
</tabstops>
<resources/>
<connections>
<connection>
<sender>buttonBox</sender>
<signal>accepted()</signal>
<receiver>HarddiskDialog</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>HarddiskDialog</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>