Skip to content

Commit

Permalink
edits
Browse files Browse the repository at this point in the history
  • Loading branch information
guitarpicva committed Feb 3, 2023
1 parent 567d2e2 commit fbdd818
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
5 changes: 5 additions & 0 deletions rpikeyerterm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -920,3 +920,8 @@ void RPiKeyerTerm::on_action_Macros_triggered()
"Using the macros makes working sprint, party, *OTA and other contests very efficient and the act of entering the other station's data makes logging a"
" two button click process.");
}

void RPiKeyerTerm::on_actionE_xit_triggered()
{
close();
}
2 changes: 2 additions & 0 deletions rpikeyerterm.h
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ private slots:

void on_action_Macros_triggered();

void on_actionE_xit_triggered();

private:
Ui::RPiKeyerTerm *ui;
LogDialog *ld = nullptr;
Expand Down
18 changes: 18 additions & 0 deletions rpikeyerterm.ui
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,9 @@
<bold>false</bold>
</font>
</property>
<property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Clear the Send text only.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="text">
<string>Clear</string>
</property>
Expand Down Expand Up @@ -317,6 +320,9 @@
<bold>false</bold>
</font>
</property>
<property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Clear the text in the send area only.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="text">
<string>Clear</string>
</property>
Expand Down Expand Up @@ -787,6 +793,13 @@
<addaction name="action_Networking"/>
<addaction name="action_Macros"/>
</widget>
<widget class="QMenu" name="menu_File_2">
<property name="title">
<string>&amp;File</string>
</property>
<addaction name="actionE_xit"/>
</widget>
<addaction name="menu_File_2"/>
<addaction name="menu_File"/>
<addaction name="menu_Logging"/>
<addaction name="menu_Help"/>
Expand Down Expand Up @@ -1139,6 +1152,11 @@
<string>&amp;Macros</string>
</property>
</action>
<action name="actionE_xit">
<property name="text">
<string>E&amp;xit</string>
</property>
</action>
</widget>
<tabstops>
<tabstop>heardListComboBox</tabstop>
Expand Down

0 comments on commit fbdd818

Please sign in to comment.