Warning, /multimedia/k3b/src/projects/base_k3bbootimagedialog.ui is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <ui version="4.0">
0003  <author>Sebastian Trueg</author>
0004  <class>base_K3bBootImageDialog</class>
0005  <widget class="QDialog" name="base_K3bBootImageDialog">
0006   <property name="geometry">
0007    <rect>
0008     <x>0</x>
0009     <y>0</y>
0010     <width>443</width>
0011     <height>495</height>
0012    </rect>
0013   </property>
0014   <layout class="QVBoxLayout">
0015    <item>
0016     <layout class="QHBoxLayout">
0017      <item>
0018       <widget class="QLabel" name="label">
0019        <property name="sizePolicy">
0020         <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0021          <horstretch>1</horstretch>
0022          <verstretch>0</verstretch>
0023         </sizepolicy>
0024        </property>
0025        <property name="text">
0026         <string>Boot images:</string>
0027        </property>
0028        <property name="wordWrap">
0029         <bool>false</bool>
0030        </property>
0031       </widget>
0032      </item>
0033      <item>
0034       <widget class="QPushButton" name="m_buttonNew">
0035        <property name="toolTip">
0036         <string>Add new boot image</string>
0037        </property>
0038        <property name="text">
0039         <string>&amp;New...</string>
0040        </property>
0041       </widget>
0042      </item>
0043      <item>
0044       <widget class="QPushButton" name="m_buttonDelete">
0045        <property name="toolTip">
0046         <string>Remove selected boot image</string>
0047        </property>
0048        <property name="text">
0049         <string>&amp;Delete</string>
0050        </property>
0051       </widget>
0052      </item>
0053     </layout>
0054    </item>
0055    <item>
0056     <widget class="QTreeView" name="m_viewImages">
0057      <property name="rootIsDecorated">
0058       <bool>false</bool>
0059      </property>
0060     </widget>
0061    </item>
0062    <item>
0063     <widget class="QGroupBox" name="m_groupImageType">
0064      <property name="title">
0065       <string>Emulation Type</string>
0066      </property>
0067      <layout class="QHBoxLayout" name="horizontalLayout">
0068       <item>
0069        <widget class="QRadioButton" name="m_radioFloppy">
0070         <property name="toolTip">
0071          <string>Emulate a 1440/2880 kb floppy</string>
0072         </property>
0073         <property name="text">
0074          <string>&amp;Floppy</string>
0075         </property>
0076        </widget>
0077       </item>
0078       <item>
0079        <widget class="QRadioButton" name="m_radioHarddisk">
0080         <property name="toolTip">
0081          <string>Emulate a harddisk</string>
0082         </property>
0083         <property name="text">
0084          <string>Hardd&amp;isk</string>
0085         </property>
0086        </widget>
0087       </item>
0088       <item>
0089        <widget class="QRadioButton" name="m_radioNoEmulation">
0090         <property name="toolTip">
0091          <string>No emulation at all</string>
0092         </property>
0093         <property name="text">
0094          <string>None</string>
0095         </property>
0096        </widget>
0097       </item>
0098      </layout>
0099     </widget>
0100    </item>
0101    <item>
0102     <widget class="QGroupBox" name="m_groupOptions">
0103      <property name="sizePolicy">
0104       <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0105        <horstretch>0</horstretch>
0106        <verstretch>0</verstretch>
0107       </sizepolicy>
0108      </property>
0109      <property name="title">
0110       <string>Settings</string>
0111      </property>
0112      <layout class="QVBoxLayout">
0113       <item>
0114        <widget class="QCheckBox" name="m_checkNoBoot">
0115         <property name="toolTip">
0116          <string>Do not boot from the emulated floppy/harddisk</string>
0117         </property>
0118         <property name="text">
0119          <string>No boot image</string>
0120         </property>
0121        </widget>
0122       </item>
0123       <item>
0124        <widget class="QCheckBox" name="m_checkInfoTable">
0125         <property name="text">
0126          <string>Boot-info-table</string>
0127         </property>
0128        </widget>
0129       </item>
0130       <item>
0131        <layout class="QGridLayout">
0132         <item row="0" column="1">
0133          <widget class="QLineEdit" name="m_editLoadSegment">
0134           <property name="enabled">
0135            <bool>false</bool>
0136           </property>
0137           <property name="text">
0138            <string>0</string>
0139           </property>
0140          </widget>
0141         </item>
0142         <item row="1" column="1">
0143          <widget class="QLineEdit" name="m_editLoadSize">
0144           <property name="enabled">
0145            <bool>false</bool>
0146           </property>
0147           <property name="text">
0148            <string>0</string>
0149           </property>
0150          </widget>
0151         </item>
0152         <item row="0" column="0">
0153          <widget class="QLabel" name="textLabel2_2">
0154           <property name="enabled">
0155            <bool>false</bool>
0156           </property>
0157           <property name="text">
0158            <string>Boot load segment:</string>
0159           </property>
0160           <property name="wordWrap">
0161            <bool>false</bool>
0162           </property>
0163          </widget>
0164         </item>
0165         <item row="1" column="0">
0166          <widget class="QLabel" name="textLabel3">
0167           <property name="enabled">
0168            <bool>false</bool>
0169           </property>
0170           <property name="text">
0171            <string>Boot load size:</string>
0172           </property>
0173           <property name="wordWrap">
0174            <bool>false</bool>
0175           </property>
0176          </widget>
0177         </item>
0178        </layout>
0179       </item>
0180      </layout>
0181     </widget>
0182    </item>
0183    <item>
0184     <layout class="QHBoxLayout">
0185      <item>
0186       <widget class="QPushButton" name="m_buttonToggleOptions">
0187        <property name="text">
0188         <string>Show Advanced Op&amp;tions</string>
0189        </property>
0190       </widget>
0191      </item>
0192      <item>
0193       <spacer name="spacer16">
0194        <property name="orientation">
0195         <enum>Qt::Horizontal</enum>
0196        </property>
0197        <property name="sizeType">
0198         <enum>QSizePolicy::Expanding</enum>
0199        </property>
0200        <property name="sizeHint" stdset="0">
0201         <size>
0202          <width>261</width>
0203          <height>21</height>
0204         </size>
0205        </property>
0206       </spacer>
0207      </item>
0208     </layout>
0209    </item>
0210    <item>
0211     <layout class="QHBoxLayout">
0212      <item>
0213       <widget class="QLabel" name="textLabel2">
0214        <property name="text">
0215         <string>Boot catalog:</string>
0216        </property>
0217        <property name="wordWrap">
0218         <bool>false</bool>
0219        </property>
0220       </widget>
0221      </item>
0222      <item>
0223       <widget class="QLineEdit" name="m_editBootCataloge">
0224        <property name="text">
0225         <string>boot/boot.catalog</string>
0226        </property>
0227        <property name="readOnly">
0228         <bool>true</bool>
0229        </property>
0230       </widget>
0231      </item>
0232     </layout>
0233    </item>
0234    <item>
0235     <widget class="QDialogButtonBox" name="m_buttonBox">
0236      <property name="standardButtons">
0237       <set>QDialogButtonBox::Ok</set>
0238      </property>
0239     </widget>
0240    </item>
0241   </layout>
0242  </widget>
0243  <resources/>
0244  <connections>
0245   <connection>
0246    <sender>m_radioNoEmulation</sender>
0247    <signal>toggled(bool)</signal>
0248    <receiver>textLabel2_2</receiver>
0249    <slot>setEnabled(bool)</slot>
0250    <hints>
0251     <hint type="sourcelabel">
0252      <x>20</x>
0253      <y>20</y>
0254     </hint>
0255     <hint type="destinationlabel">
0256      <x>20</x>
0257      <y>20</y>
0258     </hint>
0259    </hints>
0260   </connection>
0261   <connection>
0262    <sender>m_radioNoEmulation</sender>
0263    <signal>toggled(bool)</signal>
0264    <receiver>textLabel3</receiver>
0265    <slot>setEnabled(bool)</slot>
0266    <hints>
0267     <hint type="sourcelabel">
0268      <x>20</x>
0269      <y>20</y>
0270     </hint>
0271     <hint type="destinationlabel">
0272      <x>20</x>
0273      <y>20</y>
0274     </hint>
0275    </hints>
0276   </connection>
0277   <connection>
0278    <sender>m_radioNoEmulation</sender>
0279    <signal>toggled(bool)</signal>
0280    <receiver>m_editLoadSegment</receiver>
0281    <slot>setEnabled(bool)</slot>
0282    <hints>
0283     <hint type="sourcelabel">
0284      <x>20</x>
0285      <y>20</y>
0286     </hint>
0287     <hint type="destinationlabel">
0288      <x>20</x>
0289      <y>20</y>
0290     </hint>
0291    </hints>
0292   </connection>
0293   <connection>
0294    <sender>m_radioNoEmulation</sender>
0295    <signal>toggled(bool)</signal>
0296    <receiver>m_editLoadSize</receiver>
0297    <slot>setEnabled(bool)</slot>
0298    <hints>
0299     <hint type="sourcelabel">
0300      <x>20</x>
0301      <y>20</y>
0302     </hint>
0303     <hint type="destinationlabel">
0304      <x>20</x>
0305      <y>20</y>
0306     </hint>
0307    </hints>
0308   </connection>
0309   <connection>
0310    <sender>m_radioNoEmulation</sender>
0311    <signal>toggled(bool)</signal>
0312    <receiver>m_checkNoBoot</receiver>
0313    <slot>setDisabled(bool)</slot>
0314    <hints>
0315     <hint type="sourcelabel">
0316      <x>20</x>
0317      <y>20</y>
0318     </hint>
0319     <hint type="destinationlabel">
0320      <x>20</x>
0321      <y>20</y>
0322     </hint>
0323    </hints>
0324   </connection>
0325   <connection>
0326    <sender>m_buttonBox</sender>
0327    <signal>accepted()</signal>
0328    <receiver>base_K3bBootImageDialog</receiver>
0329    <slot>accept()</slot>
0330    <hints>
0331     <hint type="sourcelabel">
0332      <x>221</x>
0333      <y>470</y>
0334     </hint>
0335     <hint type="destinationlabel">
0336      <x>221</x>
0337      <y>247</y>
0338     </hint>
0339    </hints>
0340   </connection>
0341  </connections>
0342 </ui>