##// END OF EJS Templates
Removed APBUartPlugin bug (when switching between debug and non debug link)....
Removed APBUartPlugin bug (when switching between debug and non debug link). Added APBUart Python wrapper.

File last commit:

r25:8fdbbdd7a3a4 default
r34:ccd56e93ef09 default
Show More
gr_esb_ui.ui
146 lines | 4.2 KiB | text/plain | TextLexer
Jeandet Alexis
Started GR-ESB driver.
r22 <?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>
Jeandet Alexis
Some work on GRESB driver for spwplugin.
r25 <width>968</width>
<height>392</height>
Jeandet Alexis
Started GR-ESB driver.
r22 </rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
Jeandet Alexis
Sync
r24 <layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QTabWidget" name="tabWidget">
<property name="toolTip">
<string/>
Jeandet Alexis
Started GR-ESB driver.
r22 </property>
Jeandet Alexis
Sync
r24 <property name="currentIndex">
<number>0</number>
Jeandet Alexis
Started GR-ESB driver.
r22 </property>
Jeandet Alexis
Sync
r24 <widget class="QWidget" name="Config">
<property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The Config tab allows you to configure the Ethernet conncetion to the GR-ESB and some spacewire parameters.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
Jeandet Alexis
Started GR-ESB driver.
r22 </property>
Jeandet Alexis
Sync
r24 <attribute name="title">
<string>Config</string>
</attribute>
<layout class="QGridLayout" name="gridLayout_2">
<item row="1" column="1">
<widget class="QComboBox" name="GRESB_Vlink_CmBx">
<item>
<property name="text">
<string>Virtual link 0</string>
</property>
</item>
<item>
<property name="text">
<string>Virtual link 1</string>
</property>
</item>
<item>
<property name="text">
<string>Virtual link 2</string>
</property>
</item>
<item>
<property name="text">
<string>Virtual link 3</string>
</property>
</item>
<item>
<property name="text">
<string>Virtual link 4</string>
</property>
</item>
<item>
<property name="text">
<string>Virtual link 5</string>
</property>
</item>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="GRESB_Vlink_Lbl">
<property name="text">
<string>GR-ESB Virtual link</string>
</property>
</widget>
</item>
<item row="2" column="1">
<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>
<item row="0" column="1">
<widget class="QLineEdit" name="GRESB_IP_lineEdit"/>
</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="0" column="0">
<widget class="QLabel" name="GRESB_IP_Lbl">
<property name="text">
<string>GR-ESB IP Address</string>
</property>
</widget>
</item>
Jeandet Alexis
Some work on GRESB driver for spwplugin.
r25 <item row="3" column="0" colspan="2">
<widget class="QPushButton" name="connectQpb">
<property name="text">
<string>Connect</string>
</property>
</widget>
</item>
Jeandet Alexis
Sync
r24 </layout>
</widget>
<widget class="QWidget" name="Web">
<property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The Web tab gives access to the GR-ESB web interface.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
Jeandet Alexis
Started GR-ESB driver.
r22 </property>
Jeandet Alexis
Sync
r24 <attribute name="title">
<string>Web</string>
</attribute>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QWebView" name="WebView" native="true"/>
</item>
</layout>
</widget>
Jeandet Alexis
Started GR-ESB driver.
r22 </widget>
</item>
</layout>
</widget>
Jeandet Alexis
Sync
r24 <customwidgets>
<customwidget>
<class>QWebView</class>
<extends>QWidget</extends>
<header location="global">QWebView</header>
<container>1</container>
</customwidget>
</customwidgets>
Jeandet Alexis
Started GR-ESB driver.
r22 <resources/>
<connections/>
</ui>