##// END OF EJS Templates
Separate the initialization of the properties of the graph of the update of the units of the graph....
Separate the initialization of the properties of the graph of the update of the units of the graph. The initialization of the properties is carried out when adding a variable in the graph, the update of the units is carried out when loading the data of this variable

File last commit:

r656:c1e80b6034b1
r1283:3acf26407503
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>