- <?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>564</width>
- <height>647</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Form</string>
- </property>
- <widget class="QLabel" name="label_2">
- <property name="geometry">
- <rect>
- <x>170</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>320</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>140</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="QSpinBox" name="mIPAdd1SpinBox">
- <property name="geometry">
- <rect>
- <x>140</x>
- <y>361</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>190</x>
- <y>361</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>240</x>
- <y>361</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>290</x>
- <y>361</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>140</x>
- <y>320</y>
- <width>351</width>
- <height>31</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <pointsize>10</pointsize>
- </font>
- </property>
- <property name="text">
- <string>Adresse IP module I/O
- (redémarrage de l'application requis)</string>
- </property>
- </widget>
- <widget class="QPushButton" name="mApplyAndSaveBtn">
- <property name="geometry">
- <rect>
- <x>170</x>
- <y>470</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>140</x>
- <y>160</y>
- <width>221</width>
- <height>17</height>
- </rect>
- </property>
- <property name="text">
- <string>Ignorer l'inspection visuelle</string>
- </property>
- </widget>
- <widget class="QCheckBox" name="mIncludeLogInReportChkBx">
- <property name="geometry">
- <rect>
- <x>140</x>
- <y>200</y>
- <width>221</width>
- <height>17</height>
- </rect>
- </property>
- <property name="text">
- <string>Inclure LOG dans le rapport</string>
- </property>
- </widget>
- <widget class="QCheckBox" name="mExecSecondTestChkBx">
- <property name="geometry">
- <rect>
- <x>140</x>
- <y>240</y>
- <width>221</width>
- <height>17</height>
- </rect>
- </property>
- <property name="text">
- <string>Exécuter 2è passe de tests</string>
- </property>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|