6932c34126
This _could_ cause other problems, but they will certainly be fewer than the existing problems. - Fixed bugs with ViewBox linking to views which are subsequently deleted
162 lines
5.5 KiB
XML
162 lines
5.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>Form</class>
|
|
<widget class="QWidget" name="Form">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>186</width>
|
|
<height>154</height>
|
|
</rect>
|
|
</property>
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>200</width>
|
|
<height>16777215</height>
|
|
</size>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Form</string>
|
|
</property>
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
<property name="margin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="spacing">
|
|
<number>0</number>
|
|
</property>
|
|
<item row="7" column="0" colspan="2">
|
|
<widget class="QLabel" name="label">
|
|
<property name="text">
|
|
<string>Link Axis:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="7" column="2" colspan="2">
|
|
<widget class="QComboBox" name="linkCombo">
|
|
<property name="toolTip">
|
|
<string><html><head/><body><p>Links this axis with another view. When linked, both views will display the same data range.</p></body></html></string>
|
|
</property>
|
|
<property name="sizeAdjustPolicy">
|
|
<enum>QComboBox::AdjustToContents</enum>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="2" column="2" colspan="2">
|
|
<widget class="QSpinBox" name="autoPercentSpin">
|
|
<property name="enabled">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string><html><head/><body><p>Percent of data to be visible when auto-scaling. It may be useful to decrease this value for data with spiky noise.</p></body></html></string>
|
|
</property>
|
|
<property name="suffix">
|
|
<string>%</string>
|
|
</property>
|
|
<property name="minimum">
|
|
<number>1</number>
|
|
</property>
|
|
<property name="maximum">
|
|
<number>100</number>
|
|
</property>
|
|
<property name="singleStep">
|
|
<number>1</number>
|
|
</property>
|
|
<property name="value">
|
|
<number>100</number>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="2" column="0" colspan="2">
|
|
<widget class="QRadioButton" name="autoRadio">
|
|
<property name="toolTip">
|
|
<string><html><head/><body><p>Automatically resize this axis whenever the displayed data is changed.</p></body></html></string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Auto</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="0" colspan="2">
|
|
<widget class="QRadioButton" name="manualRadio">
|
|
<property name="toolTip">
|
|
<string><html><head/><body><p>Set the range for this axis manually. This disables automatic scaling. </p></body></html></string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Manual</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="2">
|
|
<widget class="QLineEdit" name="minText">
|
|
<property name="toolTip">
|
|
<string><html><head/><body><p>Minimum value to display for this axis.</p></body></html></string>
|
|
</property>
|
|
<property name="text">
|
|
<string>0</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="3">
|
|
<widget class="QLineEdit" name="maxText">
|
|
<property name="toolTip">
|
|
<string><html><head/><body><p>Maximum value to display for this axis.</p></body></html></string>
|
|
</property>
|
|
<property name="text">
|
|
<string>0</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="5" column="0" colspan="4">
|
|
<widget class="QCheckBox" name="invertCheck">
|
|
<property name="toolTip">
|
|
<string><html><head/><body><p>Inverts the display of this axis. (+y points downward instead of upward)</p></body></html></string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Invert Axis</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="6" column="0" colspan="4">
|
|
<widget class="QCheckBox" name="mouseCheck">
|
|
<property name="toolTip">
|
|
<string><html><head/><body><p>Enables mouse interaction (panning, scaling) for this axis.</p></body></html></string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Mouse Enabled</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="3" column="2" colspan="2">
|
|
<widget class="QCheckBox" name="visibleOnlyCheck">
|
|
<property name="toolTip">
|
|
<string><html><head/><body><p>When checked, the axis will only auto-scale to data that is visible along the orthogonal axis.</p></body></html></string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Visible Data Only</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="4" column="2" colspan="2">
|
|
<widget class="QCheckBox" name="autoPanCheck">
|
|
<property name="toolTip">
|
|
<string><html><head/><body><p>When checked, the axis will automatically pan to center on the current data, but the scale along this axis will not change.</p></body></html></string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Auto Pan Only</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|