dlg_editMap.ui 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216
  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>350</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>350</width>
  25. <height>250</height>
  26. </size>
  27. </property>
  28. <property name="maximumSize">
  29. <size>
  30. <width>350</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>
  214. <resources/>
  215. <connections/>
  216. </ui>