2017-12-19 16:13:44 +00:00
|
|
|
<?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>
|
2018-08-12 16:20:16 +00:00
|
|
|
<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>
|
2017-12-19 16:13:44 +00:00
|
|
|
</widget>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|