dlg_importMap.ui 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413
  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="enabled">
  9. <bool>true</bool>
  10. </property>
  11. <property name="geometry">
  12. <rect>
  13. <x>0</x>
  14. <y>0</y>
  15. <width>1139</width>
  16. <height>544</height>
  17. </rect>
  18. </property>
  19. <property name="sizePolicy">
  20. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  21. <horstretch>0</horstretch>
  22. <verstretch>0</verstretch>
  23. </sizepolicy>
  24. </property>
  25. <property name="minimumSize">
  26. <size>
  27. <width>1139</width>
  28. <height>544</height>
  29. </size>
  30. </property>
  31. <property name="maximumSize">
  32. <size>
  33. <width>1139</width>
  34. <height>544</height>
  35. </size>
  36. </property>
  37. <property name="acceptDrops">
  38. <bool>false</bool>
  39. </property>
  40. <property name="windowTitle">
  41. <string>Layman -Manage Maps</string>
  42. </property>
  43. <widget class="QPushButton" name="pushButton_close">
  44. <property name="geometry">
  45. <rect>
  46. <x>510</x>
  47. <y>490</y>
  48. <width>151</width>
  49. <height>28</height>
  50. </rect>
  51. </property>
  52. <property name="text">
  53. <string>Close</string>
  54. </property>
  55. </widget>
  56. <widget class="QGroupBox" name="groupBox">
  57. <property name="geometry">
  58. <rect>
  59. <x>420</x>
  60. <y>10</y>
  61. <width>701</width>
  62. <height>471</height>
  63. </rect>
  64. </property>
  65. <property name="title">
  66. <string>Layers</string>
  67. </property>
  68. <widget class="QListWidget" name="listWidget_listLayers">
  69. <property name="geometry">
  70. <rect>
  71. <x>22</x>
  72. <y>50</y>
  73. <width>351</width>
  74. <height>191</height>
  75. </rect>
  76. </property>
  77. <property name="acceptDrops">
  78. <bool>false</bool>
  79. </property>
  80. <property name="dragDropMode">
  81. <enum>QAbstractItemView::NoDragDrop</enum>
  82. </property>
  83. <property name="selectionMode">
  84. <enum>QAbstractItemView::SingleSelection</enum>
  85. </property>
  86. </widget>
  87. <widget class="QLabel" name="label_4">
  88. <property name="geometry">
  89. <rect>
  90. <x>23</x>
  91. <y>29</y>
  92. <width>201</width>
  93. <height>16</height>
  94. </rect>
  95. </property>
  96. <property name="text">
  97. <string>Existing layers in map composition:</string>
  98. </property>
  99. </widget>
  100. <widget class="QPushButton" name="pushButton_deleteLayers">
  101. <property name="geometry">
  102. <rect>
  103. <x>22</x>
  104. <y>290</y>
  105. <width>161</width>
  106. <height>27</height>
  107. </rect>
  108. </property>
  109. <property name="text">
  110. <string> Delete Layer</string>
  111. </property>
  112. <property name="icon">
  113. <iconset>
  114. <normaloff>../../../../../../../Users/Honza/.designer/backup/icons/minus.png</normaloff>../../../../../../../Users/Honza/.designer/backup/icons/minus.png</iconset>
  115. </property>
  116. </widget>
  117. <widget class="QLabel" name="label_thumbnail">
  118. <property name="geometry">
  119. <rect>
  120. <x>200</x>
  121. <y>290</y>
  122. <width>170</width>
  123. <height>170</height>
  124. </rect>
  125. </property>
  126. <property name="frameShape">
  127. <enum>QFrame::Box</enum>
  128. </property>
  129. <property name="text">
  130. <string/>
  131. </property>
  132. </widget>
  133. <widget class="QLabel" name="label_5">
  134. <property name="geometry">
  135. <rect>
  136. <x>52</x>
  137. <y>370</y>
  138. <width>181</width>
  139. <height>16</height>
  140. </rect>
  141. </property>
  142. <property name="text">
  143. <string>Layer preview:</string>
  144. </property>
  145. </widget>
  146. <widget class="QLabel" name="label_import">
  147. <property name="geometry">
  148. <rect>
  149. <x>420</x>
  150. <y>270</y>
  151. <width>141</width>
  152. <height>16</height>
  153. </rect>
  154. </property>
  155. <property name="text">
  156. <string>Importing layer:</string>
  157. </property>
  158. </widget>
  159. <widget class="QProgressBar" name="progressBar">
  160. <property name="enabled">
  161. <bool>true</bool>
  162. </property>
  163. <property name="geometry">
  164. <rect>
  165. <x>420</x>
  166. <y>310</y>
  167. <width>191</width>
  168. <height>23</height>
  169. </rect>
  170. </property>
  171. <property name="maximum">
  172. <number>0</number>
  173. </property>
  174. <property name="value">
  175. <number>0</number>
  176. </property>
  177. </widget>
  178. <widget class="QgsMapLayerComboBox" name="mMapLayerComboBox">
  179. <property name="geometry">
  180. <rect>
  181. <x>420</x>
  182. <y>50</y>
  183. <width>231</width>
  184. <height>27</height>
  185. </rect>
  186. </property>
  187. <property name="showCrs">
  188. <bool>true</bool>
  189. </property>
  190. </widget>
  191. <widget class="QPushButton" name="pushButton">
  192. <property name="geometry">
  193. <rect>
  194. <x>420</x>
  195. <y>96</y>
  196. <width>161</width>
  197. <height>27</height>
  198. </rect>
  199. </property>
  200. <property name="text">
  201. <string> Add Layer</string>
  202. </property>
  203. <property name="icon">
  204. <iconset>
  205. <normaloff>../../../../../../../Users/Honza/.designer/backup/icons/plus.png</normaloff>../../../../../../../Users/Honza/.designer/backup/icons/plus.png</iconset>
  206. </property>
  207. </widget>
  208. <widget class="QLabel" name="label_2">
  209. <property name="geometry">
  210. <rect>
  211. <x>420</x>
  212. <y>27</y>
  213. <width>211</width>
  214. <height>16</height>
  215. </rect>
  216. </property>
  217. <property name="text">
  218. <string>Loaded vector layer from canvas:</string>
  219. </property>
  220. </widget>
  221. <widget class="QComboBox" name="comboBox_raster">
  222. <property name="geometry">
  223. <rect>
  224. <x>420</x>
  225. <y>180</y>
  226. <width>231</width>
  227. <height>22</height>
  228. </rect>
  229. </property>
  230. </widget>
  231. <widget class="QPushButton" name="pushButton_addRaster">
  232. <property name="geometry">
  233. <rect>
  234. <x>420</x>
  235. <y>220</y>
  236. <width>161</width>
  237. <height>27</height>
  238. </rect>
  239. </property>
  240. <property name="text">
  241. <string> Add Layer</string>
  242. </property>
  243. <property name="icon">
  244. <iconset>
  245. <normaloff>../../../../../../../Users/Honza/.designer/backup/icons/plus.png</normaloff>../../../../../../../Users/Honza/.designer/backup/icons/plus.png</iconset>
  246. </property>
  247. </widget>
  248. <widget class="QLabel" name="label_3">
  249. <property name="geometry">
  250. <rect>
  251. <x>420</x>
  252. <y>150</y>
  253. <width>201</width>
  254. <height>16</height>
  255. </rect>
  256. </property>
  257. <property name="text">
  258. <string>Existing layers in Layman:</string>
  259. </property>
  260. </widget>
  261. <widget class="QPushButton" name="pushButton_down">
  262. <property name="geometry">
  263. <rect>
  264. <x>200</x>
  265. <y>250</y>
  266. <width>171</width>
  267. <height>28</height>
  268. </rect>
  269. </property>
  270. <property name="text">
  271. <string>Up</string>
  272. </property>
  273. </widget>
  274. <widget class="QPushButton" name="pushButton_up">
  275. <property name="geometry">
  276. <rect>
  277. <x>22</x>
  278. <y>250</y>
  279. <width>161</width>
  280. <height>28</height>
  281. </rect>
  282. </property>
  283. <property name="text">
  284. <string>Down</string>
  285. </property>
  286. </widget>
  287. </widget>
  288. <widget class="QGroupBox" name="groupBox_2">
  289. <property name="geometry">
  290. <rect>
  291. <x>7</x>
  292. <y>10</y>
  293. <width>391</width>
  294. <height>471</height>
  295. </rect>
  296. </property>
  297. <property name="title">
  298. <string>map compositions</string>
  299. </property>
  300. <widget class="QListWidget" name="listWidget">
  301. <property name="geometry">
  302. <rect>
  303. <x>20</x>
  304. <y>47</y>
  305. <width>341</width>
  306. <height>191</height>
  307. </rect>
  308. </property>
  309. </widget>
  310. <widget class="QLabel" name="label">
  311. <property name="geometry">
  312. <rect>
  313. <x>23</x>
  314. <y>27</y>
  315. <width>171</width>
  316. <height>16</height>
  317. </rect>
  318. </property>
  319. <property name="text">
  320. <string>Loaded map compositions:</string>
  321. </property>
  322. </widget>
  323. <widget class="QPushButton" name="pushButton_deleteMap">
  324. <property name="geometry">
  325. <rect>
  326. <x>20</x>
  327. <y>260</y>
  328. <width>161</width>
  329. <height>27</height>
  330. </rect>
  331. </property>
  332. <property name="text">
  333. <string> Delete Map</string>
  334. </property>
  335. <property name="icon">
  336. <iconset>
  337. <normaloff>../../../../../../../Users/Honza/.designer/backup/icons/minus.png</normaloff>../../../../../../../Users/Honza/.designer/backup/icons/minus.png</iconset>
  338. </property>
  339. </widget>
  340. <widget class="QPushButton" name="pushButton_addMap">
  341. <property name="geometry">
  342. <rect>
  343. <x>200</x>
  344. <y>260</y>
  345. <width>161</width>
  346. <height>28</height>
  347. </rect>
  348. </property>
  349. <property name="text">
  350. <string> Add Map</string>
  351. </property>
  352. </widget>
  353. <widget class="QPushButton" name="pushButton_editMeta">
  354. <property name="geometry">
  355. <rect>
  356. <x>20</x>
  357. <y>320</y>
  358. <width>161</width>
  359. <height>28</height>
  360. </rect>
  361. </property>
  362. <property name="text">
  363. <string> Edit metada</string>
  364. </property>
  365. </widget>
  366. <widget class="QPushButton" name="pushButton_loadMap">
  367. <property name="geometry">
  368. <rect>
  369. <x>20</x>
  370. <y>380</y>
  371. <width>161</width>
  372. <height>28</height>
  373. </rect>
  374. </property>
  375. <property name="text">
  376. <string>Load Map (WMS)</string>
  377. </property>
  378. </widget>
  379. <widget class="QComboBox" name="comboBox_loadMap">
  380. <property name="geometry">
  381. <rect>
  382. <x>20</x>
  383. <y>420</y>
  384. <width>231</width>
  385. <height>22</height>
  386. </rect>
  387. </property>
  388. </widget>
  389. <widget class="QPushButton" name="pushButton_loadMapWFS">
  390. <property name="geometry">
  391. <rect>
  392. <x>200</x>
  393. <y>380</y>
  394. <width>161</width>
  395. <height>28</height>
  396. </rect>
  397. </property>
  398. <property name="text">
  399. <string>Load Map (WFS)</string>
  400. </property>
  401. </widget>
  402. </widget>
  403. </widget>
  404. <customwidgets>
  405. <customwidget>
  406. <class>QgsMapLayerComboBox</class>
  407. <extends>QComboBox</extends>
  408. <header>qgsmaplayercombobox.h</header>
  409. </customwidget>
  410. </customwidgets>
  411. <resources/>
  412. <connections/>
  413. </ui>