344 lines
7.5 KiB
XML
344 lines
7.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>CProgramSettingsPage</class>
|
|
<widget class="QWidget" name="CProgramSettingsPage">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>1475</width>
|
|
<height>604</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Form</string>
|
|
</property>
|
|
<widget class="QLabel" name="label">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>370</x>
|
|
<y>20</y>
|
|
<width>231</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>12</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>Paramètres de la station Otarcik</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QListWidget" name="mDevicesList">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>50</x>
|
|
<y>120</y>
|
|
<width>191</width>
|
|
<height>301</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>52</x>
|
|
<y>100</y>
|
|
<width>81</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Dispositifs CAN</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QGroupBox" name="mDeviceParamsGroupBox">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>280</x>
|
|
<y>100</y>
|
|
<width>311</width>
|
|
<height>331</height>
|
|
</rect>
|
|
</property>
|
|
<property name="title">
|
|
<string>Paramètres</string>
|
|
</property>
|
|
<widget class="QLabel" name="mCANIDLbl">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>40</y>
|
|
<width>91</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>10</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>Driver CAN ID:</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QComboBox" name="mCANIDComboBx">
|
|
<property name="enabled">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>100</x>
|
|
<y>39</y>
|
|
<width>131</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="mCANBaudrateLbl">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>70</y>
|
|
<width>91</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>10</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>CAN Baudrate:</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QComboBox" name="mCANBaudrateComboBx">
|
|
<property name="enabled">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>100</x>
|
|
<y>70</y>
|
|
<width>131</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="mDeviceDatabaseLbl">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>100</y>
|
|
<width>111</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>10</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>Fichier database:</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="mDatabaseFileNameLbl">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>120</y>
|
|
<width>301</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>10</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>Fichier...</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="mDatabaseFileSelectBtn">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>280</x>
|
|
<y>120</y>
|
|
<width>31</width>
|
|
<height>22</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>...</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="mModifyDevParamsBtn">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>20</x>
|
|
<y>300</y>
|
|
<width>80</width>
|
|
<height>22</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Modifier</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QTextEdit" name="mDeviceDescriptionTxtEdit">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>180</y>
|
|
<width>291</width>
|
|
<height>101</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_3">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>160</y>
|
|
<width>81</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Description</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="mDatabaseGroupBox">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>620</x>
|
|
<y>100</y>
|
|
<width>851</width>
|
|
<height>491</height>
|
|
</rect>
|
|
</property>
|
|
<property name="title">
|
|
<string>Database</string>
|
|
</property>
|
|
<widget class="QLabel" name="mDBMessageNameLbl">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>270</x>
|
|
<y>30</y>
|
|
<width>381</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>10</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>Message Name: </string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="mDBMessageIDLbl">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>270</x>
|
|
<y>50</y>
|
|
<width>171</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>10</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>Message ID: </string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="mDBMessageLengthLbl">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>270</x>
|
|
<y>70</y>
|
|
<width>191</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>10</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>Message Length</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="mDBMessageNbSignalsLbl">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>270</x>
|
|
<y>90</y>
|
|
<width>171</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>10</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>Number of signals: </string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QListWidget" name="mDBMessagesListWidget">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>40</y>
|
|
<width>251</width>
|
|
<height>201</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="mDBMessageNameLbl_2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>1</x>
|
|
<y>23</y>
|
|
<width>171</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>8</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>Messages</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QTableWidget" name="mDBSignalDetailsTable">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>250</y>
|
|
<width>851</width>
|
|
<height>241</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|