##// END OF EJS Templates
Adds "hybrid" server mode...
Adds "hybrid" server mode Hybrid mode allows to use both the default server and the test server, depending on the "server" setting of each product in the JSON file

File last commit:

r656:c1e80b6034b1
r1118:7dc72cc510ff
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>