203 lines
4.7 KiB
XML
203 lines
4.7 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>CCANWatchdogSettingsPage</class>
|
|
<widget class="QWidget" name="CCANWatchdogSettingsPage">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>1085</width>
|
|
<height>544</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Form</string>
|
|
</property>
|
|
<widget class="QLabel" name="mCANWatchdogPageTitle">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>310</x>
|
|
<y>10</y>
|
|
<width>381</width>
|
|
<height>31</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>12</pointsize>
|
|
<weight>75</weight>
|
|
<bold>true</bold>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>CAN Watchdog</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="mCANWatchdogDevIDLbl">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>110</x>
|
|
<y>140</y>
|
|
<width>111</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>10</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>CAN Device ID:</string>
|
|
</property>
|
|
<property name="scaledContents">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="mCANWatchdogBaudrateLbl">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>120</x>
|
|
<y>180</y>
|
|
<width>91</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>10</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>CAN Baudrate:</string>
|
|
</property>
|
|
<property name="scaledContents">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QSpinBox" name="mCANWatchdogDeviceIDSpinBx">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>230</x>
|
|
<y>140</y>
|
|
<width>61</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
<property name="minimum">
|
|
<number>1</number>
|
|
</property>
|
|
<property name="maximum">
|
|
<number>255</number>
|
|
</property>
|
|
</widget>
|
|
<widget class="QComboBox" name="mCANWatchdogBaudrateComboBx">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>230</x>
|
|
<y>180</y>
|
|
<width>161</width>
|
|
<height>22</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="mCANWatchdogTimeoutLbl">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>60</x>
|
|
<y>220</y>
|
|
<width>151</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>10</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>Watchdog Timeout (ms):</string>
|
|
</property>
|
|
<property name="scaledContents">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QSpinBox" name="mCANWatchdogTimeoutSpinBx">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>230</x>
|
|
<y>220</y>
|
|
<width>151</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
<property name="minimum">
|
|
<number>1</number>
|
|
</property>
|
|
<property name="maximum">
|
|
<number>100000</number>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="mCANWatchdogChangBtn">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>240</x>
|
|
<y>280</y>
|
|
<width>80</width>
|
|
<height>22</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Modifier</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="mCANWatchdogCancelBtn">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>130</x>
|
|
<y>280</y>
|
|
<width>80</width>
|
|
<height>22</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Annuler</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>50</x>
|
|
<y>100</y>
|
|
<width>371</width>
|
|
<height>231</height>
|
|
</rect>
|
|
</property>
|
|
<property name="title">
|
|
<string>Paramètres de la puck Watchdog</string>
|
|
</property>
|
|
</widget>
|
|
<zorder>groupBox</zorder>
|
|
<zorder>mCANWatchdogPageTitle</zorder>
|
|
<zorder>mCANWatchdogDevIDLbl</zorder>
|
|
<zorder>mCANWatchdogBaudrateLbl</zorder>
|
|
<zorder>mCANWatchdogDeviceIDSpinBx</zorder>
|
|
<zorder>mCANWatchdogBaudrateComboBx</zorder>
|
|
<zorder>mCANWatchdogTimeoutLbl</zorder>
|
|
<zorder>mCANWatchdogTimeoutSpinBx</zorder>
|
|
<zorder>mCANWatchdogChangBtn</zorder>
|
|
<zorder>mCANWatchdogCancelBtn</zorder>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|