gr_esb_ui.ui
322 lines
| 10.2 KiB
| text/plain
|
TextLexer
Jeandet Alexis
|
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> | ||||
Alexis Jeandet
|
r78 | <width>978</width> | ||
<height>518</height> | ||||
Jeandet Alexis
|
r22 | </rect> | ||
</property> | ||||
<property name="windowTitle"> | ||||
<string>Form</string> | ||||
</property> | ||||
Jeandet Alexis
|
r24 | <layout class="QVBoxLayout" name="verticalLayout"> | ||
<item> | ||||
<widget class="QTabWidget" name="tabWidget"> | ||||
<property name="toolTip"> | ||||
<string/> | ||||
Jeandet Alexis
|
r22 | </property> | ||
Jeandet Alexis
|
r24 | <property name="currentIndex"> | ||
<number>0</number> | ||||
Jeandet Alexis
|
r22 | </property> | ||
Jeandet Alexis
|
r24 | <widget class="QWidget" name="Config"> | ||
<property name="toolTip"> | ||||
<string><html><head/><body><p>The Config tab allows you to configure the Ethernet conncetion to the GR-ESB and some spacewire parameters.</p></body></html></string> | ||||
Jeandet Alexis
|
r22 | </property> | ||
Jeandet Alexis
|
r24 | <attribute name="title"> | ||
<string>Config</string> | ||||
</attribute> | ||||
<layout class="QGridLayout" name="gridLayout_2"> | ||||
Alexis Jeandet
|
r78 | <item row="4" column="2"> | ||
<widget class="QLineEdit" name="destinationAddressLineEdit"> | ||||
<property name="toolTip"> | ||||
<string><html><head/><body><p>Set the RMAP target address, this address will be used as destination address for all the RMAP transfers.</p><p>This is you SOC spw address.</p></body></html></string> | ||||
</property> | ||||
<property name="inputMask"> | ||||
<string comment="ddD"/> | ||||
</property> | ||||
<property name="text"> | ||||
<string>254</string> | ||||
</property> | ||||
<property name="maxLength"> | ||||
<number>3</number> | ||||
</property> | ||||
</widget> | ||||
</item> | ||||
<item row="11" column="0" colspan="3"> | ||||
<widget class="QWidget" name="widget" native="true"> | ||||
<layout class="QGridLayout" name="gridLayout"> | ||||
<item row="0" column="2"> | ||||
<widget class="QLabel" name="label_7"> | ||||
<property name="font"> | ||||
<font> | ||||
<weight>75</weight> | ||||
<bold>true</bold> | ||||
</font> | ||||
</property> | ||||
<property name="text"> | ||||
<string>Transmitted</string> | ||||
</property> | ||||
</widget> | ||||
</item> | ||||
<item row="1" column="1"> | ||||
<widget class="QLabel" name="ReceivedPackets"> | ||||
<property name="text"> | ||||
<string>-</string> | ||||
</property> | ||||
</widget> | ||||
</item> | ||||
<item row="2" column="2"> | ||||
<widget class="QLabel" name="TransmittedBytes"> | ||||
<property name="text"> | ||||
<string>-</string> | ||||
</property> | ||||
</widget> | ||||
</item> | ||||
<item row="2" column="0"> | ||||
<widget class="QLabel" name="label_5"> | ||||
<property name="text"> | ||||
<string>Bytes</string> | ||||
</property> | ||||
</widget> | ||||
</item> | ||||
<item row="2" column="1"> | ||||
<widget class="QLabel" name="ReceivedBytes"> | ||||
<property name="text"> | ||||
<string>-</string> | ||||
</property> | ||||
</widget> | ||||
</item> | ||||
<item row="1" column="2"> | ||||
<widget class="QLabel" name="TransmittedPackets"> | ||||
<property name="text"> | ||||
<string>-</string> | ||||
</property> | ||||
</widget> | ||||
</item> | ||||
<item row="0" column="1"> | ||||
<widget class="QLabel" name="label_3"> | ||||
<property name="font"> | ||||
<font> | ||||
<weight>75</weight> | ||||
<bold>true</bold> | ||||
</font> | ||||
</property> | ||||
<property name="text"> | ||||
<string>Received</string> | ||||
</property> | ||||
</widget> | ||||
</item> | ||||
<item row="1" column="0"> | ||||
<widget class="QLabel" name="label_4"> | ||||
<property name="text"> | ||||
<string>Packets</string> | ||||
</property> | ||||
</widget> | ||||
</item> | ||||
<item row="0" column="0"> | ||||
<widget class="QPushButton" name="resetStatsQpb"> | ||||
<property name="text"> | ||||
<string>Reset stats</string> | ||||
</property> | ||||
</widget> | ||||
</item> | ||||
</layout> | ||||
</widget> | ||||
</item> | ||||
<item row="3" column="2"> | ||||
<widget class="QLineEdit" name="sourceAddressLineEdit"> | ||||
<property name="toolTip"> | ||||
<string><html><head/><body><p>Set the Space Wire Brick destination Key, the default value is 32 (0x20).</p></body></html></string> | ||||
</property> | ||||
<property name="inputMask"> | ||||
<string comment="ddD"/> | ||||
</property> | ||||
<property name="text"> | ||||
<string>32</string> | ||||
</property> | ||||
<property name="maxLength"> | ||||
<number>3</number> | ||||
</property> | ||||
</widget> | ||||
</item> | ||||
<item row="8" column="2"> | ||||
<widget class="QLineEdit" name="RMAPTimeoutLineEdit"> | ||||
<property name="toolTip"> | ||||
<string><html><head/><body><p>Set the RMAP timeout, when waiting for a RMAP answer the driver will give up after this time if it doesn't get any answer.</p></body></html></string> | ||||
</property> | ||||
<property name="inputMethodHints"> | ||||
<set>Qt::ImhDigitsOnly</set> | ||||
</property> | ||||
<property name="inputMask"> | ||||
<string comment="DDdd;"/> | ||||
</property> | ||||
<property name="text"> | ||||
<string>500</string> | ||||
</property> | ||||
<property name="maxLength"> | ||||
<number>5</number> | ||||
</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> | ||||
<item row="4" column="0"> | ||||
<widget class="QLabel" name="RMAPaddressLbl"> | ||||
<property name="text"> | ||||
<string>Destination address</string> | ||||
</property> | ||||
</widget> | ||||
</item> | ||||
<item row="6" column="2"> | ||||
<widget class="QLineEdit" name="destinationKeyLineEdit"> | ||||
<property name="toolTip"> | ||||
<string><html><head/><body><p>Set the RMAP target key, this key will be used for all the RMAP transfers.</p><p>This is you SOC spw key.</p></body></html></string> | ||||
</property> | ||||
<property name="inputMask"> | ||||
<string comment="ddD"/> | ||||
</property> | ||||
<property name="text"> | ||||
<string comment="ddD">2</string> | ||||
</property> | ||||
<property name="maxLength"> | ||||
<number>3</number> | ||||
</property> | ||||
</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="1" column="2"> | ||||
Jeandet Alexis
|
r24 | <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> | ||||
Alexis Jeandet
|
r78 | <item row="3" column="0"> | ||
<widget class="QLabel" name="setDestKeyLbl"> | ||||
Jeandet Alexis
|
r24 | <property name="text"> | ||
Alexis Jeandet
|
r78 | <string>Source address</string> | ||
Jeandet Alexis
|
r24 | </property> | ||
</widget> | ||||
</item> | ||||
Alexis Jeandet
|
r78 | <item row="8" column="0"> | ||
<widget class="QLabel" name="RMAPTimeoutLbl"> | ||||
<property name="text"> | ||||
<string>RMAP timeout(ms)</string> | ||||
</property> | ||||
Jeandet Alexis
|
r24 | </widget> | ||
</item> | ||||
Alexis Jeandet
|
r78 | <item row="0" column="2"> | ||
Jeandet Alexis
|
r24 | <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> | ||||
Alexis Jeandet
|
r78 | <item row="6" column="0"> | ||
<widget class="QLabel" name="RMAPKeyLbl"> | ||||
<property name="text"> | ||||
<string>Destination key</string> | ||||
</property> | ||||
</widget> | ||||
</item> | ||||
Jeandet Alexis
|
r24 | <item row="0" column="0"> | ||
<widget class="QLabel" name="GRESB_IP_Lbl"> | ||||
<property name="text"> | ||||
<string>GR-ESB IP Address</string> | ||||
</property> | ||||
</widget> | ||||
</item> | ||||
Alexis Jeandet
|
r78 | <item row="10" column="0" colspan="3"> | ||
Jeandet Alexis
|
r25 | <widget class="QPushButton" name="connectQpb"> | ||
<property name="text"> | ||||
<string>Connect</string> | ||||
</property> | ||||
</widget> | ||||
</item> | ||||
Jeandet Alexis
|
r24 | </layout> | ||
</widget> | ||||
<widget class="QWidget" name="Web"> | ||||
<property name="toolTip"> | ||||
<string><html><head/><body><p>The Web tab gives access to the GR-ESB web interface.</p></body></html></string> | ||||
Jeandet Alexis
|
r22 | </property> | ||
Jeandet Alexis
|
r24 | <attribute name="title"> | ||
<string>Web</string> | ||||
</attribute> | ||||
<layout class="QHBoxLayout" name="horizontalLayout"> | ||||
<item> | ||||
Alexis Jeandet
|
r78 | <widget class="QWebView" name="WebView"/> | ||
Jeandet Alexis
|
r24 | </item> | ||
</layout> | ||||
</widget> | ||||
Jeandet Alexis
|
r22 | </widget> | ||
</item> | ||||
</layout> | ||||
</widget> | ||||
Jeandet Alexis
|
r24 | <customwidgets> | ||
<customwidget> | ||||
<class>QWebView</class> | ||||
<extends>QWidget</extends> | ||||
Alexis Jeandet
|
r78 | <header>QtWebKitWidgets/QWebView</header> | ||
Jeandet Alexis
|
r24 | <container>1</container> | ||
</customwidget> | ||||
</customwidgets> | ||||
Jeandet Alexis
|
r22 | <resources/> | ||
<connections/> | ||||
</ui> | ||||