You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>MainWindow</class> <widget class="QMainWindow" name="MainWindow"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>1269</width> <height>787</height> </rect> </property> <property name="windowTitle"> <string>MainWindow</string> </property> <widget class="QWidget" name="centralwidget"> <widget class="QTextBrowser" name="logbrowser"> <property name="geometry"> <rect> <x>10</x> <y>490</y> <width>981</width> <height>251</height> </rect> </property> </widget> <widget class="QPushButton" name="ClearLogButton"> <property name="geometry"> <rect> <x>10</x> <y>450</y> <width>91</width> <height>31</height> </rect> </property> <property name="text"> <string>ClearLog</string> </property> </widget> <widget class="QPushButton" name="Connect2XsyncButton"> <property name="geometry"> <rect> <x>0</x> <y>10</y> <width>91</width> <height>31</height> </rect> </property> <property name="text"> <string>Connect2Xsync</string> </property> </widget> <widget class="QLineEdit" name="IpInput"> <property name="geometry"> <rect> <x>100</x> <y>10</y> <width>111</width> <height>31</height> </rect> </property> <property name="font"> <font> <weight>75</weight> <bold>true</bold> </font> </property> <property name="text"> <string>192.168.8.10</string> </property> <property name="readOnly"> <bool>false</bool> </property> </widget> <widget class="QTextBrowser" name="TimecodeDisplayer"> <property name="geometry"> <rect> <x>470</x> <y>10</y> <width>141</width> <height>31</height> </rect> </property> </widget> <widget class="QTextBrowser" name="CameraSyncIndex"> <property name="geometry"> <rect> <x>620</x> <y>10</y> <width>141</width> <height>31</height> </rect> </property> </widget> <widget class="QTabWidget" name="tabWidget"> <property name="geometry"> <rect> <x>10</x> <y>50</y> <width>951</width> <height>391</height> </rect> </property> <property name="currentIndex"> <number>6</number> </property> <widget class="QWidget" name="tab"> <attribute name="title"> <string>寄存器1</string> </attribute> <widget class="QScrollArea" name="scrollArea"> <property name="geometry"> <rect> <x>110</x> <y>10</y> <width>671</width> <height>311</height> </rect> </property> <property name="minimumSize"> <size> <width>0</width> <height>0</height> </size> </property> <property name="sizeIncrement"> <size> <width>0</width> <height>0</height> </size> </property> <property name="baseSize"> <size> <width>0</width> <height>0</height> </size> </property> <property name="verticalScrollBarPolicy"> <enum>Qt::ScrollBarAlwaysOn</enum> </property> <property name="horizontalScrollBarPolicy"> <enum>Qt::ScrollBarAlwaysOn</enum> </property> <property name="sizeAdjustPolicy"> <enum>QAbstractScrollArea::AdjustIgnored</enum> </property> <property name="widgetResizable"> <bool>true</bool> </property> <widget class="QWidget" name="scrollAreaWidgetContents"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>652</width> <height>3000</height> </rect> </property> <property name="minimumSize"> <size> <width>0</width> <height>3000</height> </size> </property> <widget class="QWidget" name="gridLayoutWidget"> <property name="geometry"> <rect> <x>20</x> <y>10</y> <width>581</width> <height>91</height> </rect> </property> <layout class="QGridLayout" name="reg_table"> <property name="sizeConstraint"> <enum>QLayout::SetNoConstraint</enum> </property> </layout> </widget> </widget> </widget> <widget class="QPushButton" name="RefreshRegsButton"> <property name="geometry"> <rect> <x>10</x> <y>10</y> <width>91</width> <height>31</height> </rect> </property> <property name="text"> <string>RefreshRegs</string> </property> </widget> </widget> <widget class="QWidget" name="tab_2"> <attribute name="title"> <string>基础功能</string> </attribute> <widget class="QPushButton" name="GenNewMac"> <property name="geometry"> <rect> <x>20</x> <y>20</y> <width>101</width> <height>31</height> </rect> </property> <property name="text"> <string>GenNewMac</string> </property> </widget> <widget class="QPushButton" name="FactoryReset"> <property name="geometry"> <rect> <x>20</x> <y>60</y> <width>101</width> <height>31</height> </rect> </property> <property name="text"> <string>FactoryReset</string> </property> </widget> <widget class="QPushButton" name="Reboot"> <property name="geometry"> <rect> <x>20</x> <y>100</y> <width>101</width> <height>31</height> </rect> </property> <property name="text"> <string>Reboot</string> </property> </widget> <widget class="QPushButton" name="ChangeNetCfg"> <property name="geometry"> <rect> <x>20</x> <y>140</y> <width>101</width> <height>31</height> </rect> </property> <property name="text"> <string>ChangeNetCfg</string> </property> </widget> <widget class="QLineEdit" name="ChangeNetCfg_ip"> <property name="geometry"> <rect> <x>130</x> <y>140</y> <width>111</width> <height>31</height> </rect> </property> <property name="font"> <font> <weight>75</weight> <bold>true</bold> </font> </property> <property name="text"> <string>192.168.8.10</string> </property> <property name="readOnly"> <bool>false</bool> </property> </widget> <widget class="QLineEdit" name="ChangeNetCfg_mask"> <property name="geometry"> <rect> <x>250</x> <y>140</y> <width>111</width> <height>31</height> </rect> </property> <property name="font"> <font> <weight>75</weight> <bold>true</bold> </font> </property> <property name="text"> <string>255.255.255.0</string> </property> <property name="readOnly"> <bool>false</bool> </property> </widget> <widget class="QLineEdit" name="ChangeNetCfg_gateway"> <property name="geometry"> <rect> <x>370</x> <y>140</y> <width>111</width> <height>31</height> </rect> </property> <property name="font"> <font> <weight>75</weight> <bold>true</bold> </font> </property> <property name="text"> <string>192.168.8.1</string> </property> <property name="readOnly"> <bool>false</bool> </property> </widget> <widget class="QPushButton" name="WriteReg"> <property name="geometry"> <rect> <x>20</x> <y>180</y> <width>101</width> <height>31</height> </rect> </property> <property name="text"> <string>WriteReg</string> </property> </widget> <widget class="QPushButton" name="ReadReg"> <property name="geometry"> <rect> <x>20</x> <y>220</y> <width>101</width> <height>31</height> </rect> </property> <property name="text"> <string>ReadReg</string> </property> </widget> <widget class="QLineEdit" name="RegAdd"> <property name="geometry"> <rect> <x>130</x> <y>200</y> <width>111</width> <height>31</height> </rect> </property> <property name="font"> <font> <weight>75</weight> <bold>true</bold> </font> </property> <property name="text"> <string>0x0</string> </property> <property name="readOnly"> <bool>false</bool> </property> </widget> <widget class="QLineEdit" name="RegVal"> <property name="geometry"> <rect> <x>250</x> <y>200</y> <width>111</width> <height>31</height> </rect> </property> <property name="font"> <font> <weight>75</weight> <bold>true</bold> </font> </property> <property name="text"> <string>0</string> </property> <property name="readOnly"> <bool>false</bool> </property> </widget> </widget> <widget class="QWidget" name="tab_3"> <attribute name="title"> <string>TTL输出模块</string> </attribute> <widget class="QComboBox" name="TTLOutputMoudle_ID"> <property name="geometry"> <rect> <x>30</x> <y>31</y> <width>81</width> <height>31</height> </rect> </property> <property name="currentIndex"> <number>-1</number> </property> </widget> <widget class="QComboBox" name="TTLOutputMoudle_InputSigType"> <property name="geometry"> <rect> <x>220</x> <y>80</y> <width>241</width> <height>31</height> </rect> </property> <property name="currentIndex"> <number>-1</number> </property> </widget> <widget class="QComboBox" name="TTLOutputMoudle_OutputSigType"> <property name="geometry"> <rect> <x>220</x> <y>130</y> <width>241</width> <height>31</height> </rect> </property> </widget> <widget class="QLineEdit" name="TTLOutputMoudle_TriggerModePulseWidth"> <property name="geometry"> <rect> <x>220</x> <y>180</y> <width>241</width> <height>31</height> </rect> </property> <property name="font"> <font> <weight>75</weight> <bold>true</bold> </font> </property> <property name="text"> <string/> </property> <property name="readOnly"> <bool>false</bool> </property> </widget> <widget class="QLineEdit" name="TTLOutputMoudle_TriggerModePulseDelay"> <property name="geometry"> <rect> <x>220</x> <y>230</y> <width>241</width> <height>31</height> </rect> </property> <property name="font"> <font> <weight>75</weight> <bold>true</bold> </font> </property> <property name="text"> <string/> </property> <property name="readOnly"> <bool>false</bool> </property> </widget> <widget class="QPushButton" name="TTLOutputMoudle_Update"> <property name="geometry"> <rect> <x>500</x> <y>130</y> <width>151</width> <height>41</height> </rect> </property> <property name="text"> <string>Update</string> </property> </widget> <widget class="QLabel" name="label"> <property name="geometry"> <rect> <x>30</x> <y>80</y> <width>101</width> <height>31</height> </rect> </property> <property name="text"> <string>InputSigType</string> </property> </widget> <widget class="QLabel" name="label_2"> <property name="geometry"> <rect> <x>30</x> <y>180</y> <width>161</width> <height>31</height> </rect> </property> <property name="text"> <string>TriggerModePulseWidth(ms)</string> </property> </widget> <widget class="QLabel" name="label_3"> <property name="geometry"> <rect> <x>30</x> <y>230</y> <width>151</width> <height>31</height> </rect> </property> <property name="text"> <string>TriggerModePulseDelay(ms)</string> </property> </widget> <widget class="QLabel" name="label_4"> <property name="geometry"> <rect> <x>30</x> <y>130</y> <width>101</width> <height>31</height> </rect> </property> <property name="text"> <string>OutputSigType</string> </property> </widget> <widget class="QPushButton" name="TTLOutputMoudle_Read"> <property name="geometry"> <rect> <x>500</x> <y>80</y> <width>151</width> <height>41</height> </rect> </property> <property name="text"> <string>Read</string> </property> </widget> </widget> <widget class="QWidget" name="tab_4"> <attribute name="title"> <string>信号生成器</string> </attribute> <widget class="QLabel" name="label_5"> <property name="geometry"> <rect> <x>20</x> <y>30</y> <width>101</width> <height>31</height> </rect> </property> <property name="text"> <string>ControlMode</string> </property> </widget> <widget class="QLabel" name="label_6"> <property name="geometry"> <rect> <x>20</x> <y>70</y> <width>141</width> <height>31</height> </rect> </property> <property name="text"> <string>Timecode(hh:mm:ss:ff)</string> </property> </widget> <widget class="QLabel" name="label_7"> <property name="geometry"> <rect> <x>20</x> <y>110</y> <width>191</width> <height>31</height> </rect> </property> <property name="text"> <string>AutoStartTimecode(hh:mm:ss:ff)</string> </property> </widget> <widget class="QLabel" name="label_9"> <property name="geometry"> <rect> <x>20</x> <y>150</y> <width>101</width> <height>31</height> </rect> </property> <property name="text"> <string>GenlockFormat</string> </property> </widget> <widget class="QLabel" name="label_10"> <property name="geometry"> <rect> <x>20</x> <y>190</y> <width>101</width> <height>31</height> </rect> </property> <property name="text"> <string>TimecodeFormat</string> </property> </widget> <widget class="QComboBox" name="SigGenerator_ControlMode"> <property name="geometry"> <rect> <x>240</x> <y>30</y> <width>241</width> <height>31</height> </rect> </property> <property name="currentIndex"> <number>-1</number> </property> </widget> <widget class="QComboBox" name="SigGenerator_GenlockFormat"> <property name="geometry"> <rect> <x>240</x> <y>150</y> <width>241</width> <height>31</height> </rect> </property> <property name="currentIndex"> <number>-1</number> </property> </widget> <widget class="QComboBox" name="SigGenerator_TimecodeFormat"> <property name="geometry"> <rect> <x>240</x> <y>190</y> <width>241</width> <height>31</height> </rect> </property> <property name="currentIndex"> <number>-1</number> </property> </widget> <widget class="QLineEdit" name="SigGenerator_Timecode"> <property name="geometry"> <rect> <x>240</x> <y>70</y> <width>241</width> <height>31</height> </rect> </property> <property name="font"> <font> <weight>75</weight> <bold>true</bold> </font> </property> <property name="text"> <string/> </property> <property name="readOnly"> <bool>false</bool> </property> </widget> <widget class="QLineEdit" name="SigGenerator_AutoStartTimecode"> <property name="geometry"> <rect> <x>240</x> <y>110</y> <width>241</width> <height>31</height> </rect> </property> <property name="font"> <font> <weight>75</weight> <bold>true</bold> </font> </property> <property name="text"> <string/> </property> <property name="readOnly"> <bool>false</bool> </property> </widget> <widget class="QPushButton" name="SigGenerator_Read"> <property name="geometry"> <rect> <x>530</x> <y>30</y> <width>151</width> <height>41</height> </rect> </property> <property name="text"> <string>Read</string> </property> </widget> <widget class="QPushButton" name="SigGenerator_Update"> <property name="geometry"> <rect> <x>530</x> <y>80</y> <width>151</width> <height>41</height> </rect> </property> <property name="text"> <string>Update</string> </property> </widget> <widget class="QPushButton" name="SigGenerator_Start"> <property name="geometry"> <rect> <x>530</x> <y>130</y> <width>151</width> <height>41</height> </rect> </property> <property name="text"> <string>启动</string> </property> </widget> <widget class="QPushButton" name="SigGenerator_Stop"> <property name="geometry"> <rect> <x>530</x> <y>180</y> <width>151</width> <height>41</height> </rect> </property> <property name="text"> <string>停止</string> </property> </widget> <widget class="QTextBrowser" name="SigGenerator_WorkState"> <property name="geometry"> <rect> <x>240</x> <y>230</y> <width>141</width> <height>31</height> </rect> </property> </widget> <widget class="QLabel" name="label_11"> <property name="geometry"> <rect> <x>20</x> <y>230</y> <width>101</width> <height>31</height> </rect> </property> <property name="text"> <string>WorkState</string> </property> </widget> </widget> <widget class="QWidget" name="tab_5"> <attribute name="title"> <string>TIMECODE输出模块</string> </attribute> <widget class="QLabel" name="label_8"> <property name="geometry"> <rect> <x>30</x> <y>210</y> <width>151</width> <height>31</height> </rect> </property> <property name="text"> <string>TimecodeFormat</string> </property> </widget> <widget class="QLabel" name="label_12"> <property name="geometry"> <rect> <x>30</x> <y>60</y> <width>101</width> <height>31</height> </rect> </property> <property name="text"> <string>TriggerSigType</string> </property> </widget> <widget class="QPushButton" name="TimecodeOutputModule_Update"> <property name="geometry"> <rect> <x>500</x> <y>110</y> <width>151</width> <height>41</height> </rect> </property> <property name="text"> <string>Update</string> </property> </widget> <widget class="QLabel" name="label_13"> <property name="geometry"> <rect> <x>30</x> <y>110</y> <width>101</width> <height>31</height> </rect> </property> <property name="text"> <string>BncOutLevel</string> </property> </widget> <widget class="QLabel" name="label_14"> <property name="geometry"> <rect> <x>30</x> <y>160</y> <width>161</width> <height>31</height> </rect> </property> <property name="text"> <string>HeadphoneOutLevel</string> </property> </widget> <widget class="QPushButton" name="TimecodeOutputModule_Read"> <property name="geometry"> <rect> <x>500</x> <y>60</y> <width>151</width> <height>41</height> </rect> </property> <property name="text"> <string>Read</string> </property> </widget> <widget class="QComboBox" name="TimecodeOutputModule_TimecodeSrcSelect"> <property name="geometry"> <rect> <x>220</x> <y>60</y> <width>241</width> <height>31</height> </rect> </property> <property name="currentIndex"> <number>-1</number> </property> </widget> <widget class="QComboBox" name="TimecodeOutputModule_BncOutputLevel"> <property name="geometry"> <rect> <x>220</x> <y>110</y> <width>241</width> <height>31</height> </rect> </property> </widget> <widget class="QComboBox" name="TimecodeOutputModule_HeadphoneOutputLevel"> <property name="geometry"> <rect> <x>220</x> <y>160</y> <width>241</width> <height>31</height> </rect> </property> </widget> <widget class="QComboBox" name="TimecodeOutputModule_TimecodeFormat"> <property name="geometry"> <rect> <x>220</x> <y>210</y> <width>241</width> <height>31</height> </rect> </property> </widget> <widget class="QLabel" name="label_15"> <property name="geometry"> <rect> <x>30</x> <y>260</y> <width>151</width> <height>31</height> </rect> </property> <property name="text"> <string>Timecode</string> </property> </widget> <widget class="QLineEdit" name="TimecodeOutputModule_TimecodeNow"> <property name="geometry"> <rect> <x>220</x> <y>260</y> <width>241</width> <height>31</height> </rect> </property> <property name="font"> <font> <weight>75</weight> <bold>true</bold> </font> </property> <property name="text"> <string/> </property> <property name="readOnly"> <bool>false</bool> </property> </widget> </widget> <widget class="QWidget" name="tab_6"> <attribute name="title"> <string>相机同步消息上报</string> </attribute> <widget class="QComboBox" name="CameraSyncPacketGeneratorModule_TriggerSig"> <property name="geometry"> <rect> <x>210</x> <y>50</y> <width>241</width> <height>31</height> </rect> </property> <property name="currentIndex"> <number>-1</number> </property> </widget> <widget class="QPushButton" name="CameraSyncPacketGeneratorModule_Read"> <property name="geometry"> <rect> <x>490</x> <y>50</y> <width>151</width> <height>41</height> </rect> </property> <property name="text"> <string>Read</string> </property> </widget> <widget class="QLabel" name="label_16"> <property name="geometry"> <rect> <x>20</x> <y>50</y> <width>101</width> <height>31</height> </rect> </property> <property name="text"> <string>TriggerSigType</string> </property> </widget> <widget class="QPushButton" name="CameraSyncPacketGeneratorModule_Update"> <property name="geometry"> <rect> <x>490</x> <y>100</y> <width>151</width> <height>41</height> </rect> </property> <property name="text"> <string>Update</string> </property> </widget> <widget class="QPushButton" name="CameraSyncPacketGeneratorModule_ClearPacketIndex"> <property name="geometry"> <rect> <x>490</x> <y>150</y> <width>151</width> <height>41</height> </rect> </property> <property name="text"> <string>清零包序号</string> </property> </widget> <widget class="QLineEdit" name="CameraSyncPacketGeneratorModule_ReportPeriod"> <property name="geometry"> <rect> <x>210</x> <y>100</y> <width>241</width> <height>31</height> </rect> </property> <property name="font"> <font> <weight>75</weight> <bold>true</bold> </font> </property> <property name="text"> <string/> </property> <property name="readOnly"> <bool>false</bool> </property> </widget> <widget class="QLabel" name="label_17"> <property name="geometry"> <rect> <x>20</x> <y>100</y> <width>151</width> <height>31</height> </rect> </property> <property name="text"> <string>ReportPeriodCount</string> </property> </widget> <widget class="QLabel" name="label_18"> <property name="geometry"> <rect> <x>20</x> <y>150</y> <width>151</width> <height>31</height> </rect> </property> <property name="text"> <string>Index</string> </property> </widget> <widget class="QTextBrowser" name="CameraSyncPacketGeneratorModule_PacketIndex"> <property name="geometry"> <rect> <x>210</x> <y>150</y> <width>241</width> <height>31</height> </rect> </property> </widget> </widget> <widget class="QWidget" name="tab_7"> <attribute name="title"> <string>时码输入模块</string> </attribute> <widget class="QComboBox" name="TimecodeInputModule_Format"> <property name="geometry"> <rect> <x>250</x> <y>90</y> <width>241</width> <height>31</height> </rect> </property> </widget> <widget class="QComboBox" name="TimecodeInputModule_TriggerSigType"> <property name="geometry"> <rect> <x>250</x> <y>40</y> <width>241</width> <height>31</height> </rect> </property> <property name="currentIndex"> <number>-1</number> </property> </widget> <widget class="QPushButton" name="TimecodeInputModule_Update"> <property name="geometry"> <rect> <x>530</x> <y>90</y> <width>151</width> <height>41</height> </rect> </property> <property name="text"> <string>Update</string> </property> </widget> <widget class="QLabel" name="label_20"> <property name="geometry"> <rect> <x>60</x> <y>90</y> <width>151</width> <height>31</height> </rect> </property> <property name="text"> <string>TimecodeFormat</string> </property> </widget> <widget class="QPushButton" name="TimecodeInputModule_Read"> <property name="geometry"> <rect> <x>530</x> <y>40</y> <width>151</width> <height>41</height> </rect> </property> <property name="text"> <string>Read</string> </property> </widget> <widget class="QLabel" name="label_21"> <property name="geometry"> <rect> <x>60</x> <y>40</y> <width>101</width> <height>31</height> </rect> </property> <property name="text"> <string>TriggerSigType</string> </property> </widget> <widget class="QLabel" name="label_22"> <property name="geometry"> <rect> <x>60</x> <y>140</y> <width>151</width> <height>31</height> </rect> </property> <property name="text"> <string>Timecode</string> </property> </widget> <widget class="QLineEdit" name="TimecodeInputModule_Timecode"> <property name="geometry"> <rect> <x>250</x> <y>140</y> <width>241</width> <height>31</height> </rect> </property> <property name="font"> <font> <weight>75</weight> <bold>true</bold> </font> </property> <property name="text"> <string/> </property> <property name="readOnly"> <bool>false</bool> </property> </widget> </widget> <widget class="QWidget" name="tab_8"> <attribute name="title"> <string>TTL输入</string> </attribute> <widget class="QLabel" name="label_23"> <property name="geometry"> <rect> <x>30</x> <y>70</y> <width>101</width> <height>31</height> </rect> </property> <property name="text"> <string>En</string> </property> </widget> <widget class="QPushButton" name="TTLInputModule_Update"> <property name="geometry"> <rect> <x>500</x> <y>120</y> <width>151</width> <height>41</height> </rect> </property> <property name="text"> <string>Update</string> </property> </widget> <widget class="QLabel" name="label_24"> <property name="geometry"> <rect> <x>30</x> <y>120</y> <width>101</width> <height>31</height> </rect> </property> <property name="text"> <string>FilterFactor(us)</string> </property> </widget> <widget class="QLabel" name="label_25"> <property name="geometry"> <rect> <x>30</x> <y>170</y> <width>161</width> <height>31</height> </rect> </property> <property name="text"> <string>DivideFactor(count)</string> </property> </widget> <widget class="QLineEdit" name="TTLInputModule_DivideFactor"> <property name="geometry"> <rect> <x>220</x> <y>170</y> <width>241</width> <height>31</height> </rect> </property> <property name="font"> <font> <weight>75</weight> <bold>true</bold> </font> </property> <property name="text"> <string/> </property> <property name="readOnly"> <bool>false</bool> </property> </widget> <widget class="QPushButton" name="TTLInputModule_Read"> <property name="geometry"> <rect> <x>500</x> <y>70</y> <width>151</width> <height>41</height> </rect> </property> <property name="text"> <string>Read</string> </property> </widget> <widget class="QComboBox" name="TTLInputModule_Index"> <property name="geometry"> <rect> <x>30</x> <y>21</y> <width>81</width> <height>31</height> </rect> </property> <property name="currentIndex"> <number>-1</number> </property> </widget> <widget class="QLineEdit" name="TTLInputModule_FilterFactor"> <property name="geometry"> <rect> <x>220</x> <y>120</y> <width>241</width> <height>31</height> </rect> </property> <property name="font"> <font> <weight>75</weight> <bold>true</bold> </font> </property> <property name="text"> <string/> </property> <property name="readOnly"> <bool>false</bool> </property> </widget> <widget class="QLineEdit" name="TTLInputModule_En"> <property name="geometry"> <rect> <x>220</x> <y>80</y> <width>241</width> <height>31</height> </rect> </property> <property name="font"> <font> <weight>75</weight> <bold>true</bold> </font> </property> <property name="text"> <string/> </property> <property name="readOnly"> <bool>false</bool> </property> </widget> </widget> </widget> </widget> <widget class="QMenuBar" name="menubar"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>1269</width> <height>23</height> </rect> </property> <widget class="QMenu" name="menu123"> <property name="title"> <string>123</string> </property> </widget> <addaction name="menu123"/> </widget> <widget class="QStatusBar" name="statusbar"/> </widget> <resources/> <connections/> </ui>
|