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.

311 lines
8.1 KiB

3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
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>210</width>
  10. <height>334</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="12" column="0">
  41. <widget class="QLabel" name="beatWidthLabel">
  42. <property name="minimumSize">
  43. <size>
  44. <width>0</width>
  45. <height>0</height>
  46. </size>
  47. </property>
  48. <property name="text">
  49. <string>Beat width</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="5" column="1">
  64. <widget class="QLineEdit" name="bottomMarginLineEdit">
  65. <property name="maximumSize">
  66. <size>
  67. <width>60</width>
  68. <height>16777215</height>
  69. </size>
  70. </property>
  71. </widget>
  72. </item>
  73. <item row="11" column="0">
  74. <widget class="QLabel" name="lineSpacingLabel">
  75. <property name="minimumSize">
  76. <size>
  77. <width>0</width>
  78. <height>0</height>
  79. </size>
  80. </property>
  81. <property name="text">
  82. <string>Line spacing</string>
  83. </property>
  84. </widget>
  85. </item>
  86. <item row="10" column="1">
  87. <widget class="QCheckBox" name="includedFontCheckBox">
  88. <property name="minimumSize">
  89. <size>
  90. <width>0</width>
  91. <height>0</height>
  92. </size>
  93. </property>
  94. <property name="text">
  95. <string>FreeSans</string>
  96. </property>
  97. <property name="checked">
  98. <bool>true</bool>
  99. </property>
  100. </widget>
  101. </item>
  102. <item row="0" column="1">
  103. <widget class="QComboBox" name="pageSizeComboBox">
  104. <property name="maximumSize">
  105. <size>
  106. <width>70</width>
  107. <height>26</height>
  108. </size>
  109. </property>
  110. <property name="editable">
  111. <bool>true</bool>
  112. </property>
  113. <property name="frame">
  114. <bool>true</bool>
  115. </property>
  116. </widget>
  117. </item>
  118. <item row="1" column="0">
  119. <widget class="QLabel" name="documentUnitsLabel">
  120. <property name="text">
  121. <string>Units</string>
  122. </property>
  123. </widget>
  124. </item>
  125. <item row="4" column="1">
  126. <widget class="QLineEdit" name="topMarginLineEdit">
  127. <property name="maximumSize">
  128. <size>
  129. <width>60</width>
  130. <height>16777215</height>
  131. </size>
  132. </property>
  133. </widget>
  134. </item>
  135. <item row="5" column="0">
  136. <widget class="QLabel" name="bottomMarginLabel">
  137. <property name="minimumSize">
  138. <size>
  139. <width>0</width>
  140. <height>0</height>
  141. </size>
  142. </property>
  143. <property name="text">
  144. <string>Bottom margin</string>
  145. </property>
  146. </widget>
  147. </item>
  148. <item row="12" column="1">
  149. <widget class="QLineEdit" name="beatWidthLineEdit">
  150. <property name="maximumSize">
  151. <size>
  152. <width>60</width>
  153. <height>16777215</height>
  154. </size>
  155. </property>
  156. </widget>
  157. </item>
  158. <item row="0" column="0">
  159. <widget class="QLabel" name="pageSizeLabel">
  160. <property name="text">
  161. <string>Page size</string>
  162. </property>
  163. </widget>
  164. </item>
  165. <item row="3" column="0">
  166. <widget class="QLabel" name="rightMarginLabel">
  167. <property name="minimumSize">
  168. <size>
  169. <width>0</width>
  170. <height>0</height>
  171. </size>
  172. </property>
  173. <property name="text">
  174. <string>Right margin</string>
  175. </property>
  176. </widget>
  177. </item>
  178. <item row="3" column="1">
  179. <widget class="QLineEdit" name="rightMarginLineEdit">
  180. <property name="maximumSize">
  181. <size>
  182. <width>60</width>
  183. <height>16777215</height>
  184. </size>
  185. </property>
  186. </widget>
  187. </item>
  188. <item row="11" column="1">
  189. <widget class="QDoubleSpinBox" name="lineSpacingDoubleSpinBox">
  190. <property name="minimumSize">
  191. <size>
  192. <width>70</width>
  193. <height>0</height>
  194. </size>
  195. </property>
  196. <property name="maximumSize">
  197. <size>
  198. <width>70</width>
  199. <height>16777215</height>
  200. </size>
  201. </property>
  202. </widget>
  203. </item>
  204. <item row="2" column="0">
  205. <widget class="QLabel" name="leftMarginLabel">
  206. <property name="minimumSize">
  207. <size>
  208. <width>0</width>
  209. <height>0</height>
  210. </size>
  211. </property>
  212. <property name="text">
  213. <string>Left margin</string>
  214. </property>
  215. </widget>
  216. </item>
  217. <item row="10" column="0">
  218. <widget class="QLabel" name="fontLabel">
  219. <property name="maximumSize">
  220. <size>
  221. <width>40</width>
  222. <height>16777215</height>
  223. </size>
  224. </property>
  225. <property name="text">
  226. <string>Font</string>
  227. </property>
  228. </widget>
  229. </item>
  230. <item row="4" column="0">
  231. <widget class="QLabel" name="topMarginLabel">
  232. <property name="minimumSize">
  233. <size>
  234. <width>0</width>
  235. <height>0</height>
  236. </size>
  237. </property>
  238. <property name="maximumSize">
  239. <size>
  240. <width>16777215</width>
  241. <height>16777194</height>
  242. </size>
  243. </property>
  244. <property name="text">
  245. <string>Top 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="minimumSize">
  271. <size>
  272. <width>150</width>
  273. <height>0</height>
  274. </size>
  275. </property>
  276. <property name="maximumSize">
  277. <size>
  278. <width>16777215</width>
  279. <height>26</height>
  280. </size>
  281. </property>
  282. <property name="maxVisibleItems">
  283. <number>12</number>
  284. </property>
  285. <property name="sizeAdjustPolicy">
  286. <enum>QComboBox::AdjustToContents</enum>
  287. </property>
  288. <property name="frame">
  289. <bool>true</bool>
  290. </property>
  291. </widget>
  292. </item>
  293. </layout>
  294. </item>
  295. </layout>
  296. </widget>
  297. <tabstops>
  298. <tabstop>pageSizeComboBox</tabstop>
  299. <tabstop>documentUnitsComboBox</tabstop>
  300. <tabstop>leftMarginLineEdit</tabstop>
  301. <tabstop>rightMarginLineEdit</tabstop>
  302. <tabstop>topMarginLineEdit</tabstop>
  303. <tabstop>bottomMarginLineEdit</tabstop>
  304. <tabstop>fontComboBox</tabstop>
  305. <tabstop>includedFontCheckBox</tabstop>
  306. <tabstop>lineSpacingDoubleSpinBox</tabstop>
  307. <tabstop>beatWidthLineEdit</tabstop>
  308. </tabstops>
  309. <resources/>
  310. <connections/>
  311. </ui>