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

135 lines
3.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MultiverseView</class>
<widget class="QMainWindow" name="MultiverseView">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>391</height>
</rect>
</property>
<property name="windowTitle">
<string>sACN Multiverse</string>
</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="autoExpandDelay">
<number>0</number>
</property>
<property name="uniformRowHeights">
<bool>true</bool>
</property>
<property name="sortingEnabled">
<bool>true</bool>
</property>
<property name="animated">
<bool>true</bool>
</property>
<attribute name="headerDefaultSectionSize">
<number>120</number>
</attribute>
</widget>
</item>
</layout>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>25</height>
</rect>
</property>
<widget class="QMenu" name="menuEPI_19">
<property name="title">
<string>EPI 19</string>
</property>
<addaction name="actionUACN"/>
</widget>
<addaction name="menuEPI_19"/>
</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>
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak">
<bool>false</bool>
</attribute>
<addaction name="actionCreate"/>
<addaction name="actionTerminate"/>
<addaction name="separator"/>
<addaction name="actionSubscribe"/>
<addaction name="actionUnsubscribe"/>
</widget>
<action name="actionSubscribe">
<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="text">
<string>Unsubscribe</string>
</property>
<property name="shortcut">
<string>-</string>
</property>
</action>
<action name="actionCreate">
<property name="text">
<string>Create</string>
</property>
<property name="shortcut">
<string>N</string>
</property>
</action>
<action name="actionTerminate">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>Terminate</string>
</property>
<property name="toolTip">
<string>Terminate</string>
</property>
<property name="shortcut">
<string>X</string>
</property>
</action>
<action name="actionUACN">
<property name="text">
<string>User Assigned Component Name</string>
</property>
<property name="toolTip">
<string>Set this Component's UACN</string>
</property>
</action>
</widget>
<resources/>
<connections/>
</ui>