bezier_editor.ui 621 B

1234567891011121314151617181920212223242526272829
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>BezierEditorWidget</class>
  4. <widget class="QWidget" name="BezierEditorWidget">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>200</width>
  10. <height>320</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="layout">
  17. <item>
  18. <widget class="QCheckBox" name="is_closed">
  19. <property name="text">
  20. <string>Closed path</string>
  21. </property>
  22. </widget>
  23. </item>
  24. </layout>
  25. </widget>
  26. <resources/>
  27. <connections/>
  28. </ui>