kopia lustrzana https://gitlab.com/eliggett/wfview
Changed the order of the mod source combos
rodzic
7564239a68
commit
9a781c671e
56
wfmain.ui
56
wfmain.ui
|
@ -2066,7 +2066,7 @@
|
|||
<item>
|
||||
<widget class="QStackedWidget" name="settingsStack">
|
||||
<property name="currentIndex">
|
||||
<number>0</number>
|
||||
<number>2</number>
|
||||
</property>
|
||||
<widget class="QWidget" name="radioAccess">
|
||||
<layout class="QVBoxLayout" name="verticalLayout_21">
|
||||
|
@ -2841,19 +2841,22 @@
|
|||
<item>
|
||||
<layout class="QHBoxLayout" name="horizontalLayout_30">
|
||||
<item>
|
||||
<widget class="QPushButton" name="satOpsBtn">
|
||||
<widget class="QLabel" name="label_27">
|
||||
<property name="text">
|
||||
<string>Satellite Ops</string>
|
||||
<string>Modulation Input:</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QPushButton" name="adjRefBtn">
|
||||
<property name="toolTip">
|
||||
<string><html><head/><body><p>Click here to adjust the frequency reference on the IC-9700.</p></body></html></string>
|
||||
<widget class="QComboBox" name="modInputCombo">
|
||||
<property name="accessibleName">
|
||||
<string>Modulation Input</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Adjust Reference</string>
|
||||
<property name="accessibleDescription">
|
||||
<string>Transmit modulation source</string>
|
||||
</property>
|
||||
<property name="sizeAdjustPolicy">
|
||||
<enum>QComboBox::AdjustToContents</enum>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
@ -2877,26 +2880,6 @@
|
|||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QLabel" name="label_27">
|
||||
<property name="text">
|
||||
<string>Modulation Input:</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QComboBox" name="modInputCombo">
|
||||
<property name="accessibleName">
|
||||
<string>Modulation Input</string>
|
||||
</property>
|
||||
<property name="accessibleDescription">
|
||||
<string>Transmit modulation source</string>
|
||||
</property>
|
||||
<property name="sizeAdjustPolicy">
|
||||
<enum>QComboBox::AdjustToContents</enum>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<spacer name="horizontalSpacer_15">
|
||||
<property name="orientation">
|
||||
|
@ -2934,6 +2917,23 @@
|
|||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QPushButton" name="satOpsBtn">
|
||||
<property name="text">
|
||||
<string>Satellite Ops</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QPushButton" name="adjRefBtn">
|
||||
<property name="toolTip">
|
||||
<string><html><head/><body><p>Click here to adjust the frequency reference on the IC-9700.</p></body></html></string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Adjust Reference</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<spacer name="horizontalSpacer_16">
|
||||
<property name="orientation">
|
||||
|
|
|
@ -49,7 +49,7 @@ DEFINES += PREFIX=\\\"$$PREFIX\\\"
|
|||
|
||||
# Choose audio system, uses QTMultimedia if both are commented out.
|
||||
# DEFINES += RTAUDIO
|
||||
# DEFINES += PORTAUDIO
|
||||
DEFINES += PORTAUDIO
|
||||
|
||||
contains(DEFINES, RTAUDIO) {
|
||||
# RTAudio defines
|
||||
|
|
Ładowanie…
Reference in New Issue