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>
|
2018-08-18 17:13:47 +00:00
|
|
|
<width>567</width>
|
2019-07-18 20:02:13 +00:00
|
|
|
<height>79</height>
|
2017-12-19 16:13:44 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Graph</string>
|
|
|
|
</property>
|
2019-07-18 20:02:13 +00:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
|
|
|
<item>
|
|
|
|
<layout class="QFormLayout" name="formLayout">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="maxColsLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>Maximum Line Length:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QSpinBox" name="maxColsSpinBox"/>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QWidget" name="widget" native="true">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Expanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2018-08-18 17:13:47 +00:00
|
|
|
<widget class="QCheckBox" name="graphOffsetCheckBox">
|
2019-07-18 20:02:13 +00:00
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>208</width>
|
|
|
|
<height>24</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
2018-08-18 17:13:47 +00:00
|
|
|
<property name="text">
|
2019-07-18 20:02:13 +00:00
|
|
|
<string>Show offsets (graph.offset)</string>
|
2018-08-18 17:13:47 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
2019-07-18 20:02:13 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2017-12-19 16:13:44 +00:00
|
|
|
</widget>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|