##// END OF EJS Templates
Started GR-ESB driver.
Started GR-ESB driver.

File last commit:

r22:02fe259f11db default
r22:02fe259f11db default
Show More
gr_esb_ui.ui
67 lines | 1.6 KiB | text/plain | TextLexer
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>GR_ESB_ui</class>
<widget class="QWidget" name="GR_ESB_ui">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>489</width>
<height>295</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="1" column="2">
<widget class="QLineEdit" name="GRESB_Port_lineEdit"/>
</item>
<item row="1" column="0">
<widget class="QLabel" name="GRESB_Port_Lbl">
<property name="text">
<string>GR-ESB Port</string>
</property>
</widget>
</item>
<item row="0" column="2">
<widget class="QLineEdit" name="GRESB_IP_lineEdit"/>
</item>
<item row="0" column="0">
<widget class="QLabel" name="GRESB_IP_Lbl">
<property name="text">
<string>GR-ESB IP Address</string>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="GRESB_LinkNum_Lbl">
<property name="text">
<string>Select link number</string>
</property>
</widget>
</item>
<item row="2" column="2">
<widget class="QComboBox" name="GRESB_LinkNum_CmBx">
<item>
<property name="text">
<string>SPW0</string>
</property>
</item>
<item>
<property name="text">
<string>SPW1</string>
</property>
</item>
<item>
<property name="text">
<string>SPW2</string>
</property>
</item>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>