Fix 7100 source selection

creator-widgets
Phil Taylor 2024-05-04 23:52:34 +01:00
rodzic c5b8ef93a4
commit 1bc3a660e4
2 zmienionych plików z 61 dodań i 47 usunięć

Wyświetl plik

@ -1,5 +1,5 @@
[General]
Version=1.64
Version=1.90
[Rig]
Manufacturer=Icom
@ -430,98 +430,112 @@ Commands\58\Max=1
Commands\58\Command29=false
Commands\58\GetCommand=true
Commands\58\SetCommand=true
Commands\59\Type=Data Off Mod Input
Commands\59\String=\\x1a\\x05\\x00\\x90
Commands\59\Type=ACC1 Mod Level
Commands\59\String=\\x1a\\x05\\x00\\x87
Commands\59\Min=0
Commands\59\Max=3
Commands\59\Max=255
Commands\59\Command29=false
Commands\59\GetCommand=true
Commands\59\SetCommand=true
Commands\60\Type=DATA1 Mod Input
Commands\60\String=\\x1a\\x05\\x00\\x91
Commands\60\Type=USB Mod Level
Commands\60\String=\\x1a\\x05\\x00\\x89
Commands\60\Min=0
Commands\60\Max=3
Commands\60\Max=255
Commands\60\Command29=false
Commands\60\GetCommand=true
Commands\60\SetCommand=true
Commands\61\Type=CIV Transceive
Commands\61\String=\\x1a\\x05\\x00\\x95
Commands\61\Type=Data Off Mod Input
Commands\61\String=\\x1a\\x05\\x00\\x90
Commands\61\Min=0
Commands\61\Max=1
Commands\61\Max=3
Commands\61\Command29=false
Commands\61\GetCommand=true
Commands\61\SetCommand=true
Commands\62\Type=Transceiver Status
Commands\62\String=\\x1c\\x00
Commands\62\Type=DATA1 Mod Input
Commands\62\String=\\x1a\\x05\\x00\\x91
Commands\62\Min=0
Commands\62\Max=1
Commands\62\Max=3
Commands\62\Command29=false
Commands\62\GetCommand=true
Commands\62\SetCommand=true
Commands\63\Type=Tuner/ATU Status
Commands\63\String=\\x1c\\x01
Commands\63\Type=CIV Transceive
Commands\63\String=\\x1a\\x05\\x00\\x95
Commands\63\Min=0
Commands\63\Max=2
Commands\63\Max=1
Commands\63\Command29=false
Commands\63\GetCommand=false
Commands\63\SetCommand=false
Commands\64\Type=RIT Status
Commands\64\String=\\x21\\x00
Commands\63\GetCommand=true
Commands\63\SetCommand=true
Commands\64\Type=Transceiver Status
Commands\64\String=\\x1c\\x00
Commands\64\Min=0
Commands\64\Max=0
Commands\64\Max=1
Commands\64\Command29=false
Commands\64\GetCommand=true
Commands\64\SetCommand=true
Commands\65\Type=RIT Frequency
Commands\65\String=\\x21\\x01
Commands\65\Min=-999
Commands\65\Max=999
Commands\65\Type=Tuner/ATU Status
Commands\65\String=\\x1c\\x01
Commands\65\Min=0
Commands\65\Max=2
Commands\65\Command29=false
Commands\65\GetCommand=true
Commands\65\SetCommand=true
Commands\66\Type=Selected Freq
Commands\66\String=\\x25\\x00
Commands\65\GetCommand=false
Commands\65\SetCommand=false
Commands\66\Type=RIT Status
Commands\66\String=\\x21\\x00
Commands\66\Min=0
Commands\66\Max=0
Commands\66\Command29=false
Commands\66\GetCommand=true
Commands\66\SetCommand=true
Commands\67\Type=Unselected Freq
Commands\67\String=\\x25\\x01
Commands\67\Min=0
Commands\67\Max=0
Commands\67\Type=RIT Frequency
Commands\67\String=\\x21\\x01
Commands\67\Min=-999
Commands\67\Max=999
Commands\67\Command29=false
Commands\67\GetCommand=true
Commands\67\SetCommand=true
Commands\68\Type=Selected Mode
Commands\68\String=\\x26\\x00
Commands\68\Type=Selected Freq
Commands\68\String=\\x25\\x00
Commands\68\Min=0
Commands\68\Max=0
Commands\68\Command29=false
Commands\68\GetCommand=true
Commands\68\SetCommand=true
Commands\69\Type=Unselected Mode
Commands\69\String=\\x26\\x01
Commands\69\Type=Unselected Freq
Commands\69\String=\\x25\\x01
Commands\69\Min=0
Commands\69\Max=0
Commands\69\Command29=false
Commands\69\GetCommand=true
Commands\69\SetCommand=true
Commands\70\Type=Command Error FA
Commands\70\String=\\xfa
Commands\70\Type=Selected Mode
Commands\70\String=\\x26\\x00
Commands\70\Min=0
Commands\70\Max=0
Commands\70\Command29=false
Commands\70\GetCommand=true
Commands\70\SetCommand=true
Commands\71\Type=Command OK FB
Commands\71\String=\\xfb
Commands\71\Type=Unselected Mode
Commands\71\String=\\x26\\x01
Commands\71\Min=0
Commands\71\Max=0
Commands\71\Command29=false
Commands\71\GetCommand=true
Commands\71\SetCommand=true
Commands\size=71
Commands\72\Type=Command Error FA
Commands\72\String=\\xfa
Commands\72\Min=0
Commands\72\Max=0
Commands\72\Command29=false
Commands\72\GetCommand=true
Commands\72\SetCommand=true
Commands\73\Type=Command OK FB
Commands\73\String=\\xfb
Commands\73\Min=0
Commands\73\Max=0
Commands\73\Command29=false
Commands\73\GetCommand=true
Commands\73\SetCommand=true
Commands\size=73
Periodic\1\Priority=Medium Low
Periodic\1\Command=Attenuator Status
Periodic\1\VFO=-1
@ -573,13 +587,13 @@ Inputs\1\Num=0
Inputs\1\Reg=0
Inputs\1\Name=MIC
Inputs\2\Num=1
Inputs\2\Reg=0
Inputs\2\Reg=1
Inputs\2\Name=ACC
Inputs\3\Num=2
Inputs\3\Reg=0
Inputs\3\Name=MIC/ACC
Inputs\3\Reg=2
Inputs\3\Name=M/A
Inputs\4\Num=3
Inputs\4\Reg=0
Inputs\4\Reg=3
Inputs\4\Name=USB
Inputs\size=4
Bands\1\Num=5

Wyświetl plik

@ -4010,7 +4010,7 @@ bool wfmain::on_exitBtn_clicked()
if (prefs.settingsChanged && prefs.confirmSettingsChanged)
{
QCheckBox *cb = new QCheckBox("Don't ask me again");
cb->setToolTip("Don't ask me to confirm exit again");
cb->setToolTip("Don't ask me to confirm saving settings again");
QMessageBox msgbox;
msgbox.setText("Settings have changed since last save, exit anyway?\n");
msgbox.setIcon(QMessageBox::Icon::Question);