1
0
Fork 0

disabled actions for node operation

This commit is contained in:
Kevin Matz 2021-09-08 09:34:47 -04:00
parent f7acefccd0
commit 5863e6b1f9
1 changed files with 91 additions and 0 deletions

View File

@ -51,7 +51,35 @@
</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>
<widget class="QMenu" name="menuType_Here">
<property name="title">
<string>Type Here</string>
</property>
</widget>
<addaction name="actionIPv4"/>
<addaction name="actionIPv6"/>
<addaction name="separator"/>
<addaction name="menuInterfaces"/>
<addaction name="menuType_Here"/>
</widget>
<widget class="QMenu" name="menusACN">
<property name="title">
<string>sACN</string>
</property>
<addaction name="actionDiscovery"/>
</widget>
<addaction name="menuNetwork"/>
<addaction name="menuEPI_19"/>
<addaction name="menusACN"/>
</widget>
<widget class="QStatusBar" name="statusbar"/>
<widget class="QToolBar" name="toolBar">
@ -120,6 +148,9 @@
</property>
</action>
<action name="actionUACN">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>User Assigned Component Name</string>
</property>
@ -141,6 +172,66 @@
<string>Space</string>
</property>
</action>
<action name="actionIPv4">
<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>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="checked">
<bool>true</bool>
</property>
<property name="enabled">
<bool>false</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="checked">
<bool>true</bool>
</property>
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>Discovery</string>
</property>
<property name="toolTip">
<string>Enable Discovery</string>
</property>
<property name="shortcut">
<string>Ctrl+D</string>
</property>
</action>
</widget>
<resources/>
<connections/>