##// END OF EJS Templates
Removed lppserial from ahbuart now uses the one provided by socexplorercommon.
Removed lppserial from ahbuart now uses the one provided by socexplorercommon.

File last commit:

r26:5e1f92d2bac2 default
r27:8bc9664f2835 default
Show More
apbuart_plugin_ui.ui
82 lines | 2.3 KiB | text/plain | TextLexer
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>APBUART_Plugin_ui</class>
<widget class="QWidget" name="APBUART_Plugin_ui">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>300</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QTabWidget" name="TabWidget">
<property name="currentIndex">
<number>0</number>
</property>
<widget class="QWidget" name="Config">
<attribute name="title">
<string>Configuration</string>
</attribute>
<layout class="QGridLayout" name="gridLayout">
<item row="1" column="1">
<widget class="QLineEdit" name="PortNameLineEdit"/>
</item>
<item row="0" column="0" colspan="2">
<widget class="QCheckBox" name="FIFODebugChkBx">
<property name="text">
<string>Enable FIFO debug mode</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="PortNameLbl">
<property name="text">
<string>Port Name</string>
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="QLabel" name="UartSpeedLbl">
<property name="text">
<string>Uart Speed</string>
</property>
</widget>
</item>
<item row="4" column="1">
<widget class="QPushButton" name="ConnectQpb">
<property name="text">
<string>Open Port</string>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="QLineEdit" name="UartSpeedLineEdit"/>
</item>
</layout>
</widget>
<widget class="QWidget" name="Terminal">
<attribute name="title">
<string>Terminal</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QTextEdit" name="UART_TERM"/>
</item>
</layout>
</widget>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>