cutter/src/dialogs/preferences/GraphOptionsWidget.ui

65 lines
1.4 KiB
Plaintext
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>GraphOptionsWidget</class>
<widget class="QWidget" name="GraphOptionsWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>300</height>
</rect>
</property>
<property name="windowTitle">
<string>Graph</string>
</property>
<widget class="QLabel" name="maxColsLabel">
<property name="geometry">
<rect>
<x>30</x>
<y>10</y>
<width>141</width>
<height>18</height>
</rect>
</property>
<property name="text">
<string>Maximum Line Length:</string>
</property>
</widget>
<widget class="QSpinBox" name="maxColsSpinBox">
<property name="geometry">
<rect>
<x>190</x>
<y>10</y>
<width>104</width>
<height>23</height>
</rect>
</property>
<property name="minimum">
<number>10</number>
</property>
<property name="maximum">
<number>999999999</number>
</property>
<property name="singleStep">
<number>5</number>
</property>
</widget>
<widget class="QCheckBox" name="graphOffsetCheckBox">
<property name="geometry">
<rect>
<x>30</x>
<y>44</y>
<width>162</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>Show offsets (graph.offset) </string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>