dlg_deleteLayerFromMap.ui 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>CartoDBDialogBase</class>
  4. <widget class="QDialog" name="CartoDBDialogBase">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>657</width>
  10. <height>455</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Layman - Delete layer from map</string>
  15. </property>
  16. <widget class="QPushButton" name="pushButton">
  17. <property name="geometry">
  18. <rect>
  19. <x>70</x>
  20. <y>250</y>
  21. <width>88</width>
  22. <height>27</height>
  23. </rect>
  24. </property>
  25. <property name="text">
  26. <string>Delete layer</string>
  27. </property>
  28. </widget>
  29. <widget class="QPushButton" name="pushButton_close">
  30. <property name="geometry">
  31. <rect>
  32. <x>360</x>
  33. <y>250</y>
  34. <width>93</width>
  35. <height>28</height>
  36. </rect>
  37. </property>
  38. <property name="text">
  39. <string>Close</string>
  40. </property>
  41. </widget>
  42. <widget class="QLabel" name="label">
  43. <property name="geometry">
  44. <rect>
  45. <x>10</x>
  46. <y>10</y>
  47. <width>141</width>
  48. <height>16</height>
  49. </rect>
  50. </property>
  51. <property name="text">
  52. <string>Loaded compositions:</string>
  53. </property>
  54. </widget>
  55. <widget class="QLabel" name="label_2">
  56. <property name="geometry">
  57. <rect>
  58. <x>360</x>
  59. <y>10</y>
  60. <width>141</width>
  61. <height>16</height>
  62. </rect>
  63. </property>
  64. <property name="text">
  65. <string>Layers in composition:</string>
  66. </property>
  67. </widget>
  68. <widget class="QListWidget" name="listWidget">
  69. <property name="geometry">
  70. <rect>
  71. <x>10</x>
  72. <y>40</y>
  73. <width>261</width>
  74. <height>192</height>
  75. </rect>
  76. </property>
  77. </widget>
  78. <widget class="QListWidget" name="listWidget_listLayers2">
  79. <property name="geometry">
  80. <rect>
  81. <x>360</x>
  82. <y>40</y>
  83. <width>271</width>
  84. <height>192</height>
  85. </rect>
  86. </property>
  87. </widget>
  88. <widget class="QLabel" name="label_3">
  89. <property name="geometry">
  90. <rect>
  91. <x>370</x>
  92. <y>320</y>
  93. <width>131</width>
  94. <height>121</height>
  95. </rect>
  96. </property>
  97. <property name="frameShape">
  98. <enum>QFrame::Box</enum>
  99. </property>
  100. <property name="text">
  101. <string/>
  102. </property>
  103. </widget>
  104. <widget class="QLabel" name="label_4">
  105. <property name="geometry">
  106. <rect>
  107. <x>370</x>
  108. <y>292</y>
  109. <width>141</width>
  110. <height>16</height>
  111. </rect>
  112. </property>
  113. <property name="text">
  114. <string>Preview:</string>
  115. </property>
  116. </widget>
  117. </widget>
  118. <resources/>
  119. <connections/>
  120. </ui>