Skip to content

Commit

Permalink
v.1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PianetaRadio authored Nov 24, 2022
1 parent 11ce37a commit e642a6f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 9 deletions.
3 changes: 2 additions & 1 deletion ChangeLog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ CatRadio

(+ New, * Updated, - Removed)

1.3.0 - 2022-xx-xx
1.3.0 - 2022-11-24
+ Radio info
+ Dark theme
+ MIC levels
* Bug fix: Sort bandwidth list
Expand Down
2 changes: 1 addition & 1 deletion dialogcommand.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ void DialogCommand::on_pushButton_send_clicked()

//QString rcvdCmdS = rcvdCmd;

qDebug()<<(char *)rcvdCmd;
//qDebug()<<(char *)rcvdCmd;


//int rig_send_raw(rig, const unsigned char *send, int send_len, unsigned char *reply, int reply_len, unsigned char *term);
Expand Down
19 changes: 12 additions & 7 deletions mainwindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
<rect>
<x>0</x>
<y>0</y>
<width>610</width>
<height>605</height>
<width>615</width>
<height>610</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Maximum">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
Expand All @@ -30,8 +30,14 @@
</property>
<property name="maximumSize">
<size>
<width>610</width>
<height>605</height>
<width>615</width>
<height>610</height>
</size>
</property>
<property name="baseSize">
<size>
<width>615</width>
<height>610</height>
</size>
</property>
<property name="windowTitle">
Expand Down Expand Up @@ -2011,7 +2017,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>610</width>
<width>615</width>
<height>21</height>
</rect>
</property>
Expand All @@ -2028,7 +2034,6 @@
</property>
<addaction name="action_CatRadioHomepage"/>
<addaction name="separator"/>
<addaction name="separator"/>
<addaction name="action_AboutCatRadio"/>
<addaction name="action_AboutHamLib"/>
<addaction name="action_AboutQT"/>
Expand Down

0 comments on commit e642a6f

Please sign in to comment.