dlg_addLayer.ui 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  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>716</width>
  13. <height>410</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>716</width>
  25. <height>410</height>
  26. </size>
  27. </property>
  28. <property name="maximumSize">
  29. <size>
  30. <width>716</width>
  31. <height>410</height>
  32. </size>
  33. </property>
  34. <property name="windowTitle">
  35. <string>Layman - Layers</string>
  36. </property>
  37. <widget class="QPushButton" name="pushButton">
  38. <property name="geometry">
  39. <rect>
  40. <x>20</x>
  41. <y>360</y>
  42. <width>141</width>
  43. <height>27</height>
  44. </rect>
  45. </property>
  46. <property name="text">
  47. <string>Load WMS</string>
  48. </property>
  49. </widget>
  50. <widget class="QTreeWidget" name="treeWidget">
  51. <property name="geometry">
  52. <rect>
  53. <x>10</x>
  54. <y>10</y>
  55. <width>331</width>
  56. <height>341</height>
  57. </rect>
  58. </property>
  59. <column>
  60. <property name="text">
  61. <string>Layers on Layman</string>
  62. </property>
  63. </column>
  64. </widget>
  65. <widget class="QPushButton" name="pushButton_close">
  66. <property name="geometry">
  67. <rect>
  68. <x>450</x>
  69. <y>360</y>
  70. <width>131</width>
  71. <height>28</height>
  72. </rect>
  73. </property>
  74. <property name="text">
  75. <string>Close</string>
  76. </property>
  77. </widget>
  78. <widget class="QLabel" name="label_thumbnail">
  79. <property name="geometry">
  80. <rect>
  81. <x>416</x>
  82. <y>50</y>
  83. <width>200</width>
  84. <height>200</height>
  85. </rect>
  86. </property>
  87. <property name="frameShape">
  88. <enum>QFrame::Box</enum>
  89. </property>
  90. <property name="text">
  91. <string/>
  92. </property>
  93. </widget>
  94. <widget class="QLabel" name="label_2">
  95. <property name="geometry">
  96. <rect>
  97. <x>416</x>
  98. <y>20</y>
  99. <width>141</width>
  100. <height>16</height>
  101. </rect>
  102. </property>
  103. <property name="text">
  104. <string>Preview:</string>
  105. </property>
  106. </widget>
  107. <widget class="QPushButton" name="pushButton_layerRedirect">
  108. <property name="geometry">
  109. <rect>
  110. <x>450</x>
  111. <y>280</y>
  112. <width>131</width>
  113. <height>27</height>
  114. </rect>
  115. </property>
  116. <property name="text">
  117. <string>More info</string>
  118. </property>
  119. </widget>
  120. <widget class="QPushButton" name="pushButton_wfs">
  121. <property name="geometry">
  122. <rect>
  123. <x>190</x>
  124. <y>360</y>
  125. <width>141</width>
  126. <height>27</height>
  127. </rect>
  128. </property>
  129. <property name="text">
  130. <string>Load WFS</string>
  131. </property>
  132. </widget>
  133. <widget class="QPushButton" name="pushButton_delete">
  134. <property name="geometry">
  135. <rect>
  136. <x>450</x>
  137. <y>320</y>
  138. <width>131</width>
  139. <height>28</height>
  140. </rect>
  141. </property>
  142. <property name="text">
  143. <string>Delete layer</string>
  144. </property>
  145. </widget>
  146. </widget>
  147. <resources/>
  148. <connections/>
  149. </ui>