dlg_addMap.ui 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  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>780</width>
  13. <height>450</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>780</width>
  25. <height>450</height>
  26. </size>
  27. </property>
  28. <property name="maximumSize">
  29. <size>
  30. <width>780</width>
  31. <height>450</height>
  32. </size>
  33. </property>
  34. <property name="windowTitle">
  35. <string>Layman - Add Map</string>
  36. </property>
  37. <widget class="QPushButton" name="pushButton">
  38. <property name="geometry">
  39. <rect>
  40. <x>407</x>
  41. <y>320</y>
  42. <width>151</width>
  43. <height>27</height>
  44. </rect>
  45. </property>
  46. <property name="text">
  47. <string>Load map (WMS)</string>
  48. </property>
  49. </widget>
  50. <widget class="QPushButton" name="pushButton_close">
  51. <property name="geometry">
  52. <rect>
  53. <x>20</x>
  54. <y>410</y>
  55. <width>121</width>
  56. <height>28</height>
  57. </rect>
  58. </property>
  59. <property name="text">
  60. <string>Close</string>
  61. </property>
  62. </widget>
  63. <widget class="QTreeWidget" name="treeWidget">
  64. <property name="geometry">
  65. <rect>
  66. <x>20</x>
  67. <y>10</y>
  68. <width>331</width>
  69. <height>371</height>
  70. </rect>
  71. </property>
  72. <column>
  73. <property name="text">
  74. <string>Layer</string>
  75. </property>
  76. </column>
  77. </widget>
  78. <widget class="QLabel" name="label_thumbnail">
  79. <property name="geometry">
  80. <rect>
  81. <x>460</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>460</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="QLabel" name="label_info">
  108. <property name="geometry">
  109. <rect>
  110. <x>370</x>
  111. <y>250</y>
  112. <width>411</width>
  113. <height>31</height>
  114. </rect>
  115. </property>
  116. <property name="text">
  117. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-size:12pt; color:#ff0000;&quot;&gt;Unable to load already loaded composition!&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  118. </property>
  119. </widget>
  120. <widget class="QPushButton" name="pushButton_mapWFS">
  121. <property name="geometry">
  122. <rect>
  123. <x>570</x>
  124. <y>320</y>
  125. <width>151</width>
  126. <height>27</height>
  127. </rect>
  128. </property>
  129. <property name="text">
  130. <string>Load map (WFS)</string>
  131. </property>
  132. </widget>
  133. </widget>
  134. <resources/>
  135. <connections/>
  136. </ui>