|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
<ui version="4.0">
|
|
|
<class>StarDundeeUI</class>
|
|
|
<widget class="QWidget" name="StarDundeeUI">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>0</x>
|
|
|
<y>0</y>
|
|
|
<width>397</width>
|
|
|
<height>243</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="windowTitle">
|
|
|
<string>Form</string>
|
|
|
</property>
|
|
|
<layout class="QFormLayout" name="formLayout">
|
|
|
<item row="0" column="0">
|
|
|
<widget class="QLabel" name="selectBrickLbl">
|
|
|
<property name="text">
|
|
|
<string>Select Brick</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item row="0" column="1">
|
|
|
<widget class="QComboBox" name="selectBrickCmbx">
|
|
|
<property name="toolTip">
|
|
|
<string><html><head/><body><p>Select the brick you want to use.</p></body></html></string>
|
|
|
</property>
|
|
|
<property name="whatsThis">
|
|
|
<string/>
|
|
|
</property>
|
|
|
<item>
|
|
|
<property name="text">
|
|
|
<string>None</string>
|
|
|
</property>
|
|
|
</item>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item row="1" column="0">
|
|
|
<widget class="QLabel" name="selectLinkLbl">
|
|
|
<property name="text">
|
|
|
<string>Select link number</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item row="1" column="1">
|
|
|
<widget class="QComboBox" name="selectLinkCmbx">
|
|
|
<property name="toolTip">
|
|
|
<string><html><head/><body><p>Select the link number you want to use.</p><p>The link number correspond to the numbers on the brick:</p><p><img src=":/imgs/stardundee.tif"/></p><p><br/></p></body></html></string>
|
|
|
</property>
|
|
|
<item>
|
|
|
<property name="text">
|
|
|
<string>1</string>
|
|
|
</property>
|
|
|
</item>
|
|
|
<item>
|
|
|
<property name="text">
|
|
|
<string>2</string>
|
|
|
</property>
|
|
|
</item>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item row="2" column="0">
|
|
|
<widget class="QLabel" name="selectLinkSpeedLbl">
|
|
|
<property name="text">
|
|
|
<string>Link Speed</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item row="2" column="1">
|
|
|
<widget class="QComboBox" name="setLinkSpeedCmbx">
|
|
|
<property name="toolTip">
|
|
|
<string><html><head/><body><p>Select the Space Wire link speed you want to use.</p></body></html></string>
|
|
|
</property>
|
|
|
<item>
|
|
|
<property name="text">
|
|
|
<string>10MHz</string>
|
|
|
</property>
|
|
|
</item>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item row="3" column="0">
|
|
|
<widget class="QLabel" name="setDestKeyLbl">
|
|
|
<property name="text">
|
|
|
<string>Destination key</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item row="3" column="1">
|
|
|
<widget class="QLineEdit" name="destKeyLineEdit">
|
|
|
<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="4" column="0">
|
|
|
<widget class="QLabel" name="RMAPaddressLbl">
|
|
|
<property name="text">
|
|
|
<string>RMAP Target address</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item row="4" column="1">
|
|
|
<widget class="QLineEdit" name="RMAPAddresslineEdit">
|
|
|
<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="5" column="0">
|
|
|
<widget class="QLabel" name="RMAPKeyLbl">
|
|
|
<property name="text">
|
|
|
<string>RMAP Target key</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item row="5" column="1">
|
|
|
<widget class="QLineEdit" name="RMAPKeylineEdit">
|
|
|
<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="7" column="1">
|
|
|
<widget class="QPushButton" name="connectQpb">
|
|
|
<property name="text">
|
|
|
<string>Connect</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item row="6" column="1">
|
|
|
<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="6" column="0">
|
|
|
<widget class="QLabel" name="RMAPTimeoutLbl">
|
|
|
<property name="text">
|
|
|
<string>RMAP timeout(ms)</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
</layout>
|
|
|
</widget>
|
|
|
<resources/>
|
|
|
<connections/>
|
|
|
</ui>
|
|
|
|