1.3.0 v1.3.0
PianetaRadio 2022-11-24 21:37:52 +01:00 zatwierdzone przez GitHub
rodzic 11ce37a11e
commit e642a6f545
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
3 zmienionych plików z 15 dodań i 9 usunięć

Wyświetl plik

@ -2,7 +2,8 @@ CatRadio
(+ New, * Updated, - Removed) (+ New, * Updated, - Removed)
1.3.0 - 2022-xx-xx 1.3.0 - 2022-11-24
+ Radio info
+ Dark theme + Dark theme
+ MIC levels + MIC levels
* Bug fix: Sort bandwidth list * Bug fix: Sort bandwidth list

Wyświetl plik

@ -55,7 +55,7 @@ void DialogCommand::on_pushButton_send_clicked()
//QString rcvdCmdS = rcvdCmd; //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); //int rig_send_raw(rig, const unsigned char *send, int send_len, unsigned char *reply, int reply_len, unsigned char *term);

Wyświetl plik

@ -12,12 +12,12 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>610</width> <width>615</width>
<height>605</height> <height>610</height>
</rect> </rect>
</property> </property>
<property name="sizePolicy"> <property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Maximum"> <sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch> <horstretch>0</horstretch>
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
@ -30,8 +30,14 @@
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>610</width> <width>615</width>
<height>605</height> <height>610</height>
</size>
</property>
<property name="baseSize">
<size>
<width>615</width>
<height>610</height>
</size> </size>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
@ -2011,7 +2017,7 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>610</width> <width>615</width>
<height>21</height> <height>21</height>
</rect> </rect>
</property> </property>
@ -2028,7 +2034,6 @@
</property> </property>
<addaction name="action_CatRadioHomepage"/> <addaction name="action_CatRadioHomepage"/>
<addaction name="separator"/> <addaction name="separator"/>
<addaction name="separator"/>
<addaction name="action_AboutCatRadio"/> <addaction name="action_AboutCatRadio"/>
<addaction name="action_AboutHamLib"/> <addaction name="action_AboutHamLib"/>
<addaction name="action_AboutQT"/> <addaction name="action_AboutQT"/>