Minor changes to UI file to get it building and to restore Enter key

functionality.
half-duplex
Elliott Liggett 2023-01-23 20:35:32 -08:00
rodzic 7ebfcdefbd
commit 4137fce70c
1 zmienionych plików z 6 dodań i 3 usunięć

Wyświetl plik

@ -224,6 +224,9 @@
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>Type here to send text as CW</string>
</property>
<property name="editable">
<bool>true</bool>
</property>
@ -233,9 +236,6 @@
<property name="insertPolicy">
<enum>QComboBox::InsertAtTop</enum>
</property>
<property name="placeholderText">
<string notr="true">Type here...</string>
</property>
</widget>
</item>
<item row="1" column="5">
@ -266,6 +266,9 @@
<property name="text">
<string>Send</string>
</property>
<property name="shortcut">
<string>Return</string>
</property>
<property name="default">
<bool>true</bool>
</property>