##// END OF EJS Templates
Refactoring handling of axes properties (1)...
Refactoring handling of axes properties (1) Creates helper used to determine which properties to set for the graph axes, depending on the type of the data hold (properties will be different if it's scalars/vectors or spectrograms)

File last commit:

r656:c1e80b6034b1
r916:b92a8e838f6e
Show More
SqpSettingsGeneralWidget.ui
74 lines | 1.9 KiB | text/plain | TextLexer
/ gui / ui / Settings / SqpSettingsGeneralWidget.ui
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>SqpSettingsGeneralWidget</class>
<widget class="QWidget" name="SqpSettingsGeneralWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>343</width>
<height>300</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QLabel" name="toleranceInitLabel">
<property name="text">
<string>Tolerance on first acquisition:</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QDoubleSpinBox" name="toleranceInitSpinBox">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="suffix">
<string> %</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="toleranceUpdateLabel">
<property name="text">
<string>Tolerance when updating acquisition:</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QDoubleSpinBox" name="toleranceUpdateSpinBox">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="suffix">
<string> %</string>
</property>
</widget>
</item>
<item row="2" column="0">
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>