1
0
Fork 0
OpenLCP/example/sACN Explorer/multiversewindow.ui

305 lines
8.0 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MultiverseWindow</class>
<widget class="QMainWindow" name="MultiverseWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>600</height>
</rect>
</property>
<widget class="QWidget" name="centralwidget">
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QTreeView" name="multiverseView">
<property name="alternatingRowColors">
<bool>true</bool>
</property>
<property name="uniformRowHeights">
<bool>true</bool>
</property>
<property name="expandsOnDoubleClick">
<bool>false</bool>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QMenuBar" name="menubar">
<widget class="QMenu" name="menuNode">
<property name="title">
<string>Node</string>
</property>
<addaction name="actionIPv4"/>
<addaction name="actionIPv6"/>
<addaction name="actionUACN"/>
</widget>
<widget class="QMenu" name="menusUniverse">
<property name="title">
<string>Universe</string>
</property>
<widget class="QMenu" name="menuMerge_Mode">
<property name="enabled">
<bool>false</bool>
</property>
<property name="title">
<string>Merge Mode</string>
</property>
<addaction name="actionMergeModeHTP"/>
<addaction name="actionMergeModeLTP"/>
</widget>
<addaction name="actionInspect"/>
<addaction name="actionUniverseHoldLastLook"/>
<addaction name="menuMerge_Mode"/>
</widget>
<widget class="QMenu" name="menuReceiver">
<property name="title">
<string>Receiver</string>
</property>
<addaction name="actionSubscribe"/>
<addaction name="actionUnsubscribe"/>
<addaction name="separator"/>
<addaction name="actionDiscovery"/>
</widget>
<widget class="QMenu" name="menuSource">
<property name="title">
<string>Source</string>
</property>
<addaction name="actionCreate"/>
<addaction name="actionTerminate"/>
</widget>
<widget class="QMenu" name="menuHelp">
<property name="title">
<string>Help</string>
</property>
<addaction name="actionAbout"/>
<addaction name="actionAbout_Qt"/>
</widget>
<addaction name="menuNode"/>
<addaction name="menuReceiver"/>
<addaction name="menuSource"/>
<addaction name="menusUniverse"/>
<addaction name="menuHelp"/>
</widget>
<widget class="QStatusBar" name="statusbar"/>
<widget class="QToolBar" name="toolBar">
<property name="enabled">
<bool>true</bool>
</property>
<property name="windowTitle">
<string>toolBar</string>
</property>
<property name="iconSize">
<size>
<width>24</width>
<height>24</height>
</size>
</property>
<property name="toolButtonStyle">
<enum>Qt::ToolButtonFollowStyle</enum>
</property>
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak">
<bool>false</bool>
</attribute>
<addaction name="actionSubscribe"/>
<addaction name="actionUnsubscribe"/>
<addaction name="separator"/>
<addaction name="actionCreate"/>
<addaction name="actionTerminate"/>
<addaction name="separator"/>
<addaction name="actionInspect"/>
</widget>
<action name="actionSubscribe">
<property name="icon">
<iconset theme="call-start">
<normaloff>.</normaloff>.</iconset>
</property>
<property name="text">
<string>Subscribe</string>
</property>
<property name="toolTip">
<string>Subscribe to an sACN Universe.</string>
</property>
<property name="shortcut">
<string>+</string>
</property>
</action>
<action name="actionUnsubscribe">
<property name="enabled">
<bool>false</bool>
</property>
<property name="icon">
<iconset theme="call-stop">
<normaloff>.</normaloff>.</iconset>
</property>
<property name="text">
<string>Unsubscribe</string>
</property>
<property name="toolTip">
<string>Unsubscribe from the sACN Universe.</string>
</property>
<property name="shortcut">
<string>-</string>
</property>
</action>
<action name="actionCreate">
<property name="icon">
<iconset theme="document-new">
<normaloff>.</normaloff>.</iconset>
</property>
<property name="text">
<string>Create</string>
</property>
<property name="toolTip">
<string>Create an sACN Universe to transmit.</string>
</property>
<property name="shortcut">
<string>N</string>
</property>
</action>
<action name="actionTerminate">
<property name="enabled">
<bool>false</bool>
</property>
<property name="icon">
<iconset theme="edit-delete">
<normaloff>.</normaloff>.</iconset>
</property>
<property name="text">
<string>Terminate</string>
</property>
<property name="toolTip">
<string>Terminate transmission of the sACN Universe.</string>
</property>
<property name="shortcut">
<string>X</string>
</property>
</action>
<action name="actionUACN">
<property name="icon">
<iconset theme="network-server">
<normaloff>.</normaloff>.</iconset>
</property>
<property name="text">
<string>User Assigned Component Name</string>
</property>
<property name="toolTip">
<string>Set this Component's UACN</string>
</property>
</action>
<action name="actionInspect">
<property name="enabled">
<bool>false</bool>
</property>
<property name="icon">
<iconset theme="edit-find">
<normaloff>.</normaloff>.</iconset>
</property>
<property name="text">
<string>Inspect</string>
</property>
<property name="toolTip">
<string>View the data of the Universe.</string>
</property>
<property name="shortcut">
<string>Space</string>
</property>
</action>
<action name="actionIPv4">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>IPv4</string>
</property>
<property name="toolTip">
<string>Enable IPv4</string>
</property>
<property name="shortcut">
<string>Ctrl+4</string>
</property>
</action>
<action name="actionIPv6">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>IPv6</string>
</property>
<property name="toolTip">
<string>Enable IPv6</string>
</property>
<property name="shortcut">
<string>Ctrl+6</string>
</property>
</action>
<action name="actionDiscovery">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>Discovery</string>
</property>
<property name="toolTip">
<string>Enable Discovery in the Receiver. Discovery messages are always transmitted.</string>
</property>
<property name="shortcut">
<string>Ctrl+D</string>
</property>
</action>
<action name="actionUniverseHoldLastLook">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>Hold Last Look</string>
</property>
<property name="toolTip">
<string>Retain at least 1 inacitve source on this universe.</string>
</property>
</action>
<action name="actionMergeModeLTP">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>LTP</string>
</property>
<property name="toolTip">
<string>Latest Takes Precedence</string>
</property>
</action>
<action name="actionMergeModeHTP">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>HTP</string>
</property>
<property name="toolTip">
<string>Highest Takes Precedence</string>
</property>
</action>
<action name="actionAbout">
<property name="icon">
<iconset theme="help-about"/>
</property>
<property name="text">
<string>About</string>
</property>
</action>
<action name="actionAbout_Qt">
<property name="text">
<string>About Qt</string>
</property>
</action>
</widget>
<resources/>
<connections/>
</ui>