mirror of
https://github.com/edisionnano/QDiskInfo.git
synced 2026-04-04 05:31:29 +03:00
Add cyclic navigation option
This commit is contained in:
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user