You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

273 lines
7.9 KiB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>psetupWidget</class>
  4. <widget class="QWidget" name="psetupWidget">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>400</width>
  10. <height>500</height>
  11. </rect>
  12. </property>
  13. <property name="sizePolicy">
  14. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  15. <horstretch>0</horstretch>
  16. <verstretch>0</verstretch>
  17. </sizepolicy>
  18. </property>
  19. <property name="windowTitle">
  20. <string>Page setup</string>
  21. </property>
  22. <layout class="QVBoxLayout" name="verticalLayout">
  23. <item>
  24. <widget class="QGroupBox" name="pageGroupBox">
  25. <property name="sizePolicy">
  26. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  27. <horstretch>0</horstretch>
  28. <verstretch>0</verstretch>
  29. </sizepolicy>
  30. </property>
  31. <property name="title">
  32. <string>Page options</string>
  33. </property>
  34. <layout class="QVBoxLayout" name="verticalLayout_10">
  35. <item>
  36. <layout class="QFormLayout" name="formLayout">
  37. <item row="0" column="0">
  38. <widget class="QLabel" name="pageSizeLabel">
  39. <property name="text">
  40. <string>Page size</string>
  41. </property>
  42. </widget>
  43. </item>
  44. <item row="0" column="1">
  45. <widget class="QComboBox" name="pageSizeComboBox"/>
  46. </item>
  47. <item row="1" column="0">
  48. <widget class="QLabel" name="documentUnitsLabel">
  49. <property name="text">
  50. <string>Document units</string>
  51. </property>
  52. </widget>
  53. </item>
  54. <item row="1" column="1">
  55. <widget class="QComboBox" name="documentUnitsComboBox"/>
  56. </item>
  57. <item row="2" column="0">
  58. <widget class="QLabel" name="leftMarginLabel">
  59. <property name="text">
  60. <string>Left margin</string>
  61. </property>
  62. </widget>
  63. </item>
  64. <item row="2" column="1">
  65. <widget class="QLineEdit" name="leftMarginLineEdit">
  66. <property name="maximumSize">
  67. <size>
  68. <width>60</width>
  69. <height>16777215</height>
  70. </size>
  71. </property>
  72. </widget>
  73. </item>
  74. <item row="4" column="0">
  75. <widget class="QLabel" name="topMarginLabel">
  76. <property name="text">
  77. <string>Top margin</string>
  78. </property>
  79. </widget>
  80. </item>
  81. <item row="4" column="1">
  82. <widget class="QLineEdit" name="topMarginLineEdit">
  83. <property name="maximumSize">
  84. <size>
  85. <width>60</width>
  86. <height>16777215</height>
  87. </size>
  88. </property>
  89. </widget>
  90. </item>
  91. <item row="3" column="0">
  92. <widget class="QLabel" name="rightMarginLabel">
  93. <property name="text">
  94. <string>Right margin</string>
  95. </property>
  96. </widget>
  97. </item>
  98. <item row="3" column="1">
  99. <widget class="QLineEdit" name="rightMarginLineEdit">
  100. <property name="maximumSize">
  101. <size>
  102. <width>60</width>
  103. <height>16777215</height>
  104. </size>
  105. </property>
  106. </widget>
  107. </item>
  108. <item row="5" column="0">
  109. <widget class="QLabel" name="bottomMarginLabel">
  110. <property name="text">
  111. <string>Bottom margin</string>
  112. </property>
  113. </widget>
  114. </item>
  115. <item row="5" column="1">
  116. <widget class="QLineEdit" name="bottomMarginLineEdit">
  117. <property name="maximumSize">
  118. <size>
  119. <width>60</width>
  120. <height>16777215</height>
  121. </size>
  122. </property>
  123. </widget>
  124. </item>
  125. </layout>
  126. </item>
  127. </layout>
  128. </widget>
  129. </item>
  130. <item>
  131. <widget class="QGroupBox" name="fontGroupBox">
  132. <property name="sizePolicy">
  133. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  134. <horstretch>0</horstretch>
  135. <verstretch>0</verstretch>
  136. </sizepolicy>
  137. </property>
  138. <property name="title">
  139. <string>Font options</string>
  140. </property>
  141. <layout class="QVBoxLayout" name="verticalLayout_11">
  142. <item>
  143. <layout class="QHBoxLayout" name="horizontalLayout_5">
  144. <item>
  145. <widget class="QLabel" name="fontLabel">
  146. <property name="maximumSize">
  147. <size>
  148. <width>40</width>
  149. <height>16777215</height>
  150. </size>
  151. </property>
  152. <property name="text">
  153. <string>Font</string>
  154. </property>
  155. </widget>
  156. </item>
  157. <item>
  158. <widget class="QComboBox" name="fontComboBox">
  159. <property name="sizePolicy">
  160. <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
  161. <horstretch>0</horstretch>
  162. <verstretch>0</verstretch>
  163. </sizepolicy>
  164. </property>
  165. </widget>
  166. </item>
  167. </layout>
  168. </item>
  169. <item>
  170. <widget class="QCheckBox" name="includedFontCheckBox">
  171. <property name="text">
  172. <string>Use included FreeSans</string>
  173. </property>
  174. </widget>
  175. </item>
  176. </layout>
  177. </widget>
  178. </item>
  179. <item>
  180. <widget class="QGroupBox" name="textGroupBox">
  181. <property name="sizePolicy">
  182. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  183. <horstretch>0</horstretch>
  184. <verstretch>0</verstretch>
  185. </sizepolicy>
  186. </property>
  187. <property name="title">
  188. <string>Text options</string>
  189. </property>
  190. <layout class="QVBoxLayout" name="verticalLayout_9">
  191. <item>
  192. <layout class="QFormLayout" name="formLayout_2">
  193. <item row="0" column="0">
  194. <widget class="QLabel" name="lineSpacingLabel">
  195. <property name="text">
  196. <string>Line spacing</string>
  197. </property>
  198. </widget>
  199. </item>
  200. <item row="0" column="1">
  201. <widget class="QDoubleSpinBox" name="lineSpacingDoubleSpinBox">
  202. <property name="minimumSize">
  203. <size>
  204. <width>70</width>
  205. <height>0</height>
  206. </size>
  207. </property>
  208. <property name="maximumSize">
  209. <size>
  210. <width>70</width>
  211. <height>16777215</height>
  212. </size>
  213. </property>
  214. </widget>
  215. </item>
  216. </layout>
  217. </item>
  218. </layout>
  219. </widget>
  220. </item>
  221. <item>
  222. <widget class="QGroupBox" name="blockOptions">
  223. <property name="sizePolicy">
  224. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  225. <horstretch>0</horstretch>
  226. <verstretch>0</verstretch>
  227. </sizepolicy>
  228. </property>
  229. <property name="title">
  230. <string>Block options</string>
  231. </property>
  232. <layout class="QVBoxLayout" name="verticalLayout_3">
  233. <item>
  234. <layout class="QFormLayout" name="formLayout_4">
  235. <item row="0" column="0">
  236. <widget class="QLabel" name="beatWidthLabel">
  237. <property name="text">
  238. <string>Beat width</string>
  239. </property>
  240. </widget>
  241. </item>
  242. <item row="0" column="1">
  243. <widget class="QLineEdit" name="beatWidthLineEdit">
  244. <property name="maximumSize">
  245. <size>
  246. <width>60</width>
  247. <height>16777215</height>
  248. </size>
  249. </property>
  250. </widget>
  251. </item>
  252. </layout>
  253. </item>
  254. </layout>
  255. </widget>
  256. </item>
  257. </layout>
  258. </widget>
  259. <tabstops>
  260. <tabstop>pageSizeComboBox</tabstop>
  261. <tabstop>documentUnitsComboBox</tabstop>
  262. <tabstop>leftMarginLineEdit</tabstop>
  263. <tabstop>rightMarginLineEdit</tabstop>
  264. <tabstop>topMarginLineEdit</tabstop>
  265. <tabstop>bottomMarginLineEdit</tabstop>
  266. <tabstop>lineSpacingDoubleSpinBox</tabstop>
  267. <tabstop>fontComboBox</tabstop>
  268. <tabstop>includedFontCheckBox</tabstop>
  269. <tabstop>beatWidthLineEdit</tabstop>
  270. </tabstops>
  271. <resources/>
  272. <connections/>
  273. </ui>