cutter/src/widgets/sectionsdock.ui

37 lines
823 B
Plaintext
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>SectionsDock</class>
<widget class="QDockWidget" name="SectionsDock">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>300</height>
</rect>
</property>
<property name="windowTitle">
<string>Sections</string>
</property>
<widget class="QWidget" name="dockWidgetContents"/>
<action name="actionVertical">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>Vertical</string>
</property>
</action>
<action name="actionHorizontal">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>Horizontal</string>
</property>
</action>
</widget>
<resources/>
<connections/>
</ui>