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.

296 lines
7.7 KiB

3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
  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>257</width>
  10. <height>271</height>
  11. </rect>
  12. </property>
  13. <property name="sizePolicy">
  14. <sizepolicy hsizetype="Fixed" 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. <property name="leftMargin">
  24. <number>6</number>
  25. </property>
  26. <property name="topMargin">
  27. <number>6</number>
  28. </property>
  29. <property name="rightMargin">
  30. <number>6</number>
  31. </property>
  32. <property name="bottomMargin">
  33. <number>6</number>
  34. </property>
  35. <item>
  36. <layout class="QGridLayout" name="gridLayout" columnstretch="0,0">
  37. <property name="spacing">
  38. <number>6</number>
  39. </property>
  40. <item row="11" column="0">
  41. <widget class="QLabel" name="lineSpacingLabel">
  42. <property name="minimumSize">
  43. <size>
  44. <width>0</width>
  45. <height>0</height>
  46. </size>
  47. </property>
  48. <property name="text">
  49. <string>Line spacing</string>
  50. </property>
  51. </widget>
  52. </item>
  53. <item row="2" column="1">
  54. <widget class="QLineEdit" name="leftMarginLineEdit">
  55. <property name="maximumSize">
  56. <size>
  57. <width>60</width>
  58. <height>16777215</height>
  59. </size>
  60. </property>
  61. </widget>
  62. </item>
  63. <item row="10" column="0">
  64. <widget class="QLabel" name="fontLabel">
  65. <property name="maximumSize">
  66. <size>
  67. <width>40</width>
  68. <height>16777215</height>
  69. </size>
  70. </property>
  71. <property name="text">
  72. <string>Font</string>
  73. </property>
  74. </widget>
  75. </item>
  76. <item row="5" column="1">
  77. <widget class="QLineEdit" name="bottomMarginLineEdit">
  78. <property name="maximumSize">
  79. <size>
  80. <width>60</width>
  81. <height>16777215</height>
  82. </size>
  83. </property>
  84. </widget>
  85. </item>
  86. <item row="4" column="1">
  87. <widget class="QLineEdit" name="topMarginLineEdit">
  88. <property name="maximumSize">
  89. <size>
  90. <width>60</width>
  91. <height>16777215</height>
  92. </size>
  93. </property>
  94. </widget>
  95. </item>
  96. <item row="11" column="1">
  97. <widget class="QDoubleSpinBox" name="lineSpacingDoubleSpinBox">
  98. <property name="minimumSize">
  99. <size>
  100. <width>70</width>
  101. <height>0</height>
  102. </size>
  103. </property>
  104. <property name="maximumSize">
  105. <size>
  106. <width>70</width>
  107. <height>16777215</height>
  108. </size>
  109. </property>
  110. </widget>
  111. </item>
  112. <item row="3" column="1">
  113. <widget class="QLineEdit" name="rightMarginLineEdit">
  114. <property name="maximumSize">
  115. <size>
  116. <width>60</width>
  117. <height>16777215</height>
  118. </size>
  119. </property>
  120. </widget>
  121. </item>
  122. <item row="0" column="1">
  123. <widget class="QComboBox" name="pageSizeComboBox">
  124. <property name="maximumSize">
  125. <size>
  126. <width>70</width>
  127. <height>26</height>
  128. </size>
  129. </property>
  130. <property name="editable">
  131. <bool>true</bool>
  132. </property>
  133. <property name="frame">
  134. <bool>true</bool>
  135. </property>
  136. </widget>
  137. </item>
  138. <item row="4" column="0">
  139. <widget class="QLabel" name="topMarginLabel">
  140. <property name="minimumSize">
  141. <size>
  142. <width>0</width>
  143. <height>0</height>
  144. </size>
  145. </property>
  146. <property name="maximumSize">
  147. <size>
  148. <width>16777215</width>
  149. <height>16777194</height>
  150. </size>
  151. </property>
  152. <property name="text">
  153. <string>Top margin</string>
  154. </property>
  155. </widget>
  156. </item>
  157. <item row="12" column="1">
  158. <widget class="QLineEdit" name="beatWidthLineEdit">
  159. <property name="maximumSize">
  160. <size>
  161. <width>60</width>
  162. <height>16777215</height>
  163. </size>
  164. </property>
  165. </widget>
  166. </item>
  167. <item row="0" column="0">
  168. <widget class="QLabel" name="pageSizeLabel">
  169. <property name="text">
  170. <string>Page size</string>
  171. </property>
  172. </widget>
  173. </item>
  174. <item row="1" column="0">
  175. <widget class="QLabel" name="documentUnitsLabel">
  176. <property name="text">
  177. <string>Units</string>
  178. </property>
  179. </widget>
  180. </item>
  181. <item row="5" column="0">
  182. <widget class="QLabel" name="bottomMarginLabel">
  183. <property name="minimumSize">
  184. <size>
  185. <width>0</width>
  186. <height>0</height>
  187. </size>
  188. </property>
  189. <property name="text">
  190. <string>Bottom margin</string>
  191. </property>
  192. </widget>
  193. </item>
  194. <item row="2" column="0">
  195. <widget class="QLabel" name="leftMarginLabel">
  196. <property name="minimumSize">
  197. <size>
  198. <width>0</width>
  199. <height>0</height>
  200. </size>
  201. </property>
  202. <property name="text">
  203. <string>Left margin</string>
  204. </property>
  205. </widget>
  206. </item>
  207. <item row="10" column="1">
  208. <widget class="QCheckBox" name="includedFontCheckBox">
  209. <property name="minimumSize">
  210. <size>
  211. <width>0</width>
  212. <height>0</height>
  213. </size>
  214. </property>
  215. <property name="text">
  216. <string>Use FreeSans</string>
  217. </property>
  218. <property name="checked">
  219. <bool>true</bool>
  220. </property>
  221. </widget>
  222. </item>
  223. <item row="12" column="0">
  224. <widget class="QLabel" name="beatWidthLabel">
  225. <property name="minimumSize">
  226. <size>
  227. <width>0</width>
  228. <height>0</height>
  229. </size>
  230. </property>
  231. <property name="text">
  232. <string>Beat width</string>
  233. </property>
  234. </widget>
  235. </item>
  236. <item row="3" column="0">
  237. <widget class="QLabel" name="rightMarginLabel">
  238. <property name="minimumSize">
  239. <size>
  240. <width>0</width>
  241. <height>0</height>
  242. </size>
  243. </property>
  244. <property name="text">
  245. <string>Right margin</string>
  246. </property>
  247. </widget>
  248. </item>
  249. <item row="1" column="1">
  250. <widget class="QComboBox" name="documentUnitsComboBox">
  251. <property name="enabled">
  252. <bool>true</bool>
  253. </property>
  254. <property name="maximumSize">
  255. <size>
  256. <width>70</width>
  257. <height>26</height>
  258. </size>
  259. </property>
  260. <property name="editable">
  261. <bool>true</bool>
  262. </property>
  263. <property name="frame">
  264. <bool>true</bool>
  265. </property>
  266. </widget>
  267. </item>
  268. <item row="6" column="0" colspan="2">
  269. <widget class="QFontComboBox" name="fontComboBox">
  270. <property name="maximumSize">
  271. <size>
  272. <width>16777215</width>
  273. <height>26</height>
  274. </size>
  275. </property>
  276. </widget>
  277. </item>
  278. </layout>
  279. </item>
  280. </layout>
  281. </widget>
  282. <tabstops>
  283. <tabstop>pageSizeComboBox</tabstop>
  284. <tabstop>documentUnitsComboBox</tabstop>
  285. <tabstop>leftMarginLineEdit</tabstop>
  286. <tabstop>rightMarginLineEdit</tabstop>
  287. <tabstop>topMarginLineEdit</tabstop>
  288. <tabstop>bottomMarginLineEdit</tabstop>
  289. <tabstop>fontComboBox</tabstop>
  290. <tabstop>includedFontCheckBox</tabstop>
  291. <tabstop>lineSpacingDoubleSpinBox</tabstop>
  292. <tabstop>beatWidthLineEdit</tabstop>
  293. </tabstops>
  294. <resources/>
  295. <connections/>
  296. </ui>