dlg_GetLayers.ui 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  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>400</width>
  10. <height>300</height>
  11. </rect>
  12. </property>
  13. <property name="focusPolicy">
  14. <enum>Qt::ClickFocus</enum>
  15. </property>
  16. <property name="windowTitle">
  17. <string>Atlas</string>
  18. </property>
  19. <widget class="QDialogButtonBox" name="button_box">
  20. <property name="geometry">
  21. <rect>
  22. <x>30</x>
  23. <y>240</y>
  24. <width>341</width>
  25. <height>32</height>
  26. </rect>
  27. </property>
  28. <property name="orientation">
  29. <enum>Qt::Horizontal</enum>
  30. </property>
  31. <property name="standardButtons">
  32. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  33. </property>
  34. </widget>
  35. <widget class="QLabel" name="label">
  36. <property name="geometry">
  37. <rect>
  38. <x>30</x>
  39. <y>10</y>
  40. <width>111</width>
  41. <height>16</height>
  42. </rect>
  43. </property>
  44. <property name="text">
  45. <string>Existing layers:</string>
  46. </property>
  47. </widget>
  48. <widget class="QListWidget" name="items">
  49. <property name="geometry">
  50. <rect>
  51. <x>30</x>
  52. <y>50</y>
  53. <width>291</width>
  54. <height>141</height>
  55. </rect>
  56. </property>
  57. <property name="selectionMode">
  58. <enum>QAbstractItemView::NoSelection</enum>
  59. </property>
  60. </widget>
  61. <widget class="QPushButton" name="pushButtonxx">
  62. <property name="geometry">
  63. <rect>
  64. <x>110</x>
  65. <y>200</y>
  66. <width>93</width>
  67. <height>28</height>
  68. </rect>
  69. </property>
  70. <property name="text">
  71. <string>PushButton</string>
  72. </property>
  73. </widget>
  74. </widget>
  75. <resources/>
  76. <connections>
  77. <connection>
  78. <sender>button_box</sender>
  79. <signal>rejected()</signal>
  80. <receiver>CartoDBDialogBase</receiver>
  81. <slot>reject()</slot>
  82. <hints>
  83. <hint type="sourcelabel">
  84. <x>20</x>
  85. <y>20</y>
  86. </hint>
  87. <hint type="destinationlabel">
  88. <x>20</x>
  89. <y>20</y>
  90. </hint>
  91. </hints>
  92. </connection>
  93. </connections>
  94. </ui>