<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>CCableTestPage</class> <widget class="QWidget" name="CCableTestPage"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>1366</width> <height>768</height> </rect> </property> <property name="windowTitle"> <string>Form</string> </property> <widget class="CConnectorSelectWidget" name="mConnectorSelectWidget" native="true"> <property name="geometry"> <rect> <x>970</x> <y>10</y> <width>376</width> <height>537</height> </rect> </property> </widget> <widget class="QFrame" name="mCableConfigFrame"> <property name="geometry"> <rect> <x>50</x> <y>50</y> <width>471</width> <height>121</height> </rect> </property> <property name="frameShape"> <enum>QFrame::WinPanel</enum> </property> <property name="frameShadow"> <enum>QFrame::Raised</enum> </property> <property name="lineWidth"> <number>3</number> </property> </widget> <widget class="QWidget" name="layoutWidget"> <property name="geometry"> <rect> <x>60</x> <y>60</y> <width>451</width> <height>100</height> </rect> </property> <layout class="QGridLayout" name="gridLayout"> <item row="3" column="0" alignment="Qt::AlignRight"> <widget class="QLabel" name="mNomTesteurLabel"> <property name="font"> <font> <pointsize>12</pointsize> </font> </property> <property name="text"> <string>Nom du testeur</string> </property> </widget> </item> <item row="2" column="1" colspan="2"> <widget class="QComboBox" name="mTypeCableCombo"> <item> <property name="text"> <string>Permanent</string> </property> </item> <item> <property name="text"> <string>Temporaire</string> </property> </item> </widget> </item> <item row="1" column="1" colspan="2"> <widget class="QLineEdit" name="mIdentCableEditBox"/> </item> <item row="0" column="1" colspan="2"> <widget class="QComboBox" name="mStationNameCombo"> <item> <property name="text"> <string>Frontenac</string> </property> </item> <item> <property name="text"> <string>Côte-Vertu</string> </property> </item> <item> <property name="text"> <string>Angrignon</string> </property> </item> <item> <property name="text"> <string>Garage Angrignon</string> </property> </item> <item> <property name="text"> <string>Atwater</string> </property> </item> <item> <property name="text"> <string>Lionel-Groulx</string> </property> </item> <item> <property name="text"> <string>Viau</string> </property> </item> </widget> </item> <item row="0" column="0" alignment="Qt::AlignRight"> <widget class="QLabel" name="StationNameLabel"> <property name="font"> <font> <pointsize>12</pointsize> </font> </property> <property name="text"> <string>Station</string> </property> </widget> </item> <item row="2" column="0" alignment="Qt::AlignRight"> <widget class="QLabel" name="mTypeCableLabel"> <property name="font"> <font> <pointsize>12</pointsize> </font> </property> <property name="text"> <string>Type câble</string> </property> </widget> </item> <item row="1" column="0"> <widget class="QLabel" name="mIdentCableLabel"> <property name="font"> <font> <pointsize>12</pointsize> </font> </property> <property name="text"> <string>Identification du câble</string> </property> </widget> </item> <item row="3" column="1" colspan="2"> <widget class="QLineEdit" name="mNomTesteurEditBox"> <property name="text"> <string/> </property> </widget> </item> </layout> </widget> <widget class="QLabel" name="mCableConfigLabel"> <property name="geometry"> <rect> <x>60</x> <y>20</y> <width>271</width> <height>20</height> </rect> </property> <property name="font"> <font> <pointsize>12</pointsize> </font> </property> <property name="text"> <string>Configuration du câble</string> </property> </widget> <widget class="QLabel" name="mInspVisuelleLabel"> <property name="geometry"> <rect> <x>600</x> <y>20</y> <width>271</width> <height>20</height> </rect> </property> <property name="font"> <font> <pointsize>12</pointsize> </font> </property> <property name="text"> <string>Inspection visuelle</string> </property> </widget> <widget class="QFrame" name="mInspVisuelleFrame"> <property name="geometry"> <rect> <x>600</x> <y>40</y> <width>291</width> <height>121</height> </rect> </property> <property name="frameShape"> <enum>QFrame::StyledPanel</enum> </property> <property name="frameShadow"> <enum>QFrame::Plain</enum> </property> <property name="lineWidth"> <number>3</number> </property> <widget class="QPushButton" name="mExecInspVisuelleBtn"> <property name="geometry"> <rect> <x>10</x> <y>50</y> <width>121</width> <height>23</height> </rect> </property> <property name="text"> <string>Effectuer Inspection</string> </property> </widget> <widget class="QLabel" name="mInspectionDoneIcon"> <property name="geometry"> <rect> <x>160</x> <y>20</y> <width>101</width> <height>91</height> </rect> </property> <property name="text"> <string>TextLabel</string> </property> </widget> </widget> <widget class="CConnectorTestVisualizationWidget" name="mInputTestVisualisationWidget" native="true"> <property name="geometry"> <rect> <x>10</x> <y>410</y> <width>471</width> <height>351</height> </rect> </property> <property name="autoFillBackground"> <bool>false</bool> </property> </widget> <widget class="Line" name="line"> <property name="geometry"> <rect> <x>30</x> <y>360</y> <width>901</width> <height>20</height> </rect> </property> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> </widget> <widget class="CConnectorTestVisualizationWidget" name="mOutputTestVisualisationWidget" native="true"> <property name="geometry"> <rect> <x>510</x> <y>410</y> <width>441</width> <height>351</height> </rect> </property> <property name="autoFillBackground"> <bool>false</bool> </property> </widget> <widget class="Line" name="line_2"> <property name="geometry"> <rect> <x>490</x> <y>390</y> <width>20</width> <height>371</height> </rect> </property> <property name="orientation"> <enum>Qt::Vertical</enum> </property> </widget> <widget class="QLabel" name="mInputContactsTextLabel"> <property name="geometry"> <rect> <x>130</x> <y>370</y> <width>161</width> <height>41</height> </rect> </property> <property name="font"> <font> <pointsize>16</pointsize> </font> </property> <property name="text"> <string>Contacts entrée</string> </property> </widget> <widget class="QLabel" name="mOutputContactsTextLabel"> <property name="geometry"> <rect> <x>670</x> <y>370</y> <width>161</width> <height>41</height> </rect> </property> <property name="font"> <font> <pointsize>16</pointsize> </font> </property> <property name="text"> <string>Contacts sortie</string> </property> </widget> <widget class="QPushButton" name="mNewCableBtn"> <property name="geometry"> <rect> <x>430</x> <y>20</y> <width>91</width> <height>23</height> </rect> </property> <property name="text"> <string>Nouveau Câble</string> </property> </widget> <widget class="QFrame" name="frame"> <property name="geometry"> <rect> <x>50</x> <y>220</y> <width>471</width> <height>131</height> </rect> </property> <property name="frameShape"> <enum>QFrame::Box</enum> </property> <property name="frameShadow"> <enum>QFrame::Raised</enum> </property> <widget class="QPushButton" name="mStartTestBtn"> <property name="geometry"> <rect> <x>260</x> <y>20</y> <width>91</width> <height>23</height> </rect> </property> <property name="text"> <string>Démarrer test</string> </property> </widget> <widget class="QPushButton" name="mReinitTestBtn"> <property name="geometry"> <rect> <x>260</x> <y>70</y> <width>91</width> <height>23</height> </rect> </property> <property name="text"> <string>Réinitialiser test</string> </property> </widget> <widget class="QCheckBox" name="mCableIdentStepChkBx"> <property name="geometry"> <rect> <x>20</x> <y>20</y> <width>151</width> <height>17</height> </rect> </property> <property name="text"> <string>1. Identification du câble</string> </property> <property name="checkable"> <bool>false</bool> </property> </widget> <widget class="QCheckBox" name="mVisualInspStepChkBx"> <property name="geometry"> <rect> <x>20</x> <y>50</y> <width>151</width> <height>17</height> </rect> </property> <property name="toolTip"> <string extracomment="Test"/> </property> <property name="text"> <string>2. Inspection visuelle</string> </property> <property name="checkable"> <bool>true</bool> </property> </widget> <widget class="QCheckBox" name="mConSelStepChkBx"> <property name="geometry"> <rect> <x>20</x> <y>80</y> <width>191</width> <height>17</height> </rect> </property> <property name="text"> <string>3. Sélection du connecteur d'entrée</string> </property> <property name="checkable"> <bool>false</bool> </property> </widget> </widget> <widget class="QLabel" name="mInspVisuelleLabel_2"> <property name="geometry"> <rect> <x>50</x> <y>200</y> <width>221</width> <height>20</height> </rect> </property> <property name="font"> <font> <pointsize>12</pointsize> </font> </property> <property name="text"> <string>Contrôle du test électrique</string> </property> </widget> <widget class="QTextBrowser" name="mTestLogTextBox"> <property name="geometry"> <rect> <x>970</x> <y>550</y> <width>381</width> <height>201</height> </rect> </property> <property name="frameShape"> <enum>QFrame::Box</enum> </property> <property name="frameShadow"> <enum>QFrame::Plain</enum> </property> </widget> </widget> <customwidgets> <customwidget> <class>CConnectorSelectWidget</class> <extends>QWidget</extends> <header>connectorselectwidget.h</header> <container>1</container> </customwidget> <customwidget> <class>CConnectorTestVisualizationWidget</class> <extends>QWidget</extends> <header>connectortestvisualizationwidget.h</header> <container>1</container> </customwidget> </customwidgets> <resources/> <connections/> </ui>