dlg_editMap.ui 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>DialogBase</class>
  4. <widget class="QDialog" name="DialogBase">
  5. <property name="windowModality">
  6. <enum>Qt::ApplicationModal</enum>
  7. </property>
  8. <property name="geometry">
  9. <rect>
  10. <x>0</x>
  11. <y>0</y>
  12. <width>550</width>
  13. <height>250</height>
  14. </rect>
  15. </property>
  16. <property name="sizePolicy">
  17. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  18. <horstretch>0</horstretch>
  19. <verstretch>0</verstretch>
  20. </sizepolicy>
  21. </property>
  22. <property name="minimumSize">
  23. <size>
  24. <width>550</width>
  25. <height>250</height>
  26. </size>
  27. </property>
  28. <property name="maximumSize">
  29. <size>
  30. <width>550</width>
  31. <height>250</height>
  32. </size>
  33. </property>
  34. <property name="windowTitle">
  35. <string>Layman - Edit metadata</string>
  36. </property>
  37. <widget class="QPushButton" name="pushButton_save">
  38. <property name="geometry">
  39. <rect>
  40. <x>51</x>
  41. <y>204</y>
  42. <width>88</width>
  43. <height>27</height>
  44. </rect>
  45. </property>
  46. <property name="text">
  47. <string>Save</string>
  48. </property>
  49. </widget>
  50. <widget class="QPushButton" name="pushButton_close">
  51. <property name="geometry">
  52. <rect>
  53. <x>188</x>
  54. <y>203</y>
  55. <width>93</width>
  56. <height>28</height>
  57. </rect>
  58. </property>
  59. <property name="text">
  60. <string>Close</string>
  61. </property>
  62. </widget>
  63. <widget class="QLineEdit" name="lineEdit_name">
  64. <property name="geometry">
  65. <rect>
  66. <x>140</x>
  67. <y>1</y>
  68. <width>137</width>
  69. <height>20</height>
  70. </rect>
  71. </property>
  72. <property name="readOnly">
  73. <bool>true</bool>
  74. </property>
  75. </widget>
  76. <widget class="QLineEdit" name="lineEdit_abstract">
  77. <property name="geometry">
  78. <rect>
  79. <x>140</x>
  80. <y>60</y>
  81. <width>137</width>
  82. <height>20</height>
  83. </rect>
  84. </property>
  85. </widget>
  86. <widget class="QLineEdit" name="lineEdit_title">
  87. <property name="geometry">
  88. <rect>
  89. <x>140</x>
  90. <y>30</y>
  91. <width>137</width>
  92. <height>20</height>
  93. </rect>
  94. </property>
  95. </widget>
  96. <widget class="QLabel" name="label">
  97. <property name="geometry">
  98. <rect>
  99. <x>50</x>
  100. <y>60</y>
  101. <width>71</width>
  102. <height>16</height>
  103. </rect>
  104. </property>
  105. <property name="text">
  106. <string>Abstract:</string>
  107. </property>
  108. </widget>
  109. <widget class="QLabel" name="label_2">
  110. <property name="geometry">
  111. <rect>
  112. <x>50</x>
  113. <y>1</y>
  114. <width>61</width>
  115. <height>16</height>
  116. </rect>
  117. </property>
  118. <property name="text">
  119. <string>Name:</string>
  120. </property>
  121. </widget>
  122. <widget class="QLabel" name="label_3">
  123. <property name="geometry">
  124. <rect>
  125. <x>50</x>
  126. <y>30</y>
  127. <width>61</width>
  128. <height>16</height>
  129. </rect>
  130. </property>
  131. <property name="text">
  132. <string>Title:</string>
  133. </property>
  134. </widget>
  135. <widget class="QLabel" name="label_4">
  136. <property name="geometry">
  137. <rect>
  138. <x>50</x>
  139. <y>89</y>
  140. <width>61</width>
  141. <height>16</height>
  142. </rect>
  143. </property>
  144. <property name="text">
  145. <string>Units:</string>
  146. </property>
  147. </widget>
  148. <widget class="QLabel" name="label_5">
  149. <property name="geometry">
  150. <rect>
  151. <x>50</x>
  152. <y>119</y>
  153. <width>51</width>
  154. <height>16</height>
  155. </rect>
  156. </property>
  157. <property name="text">
  158. <string>Scale:</string>
  159. </property>
  160. </widget>
  161. <widget class="QLabel" name="label_6">
  162. <property name="geometry">
  163. <rect>
  164. <x>50</x>
  165. <y>150</y>
  166. <width>61</width>
  167. <height>16</height>
  168. </rect>
  169. </property>
  170. <property name="text">
  171. <string>User:</string>
  172. </property>
  173. </widget>
  174. <widget class="QLineEdit" name="lineEdit_units">
  175. <property name="geometry">
  176. <rect>
  177. <x>140</x>
  178. <y>89</y>
  179. <width>137</width>
  180. <height>20</height>
  181. </rect>
  182. </property>
  183. <property name="readOnly">
  184. <bool>true</bool>
  185. </property>
  186. </widget>
  187. <widget class="QLineEdit" name="lineEdit_scale">
  188. <property name="geometry">
  189. <rect>
  190. <x>140</x>
  191. <y>119</y>
  192. <width>137</width>
  193. <height>20</height>
  194. </rect>
  195. </property>
  196. <property name="readOnly">
  197. <bool>true</bool>
  198. </property>
  199. </widget>
  200. <widget class="QLineEdit" name="lineEdit_user">
  201. <property name="geometry">
  202. <rect>
  203. <x>140</x>
  204. <y>150</y>
  205. <width>137</width>
  206. <height>20</height>
  207. </rect>
  208. </property>
  209. <property name="readOnly">
  210. <bool>true</bool>
  211. </property>
  212. </widget>
  213. <widget class="QLineEdit" name="lineEdit_xmin">
  214. <property name="geometry">
  215. <rect>
  216. <x>370</x>
  217. <y>56</y>
  218. <width>130</width>
  219. <height>22</height>
  220. </rect>
  221. </property>
  222. </widget>
  223. <widget class="QLineEdit" name="lineEdit_ymin">
  224. <property name="geometry">
  225. <rect>
  226. <x>370</x>
  227. <y>116</y>
  228. <width>130</width>
  229. <height>22</height>
  230. </rect>
  231. </property>
  232. </widget>
  233. <widget class="QLineEdit" name="lineEdit_ymax">
  234. <property name="geometry">
  235. <rect>
  236. <x>370</x>
  237. <y>146</y>
  238. <width>130</width>
  239. <height>22</height>
  240. </rect>
  241. </property>
  242. </widget>
  243. <widget class="QLabel" name="label_8">
  244. <property name="geometry">
  245. <rect>
  246. <x>300</x>
  247. <y>149</y>
  248. <width>41</width>
  249. <height>16</height>
  250. </rect>
  251. </property>
  252. <property name="text">
  253. <string>YMax:</string>
  254. </property>
  255. </widget>
  256. <widget class="QLabel" name="label_7">
  257. <property name="geometry">
  258. <rect>
  259. <x>300</x>
  260. <y>89</y>
  261. <width>41</width>
  262. <height>16</height>
  263. </rect>
  264. </property>
  265. <property name="text">
  266. <string>XMax:</string>
  267. </property>
  268. </widget>
  269. <widget class="QLabel" name="label_9">
  270. <property name="geometry">
  271. <rect>
  272. <x>300</x>
  273. <y>60</y>
  274. <width>41</width>
  275. <height>16</height>
  276. </rect>
  277. </property>
  278. <property name="text">
  279. <string>XMin:</string>
  280. </property>
  281. </widget>
  282. <widget class="QLabel" name="label_10">
  283. <property name="geometry">
  284. <rect>
  285. <x>300</x>
  286. <y>29</y>
  287. <width>211</width>
  288. <height>16</height>
  289. </rect>
  290. </property>
  291. <property name="text">
  292. <string>Extent of canvas:</string>
  293. </property>
  294. </widget>
  295. <widget class="QLineEdit" name="lineEdit_xmax">
  296. <property name="geometry">
  297. <rect>
  298. <x>370</x>
  299. <y>86</y>
  300. <width>130</width>
  301. <height>22</height>
  302. </rect>
  303. </property>
  304. </widget>
  305. <widget class="QLabel" name="label_11">
  306. <property name="geometry">
  307. <rect>
  308. <x>300</x>
  309. <y>120</y>
  310. <width>41</width>
  311. <height>16</height>
  312. </rect>
  313. </property>
  314. <property name="text">
  315. <string>YMin:</string>
  316. </property>
  317. </widget>
  318. </widget>
  319. <resources/>
  320. <connections/>
  321. </ui>