Added reply button back into the main window

This commit is contained in:
Jordan Sherer
2018-08-28 16:04:49 -04:00
parent b5cebe41e8
commit 0ecbbd0da1
3 changed files with 16 additions and 17 deletions
+3 -6
View File
@@ -1303,10 +1303,7 @@ QTextEdit[transmitting="true"] {
</widget>
</item>
<item row="1" column="2">
<widget class="QPushButton" name="qtcMacroButton">
<property name="visible">
<bool>false</bool>
</property>
<widget class="QPushButton" name="replyMacroButton">
<property name="minimumSize">
<size>
<width>0</width>
@@ -1314,10 +1311,10 @@ QTextEdit[transmitting=&quot;true&quot;] {
</size>
</property>
<property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Send your station message&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Reply to a CQ&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="text">
<string>QTC</string>
<string>Reply</string>
</property>
</widget>
</item>