1
0
Fork 0

rearrange the menu bar

This commit is contained in:
Kevin Matz 2022-11-19 12:32:32 -05:00
parent a0a1c13cb3
commit 498129c325
1 changed files with 50 additions and 34 deletions

View File

@ -39,36 +39,41 @@
<height>25</height>
</rect>
</property>
<widget class="QMenu" name="menuEPI_19">
<widget class="QMenu" name="menuNode">
<property name="title">
<string>EPI 19</string>
<string>Node</string>
</property>
<addaction name="actionUACN"/>
</widget>
<widget class="QMenu" name="menuNetwork">
<property name="title">
<string>Network</string>
</property>
<widget class="QMenu" name="menuInterfaces">
<property name="title">
<string>Protocols</string>
</property>
</widget>
<addaction name="actionIPv4"/>
<addaction name="actionIPv6"/>
<addaction name="separator"/>
<addaction name="menuInterfaces"/>
<addaction name="actionUACN"/>
</widget>
<widget class="QMenu" name="menusACN">
<widget class="QMenu" name="menusUniverse">
<property name="title">
<string>sACN</string>
<string>Universe</string>
</property>
<addaction name="actionDiscovery"/>
<addaction name="actionHold_Last_Look"/>
<addaction name="actionInspect"/>
<addaction name="actionUniverseHoldLastLook"/>
</widget>
<addaction name="menuNetwork"/>
<addaction name="menuEPI_19"/>
<addaction name="menusACN"/>
<widget class="QMenu" name="menuReceiver">
<property name="title">
<string>Receiver</string>
</property>
<addaction name="actionSubscribe"/>
<addaction name="actionUnsubscribe"/>
<addaction name="actionDiscovery"/>
<addaction name="actionReceiverHoldLastLook"/>
</widget>
<widget class="QMenu" name="menuSource">
<property name="title">
<string>Source</string>
</property>
<addaction name="actionCreate"/>
<addaction name="actionTerminate"/>
</widget>
<addaction name="menuNode"/>
<addaction name="menuReceiver"/>
<addaction name="menuSource"/>
<addaction name="menusUniverse"/>
</widget>
<widget class="QStatusBar" name="statusbar"/>
<widget class="QToolBar" name="toolBar">
@ -84,12 +89,12 @@
<attribute name="toolBarBreak">
<bool>false</bool>
</attribute>
<addaction name="actionCreate"/>
<addaction name="actionTerminate"/>
<addaction name="separator"/>
<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">
@ -186,7 +191,7 @@
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
<bool>false</bool>
</property>
<property name="enabled">
<bool>false</bool>
@ -205,12 +210,6 @@
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>Discovery</string>
</property>
@ -221,7 +220,7 @@
<string>Ctrl+D</string>
</property>
</action>
<action name="actionHold_Last_Look">
<action name="actionReceiverHoldLastLook">
<property name="checkable">
<bool>true</bool>
</property>
@ -235,7 +234,24 @@
<string>Hold Last Look</string>
</property>
<property name="toolTip">
<string>Retain at least 1 inacitve source.</string>
<string>Retain at least 1 inacitve source on all universes.</string>
</property>
</action>
<action name="actionUniverseHoldLastLook">
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="enabled">
<bool>false</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>
</widget>