kopia lustrzana https://github.com/PianetaRadio/CatRadio
rodzic
11ce37a11e
commit
e642a6f545
|
@ -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
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -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>
|
||||
|
@ -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">
|
||||
|
@ -2011,7 +2017,7 @@
|
|||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>610</width>
|
||||
<width>615</width>
|
||||
<height>21</height>
|
||||
</rect>
|
||||
</property>
|
||||
|
@ -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"/>
|
||||
|
|
Ładowanie…
Reference in New Issue