ui_dtcutter.ui 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>Dialog</class>
  4. <widget class="QDialog" name="Dialog">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>263</width>
  10. <height>129</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Choose Layer</string>
  15. </property>
  16. <property name="sizeGripEnabled">
  17. <bool>true</bool>
  18. </property>
  19. <layout class="QVBoxLayout" name="verticalLayout">
  20. <item>
  21. <widget class="QLabel" name="lblCutter">
  22. <property name="text">
  23. <string>cutter layer</string>
  24. </property>
  25. </widget>
  26. </item>
  27. <item>
  28. <widget class="QComboBox" name="cbxLayer"/>
  29. </item>
  30. <item>
  31. <widget class="QCheckBox" name="chkCopy">
  32. <property name="text">
  33. <string>add cutter polygon to edit layer</string>
  34. </property>
  35. </widget>
  36. </item>
  37. <item>
  38. <widget class="QDialogButtonBox" name="buttonBox">
  39. <property name="orientation">
  40. <enum>Qt::Horizontal</enum>
  41. </property>
  42. <property name="standardButtons">
  43. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  44. </property>
  45. </widget>
  46. </item>
  47. </layout>
  48. </widget>
  49. <resources/>
  50. <connections>
  51. <connection>
  52. <sender>buttonBox</sender>
  53. <signal>accepted()</signal>
  54. <receiver>Dialog</receiver>
  55. <slot>accept()</slot>
  56. <hints>
  57. <hint type="sourcelabel">
  58. <x>248</x>
  59. <y>254</y>
  60. </hint>
  61. <hint type="destinationlabel">
  62. <x>157</x>
  63. <y>274</y>
  64. </hint>
  65. </hints>
  66. </connection>
  67. <connection>
  68. <sender>buttonBox</sender>
  69. <signal>rejected()</signal>
  70. <receiver>Dialog</receiver>
  71. <slot>reject()</slot>
  72. <hints>
  73. <hint type="sourcelabel">
  74. <x>316</x>
  75. <y>260</y>
  76. </hint>
  77. <hint type="destinationlabel">
  78. <x>286</x>
  79. <y>274</y>
  80. </hint>
  81. </hints>
  82. </connection>
  83. </connections>
  84. </ui>