248 lines
5.8 KiB
XML
248 lines
5.8 KiB
XML
<?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>1800</width>
|
|
<height>880</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Form</string>
|
|
</property>
|
|
<widget class="CConnectorSelectWidget" name="mConnectorSelectWidget" native="true">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>850</x>
|
|
<y>20</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>50</x>
|
|
<y>30</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>70</x>
|
|
<y>230</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>60</x>
|
|
<y>250</y>
|
|
<width>391</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="pushButton">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>50</y>
|
|
<width>121</width>
|
|
<height>23</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Exécuter Inspection</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
</widget>
|
|
<customwidgets>
|
|
<customwidget>
|
|
<class>CConnectorSelectWidget</class>
|
|
<extends>QWidget</extends>
|
|
<header location="global">connectorselectwidget.h</header>
|
|
<container>1</container>
|
|
</customwidget>
|
|
</customwidgets>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|