Skip to content

Commit

Permalink
Coil64 v2.1.29 updated 2023-11-01
Browse files Browse the repository at this point in the history
  • Loading branch information
radioacoustick committed Nov 1, 2023
1 parent df49e50 commit d1dc67a
Show file tree
Hide file tree
Showing 65 changed files with 25,544 additions and 20,874 deletions.
1 change: 1 addition & 0 deletions Coil64.pro
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ TRANSLATIONS += lang/Coil64_bg.ts \
lang/Coil64_sr.ts \
lang/Coil64_tr.ts \
lang/Coil64_uk.ts \
lang/Coil64_vi.ts \
lang/Coil64_zh.ts

RESOURCES += res.qrc
Expand Down
8 changes: 4 additions & 4 deletions bandspread.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -77,16 +77,16 @@ void Bandspread::getOpt(_OptionStruct gOpt)
ui->label_cvmax->setText(tr("Tuning Capacitor Maximum") + " C<sub>V</sub>_max:");
ui->label_cs->setText(tr("Stray Capacitance") + " C<sub>s</sub>:");
ui->label_ind->setText(tr("Inductance") + " L:");
ui->label_ct->setText(tr("Trimmer Capacitor") + " C<sub>T</sub>:");
ui->label_cp->setText(tr("Padder Capacitor") + " C<sub>P</sub>:");
ui->label_ct->setText(tr("Parallel Capacitor") + " C1:");
ui->label_cp->setText(tr("Serial Capacitor") + " C2:");
ui->label_flo_r->setText(tr("Lowest Frequency") + " F<sub>low</sub>:");
ui->label_fhi_r->setText(tr("Highest Frequency") + " F<sub>high</sub>:");
ui->label_cvmin_r->setText(tr("Tuning Capacitor Minimum") + " C<sub>V</sub>_min:");
ui->label_cvmax_r->setText(tr("Tuning Capacitor Maximum") + " C<sub>V</sub>_max:");
ui->label_cs_r->setText(tr("Stray Capacitance") + " C<sub>s</sub>:");
ui->label_ind_r->setText(tr("Inductance") + " L:");
ui->label_ct_r->setText(tr("Trimmer Capacitor") + " C<sub>T</sub>:");
ui->label_cp_r->setText(tr("Padder Capacitor") + " C<sub>P</sub>:");
ui->label_ct_r->setText(tr("Parallel Capacitor") + " C1:");
ui->label_cp_r->setText(tr("Serial Capacitor") + " C2:");
ui->label_hint->setText(tr("Valid value range") + " :");
ui->label_info->setText("");
ui->label_info_r->setText("");
Expand Down
8 changes: 4 additions & 4 deletions bandspread.ui
Original file line number Diff line number Diff line change
Expand Up @@ -395,14 +395,14 @@
<item row="1" column="0">
<widget class="QLabel" name="label_cp">
<property name="text">
<string notr="true">&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Padder Capacitor C&lt;span style=&quot; vertical-align:sub;&quot;&gt;P&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
<string notr="true">Serial Capacitor C2</string>
</property>
</widget>
</item>
<item row="0" column="0">
<widget class="QLabel" name="label_ct">
<property name="text">
<string notr="true">&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Trimmer Capacitor C&lt;span style=&quot; vertical-align:sub;&quot;&gt;T&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
<string notr="true">Parallel capacitor C1</string>
</property>
<property name="wordWrap">
<bool>true</bool>
Expand Down Expand Up @@ -612,7 +612,7 @@
<item row="1" column="0">
<widget class="QLabel" name="label_cp_r">
<property name="text">
<string notr="true">&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Padder Capacitor C&lt;span style=&quot; vertical-align:sub;&quot;&gt;P&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
<string notr="true">Serial Capacitor C2</string>
</property>
</widget>
</item>
Expand Down Expand Up @@ -737,7 +737,7 @@
<item row="0" column="0">
<widget class="QLabel" name="label_ct_r">
<property name="text">
<string notr="true">&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Trimmer Capacitor C&lt;span style=&quot; vertical-align:sub;&quot;&gt;T&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
<string notr="true">Parallel capacitor C1</string>
</property>
<property name="wordWrap">
<bool>true</bool>
Expand Down
2 changes: 1 addition & 1 deletion definitions.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ along with this program. If not, see <https://www.gnu.org/licenses
#define DEFINES

#define APP_NAME "Coil64"
#define VERSION "2.1.28"
#define VERSION "2.1.29"
#define PROGRAM_SITE "https://coil32.net"
#define VERSION_FILE "qversion.txt"
#define CLEAR_CHAR 0x274C
Expand Down
Loading

0 comments on commit d1dc67a

Please sign in to comment.