sizewiz1.ui 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193
  1. <ui version="4.0" >
  2. <class>Dialog</class>
  3. <widget class="QDialog" name="Dialog" >
  4. <property name="geometry" >
  5. <rect>
  6. <x>0</x>
  7. <y>0</y>
  8. <width>406</width>
  9. <height>169</height>
  10. </rect>
  11. </property>
  12. <property name="windowTitle" >
  13. <string>Dialog</string>
  14. </property>
  15. <layout class="QVBoxLayout" >
  16. <item>
  17. <layout class="QHBoxLayout" >
  18. <item>
  19. <widget class="QRadioButton" name="unpartedButton" >
  20. <property name="text" >
  21. <string>unpartitioned image</string>
  22. </property>
  23. <property name="checked" >
  24. <bool>true</bool>
  25. </property>
  26. </widget>
  27. </item>
  28. <item>
  29. <widget class="QSpinBox" name="unpartedSize" >
  30. <property name="enabled" >
  31. <bool>true</bool>
  32. </property>
  33. <property name="alignment" >
  34. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  35. </property>
  36. <property name="suffix" >
  37. <string> KB</string>
  38. </property>
  39. <property name="minimum" >
  40. <number>360</number>
  41. </property>
  42. <property name="maximum" >
  43. <number>32768</number>
  44. </property>
  45. <property name="singleStep" >
  46. <number>8</number>
  47. </property>
  48. <property name="value" >
  49. <number>720</number>
  50. </property>
  51. </widget>
  52. </item>
  53. <item>
  54. <spacer>
  55. <property name="orientation" >
  56. <enum>Qt::Horizontal</enum>
  57. </property>
  58. <property name="sizeHint" >
  59. <size>
  60. <width>40</width>
  61. <height>20</height>
  62. </size>
  63. </property>
  64. </spacer>
  65. </item>
  66. </layout>
  67. </item>
  68. <item>
  69. <widget class="QLabel" name="unpartedLabel" >
  70. <property name="enabled" >
  71. <bool>true</bool>
  72. </property>
  73. <property name="font" >
  74. <font>
  75. <weight>75</weight>
  76. <italic>true</italic>
  77. <bold>true</bold>
  78. </font>
  79. </property>
  80. <property name="text" >
  81. <string>Regular 720KB DD-DS disk (double density, double sided)</string>
  82. </property>
  83. <property name="indent" >
  84. <number>20</number>
  85. </property>
  86. </widget>
  87. </item>
  88. <item>
  89. <layout class="QHBoxLayout" >
  90. <item>
  91. <widget class="QRadioButton" name="partedButton" >
  92. <property name="enabled" >
  93. <bool>true</bool>
  94. </property>
  95. <property name="text" >
  96. <string>partitoned HD image</string>
  97. </property>
  98. </widget>
  99. </item>
  100. <item>
  101. <widget class="QPushButton" name="changePartitionsButton" >
  102. <property name="enabled" >
  103. <bool>false</bool>
  104. </property>
  105. <property name="text" >
  106. <string>Change partition sizes</string>
  107. </property>
  108. </widget>
  109. </item>
  110. <item>
  111. <spacer>
  112. <property name="orientation" >
  113. <enum>Qt::Horizontal</enum>
  114. </property>
  115. <property name="sizeHint" >
  116. <size>
  117. <width>40</width>
  118. <height>20</height>
  119. </size>
  120. </property>
  121. </spacer>
  122. </item>
  123. </layout>
  124. </item>
  125. <item>
  126. <widget class="QLabel" name="partedLabel" >
  127. <property name="enabled" >
  128. <bool>false</bool>
  129. </property>
  130. <property name="text" >
  131. <string>3 partitions: 32M 32M 32M</string>
  132. </property>
  133. <property name="indent" >
  134. <number>20</number>
  135. </property>
  136. </widget>
  137. </item>
  138. <item>
  139. <widget class="Line" name="line" >
  140. <property name="orientation" >
  141. <enum>Qt::Horizontal</enum>
  142. </property>
  143. </widget>
  144. </item>
  145. <item>
  146. <widget class="QDialogButtonBox" name="buttonBox" >
  147. <property name="orientation" >
  148. <enum>Qt::Horizontal</enum>
  149. </property>
  150. <property name="standardButtons" >
  151. <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set>
  152. </property>
  153. </widget>
  154. </item>
  155. </layout>
  156. </widget>
  157. <resources/>
  158. <connections>
  159. <connection>
  160. <sender>buttonBox</sender>
  161. <signal>accepted()</signal>
  162. <receiver>Dialog</receiver>
  163. <slot>accept()</slot>
  164. <hints>
  165. <hint type="sourcelabel" >
  166. <x>248</x>
  167. <y>254</y>
  168. </hint>
  169. <hint type="destinationlabel" >
  170. <x>157</x>
  171. <y>274</y>
  172. </hint>
  173. </hints>
  174. </connection>
  175. <connection>
  176. <sender>buttonBox</sender>
  177. <signal>rejected()</signal>
  178. <receiver>Dialog</receiver>
  179. <slot>reject()</slot>
  180. <hints>
  181. <hint type="sourcelabel" >
  182. <x>316</x>
  183. <y>260</y>
  184. </hint>
  185. <hint type="destinationlabel" >
  186. <x>286</x>
  187. <y>274</y>
  188. </hint>
  189. </hints>
  190. </connection>
  191. </connections>
  192. </ui>