Add cyclic navigation option

This commit is contained in:
Spiros
2024-06-13 20:43:10 +03:00
parent 5485c67f1e
commit 4ebaa0f984
3 changed files with 31 additions and 9 deletions

View File

@@ -344,6 +344,7 @@
<addaction name="actionIgnore_C4_Reallocation_Event_Count"/>
<addaction name="actionHEX"/>
<addaction name="actionUse_Fahrenheit"/>
<addaction name="actionCyclic_Navigation"/>
</widget>
<widget class="QMenu" name="menuHelp">
<property name="title">
@@ -446,6 +447,14 @@
<string>Self Test</string>
</property>
</action>
<action name="actionCyclic_Navigation">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>Cyclic Navigation</string>
</property>
</action>
</widget>
<resources>
<include location="resources.qrc"/>