dlg_importLayer.ui 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  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>400</width>
  13. <height>299</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>400</width>
  25. <height>299</height>
  26. </size>
  27. </property>
  28. <property name="maximumSize">
  29. <size>
  30. <width>400</width>
  31. <height>299</height>
  32. </size>
  33. </property>
  34. <property name="windowTitle">
  35. <string>Layman - Export Layer to server</string>
  36. </property>
  37. <widget class="QListWidget" name="listWidget_listLayers">
  38. <property name="geometry">
  39. <rect>
  40. <x>10</x>
  41. <y>10</y>
  42. <width>381</width>
  43. <height>191</height>
  44. </rect>
  45. </property>
  46. </widget>
  47. <widget class="QPushButton" name="pushButton">
  48. <property name="geometry">
  49. <rect>
  50. <x>50</x>
  51. <y>260</y>
  52. <width>131</width>
  53. <height>27</height>
  54. </rect>
  55. </property>
  56. <property name="text">
  57. <string>Export layer</string>
  58. </property>
  59. </widget>
  60. <widget class="QPushButton" name="pushButton_close">
  61. <property name="geometry">
  62. <rect>
  63. <x>212</x>
  64. <y>260</y>
  65. <width>131</width>
  66. <height>28</height>
  67. </rect>
  68. </property>
  69. <property name="text">
  70. <string>Close</string>
  71. </property>
  72. </widget>
  73. <widget class="QTreeWidget" name="treeWidget">
  74. <property name="geometry">
  75. <rect>
  76. <x>10</x>
  77. <y>10</y>
  78. <width>381</width>
  79. <height>241</height>
  80. </rect>
  81. </property>
  82. <property name="selectionMode">
  83. <enum>QAbstractItemView::ExtendedSelection</enum>
  84. </property>
  85. <property name="selectionBehavior">
  86. <enum>QAbstractItemView::SelectRows</enum>
  87. </property>
  88. <column>
  89. <property name="text">
  90. <string>Layer</string>
  91. </property>
  92. </column>
  93. <column>
  94. <property name="text">
  95. <string>Type</string>
  96. </property>
  97. </column>
  98. </widget>
  99. </widget>
  100. <resources/>
  101. <connections/>
  102. </ui>