mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-23 20:58:55 -05:00
Some tweaks to the Tx macro code, and a few small clean-ups.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3070 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
22957fb355
commit
5af5bd6598
@ -37,6 +37,9 @@ void DevSetup::initDlg()
|
|||||||
t.sprintf("COM%d",i);
|
t.sprintf("COM%d",i);
|
||||||
ui.pttComboBox->addItem(t);
|
ui.pttComboBox->addItem(t);
|
||||||
}
|
}
|
||||||
|
for(int i=0; i<10; i++) {
|
||||||
|
m_macro.append("");
|
||||||
|
}
|
||||||
m_firstCall=false;
|
m_firstCall=false;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -120,6 +123,7 @@ void DevSetup::initDlg()
|
|||||||
ui.cbPSKReporter->setChecked(m_pskReporter);
|
ui.cbPSKReporter->setChecked(m_pskReporter);
|
||||||
m_paInDevice=m_inDevList[m_nDevIn];
|
m_paInDevice=m_inDevList[m_nDevIn];
|
||||||
m_paOutDevice=m_outDevList[m_nDevOut];
|
m_paOutDevice=m_outDevList[m_nDevOut];
|
||||||
|
|
||||||
ui.macro1->setText(m_macro[0].toUpper());
|
ui.macro1->setText(m_macro[0].toUpper());
|
||||||
ui.macro2->setText(m_macro[1].toUpper());
|
ui.macro2->setText(m_macro[1].toUpper());
|
||||||
ui.macro3->setText(m_macro[2].toUpper());
|
ui.macro3->setText(m_macro[2].toUpper());
|
||||||
|
@ -391,7 +391,7 @@
|
|||||||
<attribute name="title">
|
<attribute name="title">
|
||||||
<string>Tx Macros</string>
|
<string>Tx Macros</string>
|
||||||
</attribute>
|
</attribute>
|
||||||
<widget class="QWidget" name="layoutWidget">
|
<widget class="QWidget" name="layoutWidget1">
|
||||||
<property name="geometry">
|
<property name="geometry">
|
||||||
<rect>
|
<rect>
|
||||||
<x>110</x>
|
<x>110</x>
|
||||||
|
15
logqso.ui
15
logqso.ui
@ -405,6 +405,9 @@
|
|||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="lab9">
|
<widget class="QLabel" name="lab9">
|
||||||
|
<property name="enabled">
|
||||||
|
<bool>false</bool>
|
||||||
|
</property>
|
||||||
<property name="sizePolicy">
|
<property name="sizePolicy">
|
||||||
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
|
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
|
||||||
<horstretch>0</horstretch>
|
<horstretch>0</horstretch>
|
||||||
@ -503,6 +506,9 @@
|
|||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLineEdit" name="name">
|
<widget class="QLineEdit" name="name">
|
||||||
|
<property name="enabled">
|
||||||
|
<bool>false</bool>
|
||||||
|
</property>
|
||||||
<property name="sizePolicy">
|
<property name="sizePolicy">
|
||||||
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
||||||
<horstretch>0</horstretch>
|
<horstretch>0</horstretch>
|
||||||
@ -542,13 +548,20 @@
|
|||||||
<layout class="QHBoxLayout" name="horizontalLayout">
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="lab10">
|
<widget class="QLabel" name="lab10">
|
||||||
|
<property name="enabled">
|
||||||
|
<bool>false</bool>
|
||||||
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Comments</string>
|
<string>Comments</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLineEdit" name="comments"/>
|
<widget class="QLineEdit" name="comments">
|
||||||
|
<property name="enabled">
|
||||||
|
<bool>false</bool>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</item>
|
</item>
|
||||||
|
Loading…
Reference in New Issue
Block a user