dlg_deleteMap.ui 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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>716</width>
  10. <height>450</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Atlas - Delete Map</string>
  15. </property>
  16. <widget class="QPushButton" name="pushButton">
  17. <property name="geometry">
  18. <rect>
  19. <x>280</x>
  20. <y>410</y>
  21. <width>88</width>
  22. <height>27</height>
  23. </rect>
  24. </property>
  25. <property name="text">
  26. <string>Delete map</string>
  27. </property>
  28. </widget>
  29. <widget class="QTreeWidget" name="treeWidget">
  30. <property name="geometry">
  31. <rect>
  32. <x>10</x>
  33. <y>10</y>
  34. <width>691</width>
  35. <height>391</height>
  36. </rect>
  37. </property>
  38. <column>
  39. <property name="text">
  40. <string>Map</string>
  41. </property>
  42. </column>
  43. </widget>
  44. <widget class="QPushButton" name="pushButton_close">
  45. <property name="geometry">
  46. <rect>
  47. <x>420</x>
  48. <y>410</y>
  49. <width>93</width>
  50. <height>28</height>
  51. </rect>
  52. </property>
  53. <property name="text">
  54. <string>Zavřít</string>
  55. </property>
  56. </widget>
  57. </widget>
  58. <resources/>
  59. <connections/>
  60. </ui>