|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
<ui version="4.0">
|
|
|
<class>ahbUartPluginUI</class>
|
|
|
<widget class="QWidget" name="ahbUartPluginUI">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>0</x>
|
|
|
<y>0</y>
|
|
|
<width>902</width>
|
|
|
<height>256</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="windowTitle">
|
|
|
<string>Form</string>
|
|
|
</property>
|
|
|
<layout class="QGridLayout" name="gridLayout_2">
|
|
|
<item row="5" column="0" colspan="3">
|
|
|
<widget class="QGroupBox" name="Statistiques">
|
|
|
<property name="title">
|
|
|
<string>Statistics</string>
|
|
|
</property>
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
<item row="0" column="2">
|
|
|
<widget class="QLCDNumber" name="WrBytesLCD">
|
|
|
<property name="digitCount">
|
|
|
<number>8</number>
|
|
|
</property>
|
|
|
<property name="segmentStyle">
|
|
|
<enum>QLCDNumber::Flat</enum>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item row="1" column="2">
|
|
|
<widget class="QLCDNumber" name="RdBytesLCD">
|
|
|
<property name="digitCount">
|
|
|
<number>8</number>
|
|
|
</property>
|
|
|
<property name="segmentStyle">
|
|
|
<enum>QLCDNumber::Flat</enum>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item row="1" column="0">
|
|
|
<widget class="QLabel" name="RdBytesLbl">
|
|
|
<property name="text">
|
|
|
<string>Read Bytes</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item row="0" column="0">
|
|
|
<widget class="QLabel" name="WrBytesLbl">
|
|
|
<property name="text">
|
|
|
<string>Writen Bytes</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
</layout>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item row="1" column="0">
|
|
|
<widget class="QLabel" name="label_2">
|
|
|
<property name="text">
|
|
|
<string>Port Speed</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item row="0" column="0">
|
|
|
<widget class="QLabel" name="label">
|
|
|
<property name="text">
|
|
|
<string>Port Name</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item row="0" column="2">
|
|
|
<widget class="QPushButton" name="rescanPorts">
|
|
|
<property name="text">
|
|
|
<string>SCAN</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item row="0" column="1">
|
|
|
<widget class="QLineEdit" name="PortName"/>
|
|
|
</item>
|
|
|
<item row="3" column="0">
|
|
|
<spacer name="verticalSpacer">
|
|
|
<property name="orientation">
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
</property>
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
<size>
|
|
|
<width>20</width>
|
|
|
<height>40</height>
|
|
|
</size>
|
|
|
</property>
|
|
|
</spacer>
|
|
|
</item>
|
|
|
<item row="3" column="1" colspan="2">
|
|
|
<widget class="QPushButton" name="OpenPort">
|
|
|
<property name="text">
|
|
|
<string>Open Port</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item row="1" column="1" colspan="2">
|
|
|
<widget class="QLineEdit" name="portSpeed">
|
|
|
<property name="inputMask">
|
|
|
<string>00000000</string>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string>115200</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item row="4" column="0">
|
|
|
<widget class="QLabel" name="label_3">
|
|
|
<property name="text">
|
|
|
<string>Detected Speed</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item row="4" column="1" colspan="2">
|
|
|
<widget class="QLabel" name="detectedSpeedLbl">
|
|
|
<property name="text">
|
|
|
<string/>
|
|
|
</property>
|
|
|
<property name="alignment">
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
</layout>
|
|
|
</widget>
|
|
|
<resources/>
|
|
|
<connections/>
|
|
|
</ui>
|
|
|
|