Added more mode shortcuts: A = airband, $ = 4 meter band (shift-4), W =

WFM, V = 2M, U = 70cm, Shift-S = 23cm (S-band)
merge-requests/3/head
Elliott Liggett 2021-05-07 15:57:40 -07:00
rodzic 3a9967cb8c
commit 228f18ca24
1 zmienionych plików z 20 dodań i 2 usunięć

Wyświetl plik

@ -18,7 +18,7 @@
<item>
<widget class="QTabWidget" name="tabWidget">
<property name="currentIndex">
<number>3</number>
<number>0</number>
</property>
<widget class="QWidget" name="mainTab">
<attribute name="title">
@ -867,6 +867,9 @@
<property name="text">
<string>23cm</string>
</property>
<property name="shortcut">
<string/>
</property>
</widget>
</item>
<item>
@ -886,6 +889,9 @@
<property name="text">
<string>70cm</string>
</property>
<property name="shortcut">
<string>U</string>
</property>
</widget>
</item>
<item>
@ -905,6 +911,9 @@
<property name="text">
<string>2m</string>
</property>
<property name="shortcut">
<string>V</string>
</property>
</widget>
</item>
<item>
@ -924,6 +933,9 @@
<property name="text">
<string>Air</string>
</property>
<property name="shortcut">
<string>A</string>
</property>
</widget>
</item>
<item>
@ -943,6 +955,9 @@
<property name="text">
<string>WFM</string>
</property>
<property name="shortcut">
<string>W</string>
</property>
</widget>
</item>
<item>
@ -962,6 +977,9 @@
<property name="text">
<string>4m</string>
</property>
<property name="shortcut">
<string>$</string>
</property>
</widget>
</item>
</layout>
@ -2368,7 +2386,7 @@
<x>0</x>
<y>0</y>
<width>934</width>
<height>21</height>
<height>22</height>
</rect>
</property>
</widget>