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>
|
2017-12-19 16:13:44 +00:00
|
|
|
<height>300</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Graph</string>
|
|
|
|
</property>
|
2018-08-18 17:13:47 +00:00
|
|
|
<widget class="QWidget" name="">
|
2018-08-12 16:20:16 +00:00
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>30</x>
|
|
|
|
<y>10</y>
|
2018-08-18 17:13:47 +00:00
|
|
|
<width>253</width>
|
|
|
|
<height>62</height>
|
2018-08-12 16:20:16 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
2018-08-18 17:13:47 +00:00
|
|
|
<layout class="QGridLayout" name="gridLayout_2">
|
|
|
|
<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">
|
|
|
|
<property name="minimum">
|
|
|
|
<number>10</number>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>999999999</number>
|
|
|
|
</property>
|
|
|
|
<property name="singleStep">
|
|
|
|
<number>5</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0" colspan="2">
|
|
|
|
<widget class="QCheckBox" name="graphOffsetCheckBox">
|
|
|
|
<property name="text">
|
|
|
|
<string>Show offsets (graph.offset) </string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2018-08-12 16:20:16 +00:00
|
|
|
</widget>
|
2017-12-19 16:13:44 +00:00
|
|
|
</widget>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|