- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>COptionsPage</class>
- <widget class="QWidget" name="COptionsPage">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>1119</width>
- <height>647</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Form</string>
- </property>
- <widget class="QLabel" name="label">
- <property name="geometry">
- <rect>
- <x>100</x>
- <y>40</y>
- <width>181</width>
- <height>31</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <pointsize>14</pointsize>
- </font>
- </property>
- <property name="text">
- <string>Valeurs par défaut</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_2">
- <property name="geometry">
- <rect>
- <x>530</x>
- <y>40</y>
- <width>181</width>
- <height>31</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <pointsize>14</pointsize>
- </font>
- </property>
- <property name="text">
- <string>Paramètres de test</string>
- </property>
- </widget>
- <widget class="QSpinBox" name="mTestHoldTimeHighSpinBx">
- <property name="geometry">
- <rect>
- <x>680</x>
- <y>110</y>
- <width>61</width>
- <height>22</height>
- </rect>
- </property>
- <property name="minimum">
- <number>100</number>
- </property>
- <property name="maximum">
- <number>5000</number>
- </property>
- <property name="value">
- <number>1000</number>
- </property>
- </widget>
- <widget class="QLabel" name="label_3">
- <property name="geometry">
- <rect>
- <x>500</x>
- <y>110</y>
- <width>171</width>
- <height>20</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <pointsize>10</pointsize>
- </font>
- </property>
- <property name="text">
- <string>Temps de maintien haut (ms)</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_4">
- <property name="geometry">
- <rect>
- <x>500</x>
- <y>150</y>
- <width>171</width>
- <height>20</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <pointsize>10</pointsize>
- </font>
- </property>
- <property name="text">
- <string>Temps de maintien bas (ms)</string>
- </property>
- </widget>
- <widget class="QSpinBox" name="mTestHoldTimeLowSpinBx">
- <property name="geometry">
- <rect>
- <x>680</x>
- <y>150</y>
- <width>61</width>
- <height>22</height>
- </rect>
- </property>
- <property name="minimum">
- <number>1</number>
- </property>
- <property name="maximum">
- <number>5000</number>
- </property>
- <property name="value">
- <number>1</number>
- </property>
- </widget>
- <widget class="QSpinBox" name="mIPAdd1SpinBox">
- <property name="geometry">
- <rect>
- <x>510</x>
- <y>340</y>
- <width>42</width>
- <height>22</height>
- </rect>
- </property>
- <property name="maximum">
- <number>255</number>
- </property>
- <property name="value">
- <number>192</number>
- </property>
- </widget>
- <widget class="QSpinBox" name="mIPAdd2SpinBox">
- <property name="geometry">
- <rect>
- <x>560</x>
- <y>340</y>
- <width>42</width>
- <height>22</height>
- </rect>
- </property>
- <property name="maximum">
- <number>255</number>
- </property>
- <property name="value">
- <number>168</number>
- </property>
- </widget>
- <widget class="QSpinBox" name="mIPAdd3SpinBox">
- <property name="geometry">
- <rect>
- <x>610</x>
- <y>340</y>
- <width>42</width>
- <height>22</height>
- </rect>
- </property>
- <property name="maximum">
- <number>255</number>
- </property>
- </widget>
- <widget class="QSpinBox" name="mIPAdd4SpinBox">
- <property name="geometry">
- <rect>
- <x>660</x>
- <y>340</y>
- <width>42</width>
- <height>22</height>
- </rect>
- </property>
- <property name="maximum">
- <number>255</number>
- </property>
- <property name="value">
- <number>52</number>
- </property>
- </widget>
- <widget class="QLabel" name="label_5">
- <property name="geometry">
- <rect>
- <x>510</x>
- <y>310</y>
- <width>171</width>
- <height>20</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <pointsize>10</pointsize>
- </font>
- </property>
- <property name="text">
- <string>Adresse IP module I/O</string>
- </property>
- </widget>
- <widget class="QPushButton" name="mApplyAndSaveBtn">
- <property name="geometry">
- <rect>
- <x>390</x>
- <y>550</y>
- <width>131</width>
- <height>23</height>
- </rect>
- </property>
- <property name="text">
- <string>Appliquer && Sauvegarder</string>
- </property>
- </widget>
- <widget class="QCheckBox" name="mIgnoreVisualInspChkBx">
- <property name="geometry">
- <rect>
- <x>500</x>
- <y>200</y>
- <width>221</width>
- <height>17</height>
- </rect>
- </property>
- <property name="text">
- <string>Ignorer l'inspection visuelle</string>
- </property>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|