1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-05-29 21:42:26 -04:00

Channel Tx plugins: use liberation font

This commit is contained in:
f4exb 2018-05-06 00:30:43 +02:00
parent c43ecc8afe
commit bcc3476e9d
11 changed files with 108 additions and 33 deletions

View File

@ -24,7 +24,7 @@
</property> </property>
<property name="font"> <property name="font">
<font> <font>
<family>Sans Serif</family> <family>Liberation Sans</family>
<pointsize>9</pointsize> <pointsize>9</pointsize>
</font> </font>
</property> </property>
@ -56,7 +56,16 @@
<property name="spacing"> <property name="spacing">
<number>3</number> <number>3</number>
</property> </property>
<property name="margin"> <property name="leftMargin">
<number>2</number>
</property>
<property name="topMargin">
<number>2</number>
</property>
<property name="rightMargin">
<number>2</number>
</property>
<property name="bottomMargin">
<number>2</number> <number>2</number>
</property> </property>
<item> <item>
@ -95,7 +104,7 @@
</property> </property>
<property name="font"> <property name="font">
<font> <font>
<family>DejaVu Sans Mono</family> <family>Liberation Mono</family>
<pointsize>12</pointsize> <pointsize>12</pointsize>
</font> </font>
</property> </property>
@ -349,6 +358,11 @@
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="font">
<font>
<family>Liberation Mono</family>
</font>
</property>
<property name="toolTip"> <property name="toolTip">
<string>Level (% full range) top trace: average, bottom trace: instantaneous peak, tip: peak hold</string> <string>Level (% full range) top trace: average, bottom trace: instantaneous peak, tip: peak hold</string>
</property> </property>

View File

@ -25,7 +25,7 @@
const PluginDescriptor AMModPlugin::m_pluginDescriptor = { const PluginDescriptor AMModPlugin::m_pluginDescriptor = {
QString("AM Modulator"), QString("AM Modulator"),
QString("3.14.2"), QString("3.14.5"),
QString("(c) Edouard Griffiths, F4EXB"), QString("(c) Edouard Griffiths, F4EXB"),
QString("https://github.com/f4exb/sdrangel"), QString("https://github.com/f4exb/sdrangel"),
true, true,

View File

@ -24,7 +24,7 @@
</property> </property>
<property name="font"> <property name="font">
<font> <font>
<family>Sans Serif</family> <family>Liberation Sans</family>
<pointsize>9</pointsize> <pointsize>9</pointsize>
</font> </font>
</property> </property>
@ -98,7 +98,7 @@
</property> </property>
<property name="font"> <property name="font">
<font> <font>
<family>DejaVu Sans Mono</family> <family>Liberation Mono</family>
<pointsize>12</pointsize> <pointsize>12</pointsize>
</font> </font>
</property> </property>
@ -503,6 +503,11 @@
<height>32</height> <height>32</height>
</size> </size>
</property> </property>
<property name="font">
<font>
<family>Liberation Mono</family>
</font>
</property>
<property name="toolTip"> <property name="toolTip">
<string>video signal level in % of 0:1 range</string> <string>video signal level in % of 0:1 range</string>
</property> </property>

View File

@ -25,7 +25,7 @@
const PluginDescriptor ATVModPlugin::m_pluginDescriptor = { const PluginDescriptor ATVModPlugin::m_pluginDescriptor = {
QString("ATV Modulator"), QString("ATV Modulator"),
QString("3.14.2"), QString("3.14.5"),
QString("(c) Edouard Griffiths, F4EXB"), QString("(c) Edouard Griffiths, F4EXB"),
QString("https://github.com/f4exb/sdrangel"), QString("https://github.com/f4exb/sdrangel"),
true, true,

View File

@ -24,7 +24,7 @@
</property> </property>
<property name="font"> <property name="font">
<font> <font>
<family>Sans Serif</family> <family>Liberation Sans</family>
<pointsize>9</pointsize> <pointsize>9</pointsize>
</font> </font>
</property> </property>
@ -104,7 +104,7 @@
</property> </property>
<property name="font"> <property name="font">
<font> <font>
<family>DejaVu Sans Mono</family> <family>Liberation Mono</family>
<pointsize>12</pointsize> <pointsize>12</pointsize>
</font> </font>
</property> </property>
@ -398,6 +398,11 @@
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="font">
<font>
<family>Liberation Mono</family>
</font>
</property>
<property name="toolTip"> <property name="toolTip">
<string>Level (% full range) top trace: average, bottom trace: instantaneous peak, tip: peak hold</string> <string>Level (% full range) top trace: average, bottom trace: instantaneous peak, tip: peak hold</string>
</property> </property>

View File

@ -25,7 +25,7 @@
const PluginDescriptor NFMModPlugin::m_pluginDescriptor = { const PluginDescriptor NFMModPlugin::m_pluginDescriptor = {
QString("NFM Modulator"), QString("NFM Modulator"),
QString("3.14.1"), QString("3.14.5"),
QString("(c) Edouard Griffiths, F4EXB"), QString("(c) Edouard Griffiths, F4EXB"),
QString("https://github.com/f4exb/sdrangel"), QString("https://github.com/f4exb/sdrangel"),
true, true,

View File

@ -24,7 +24,7 @@
</property> </property>
<property name="font"> <property name="font">
<font> <font>
<family>Sans Serif</family> <family>Liberation Sans</family>
<pointsize>9</pointsize> <pointsize>9</pointsize>
</font> </font>
</property> </property>
@ -53,7 +53,16 @@
<property name="spacing"> <property name="spacing">
<number>3</number> <number>3</number>
</property> </property>
<property name="margin"> <property name="leftMargin">
<number>2</number>
</property>
<property name="topMargin">
<number>2</number>
</property>
<property name="rightMargin">
<number>2</number>
</property>
<property name="bottomMargin">
<number>2</number> <number>2</number>
</property> </property>
<item> <item>
@ -92,7 +101,7 @@
</property> </property>
<property name="font"> <property name="font">
<font> <font>
<family>DejaVu Sans Mono</family> <family>Liberation Mono</family>
<pointsize>12</pointsize> <pointsize>12</pointsize>
</font> </font>
</property> </property>
@ -695,6 +704,11 @@
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="font">
<font>
<family>Liberation Mono</family>
</font>
</property>
<property name="toolTip"> <property name="toolTip">
<string>Level (% full range) top trace: average, bottom trace: instantaneous peak, tip: peak hold</string> <string>Level (% full range) top trace: average, bottom trace: instantaneous peak, tip: peak hold</string>
</property> </property>
@ -1239,7 +1253,16 @@
<property name="spacing"> <property name="spacing">
<number>2</number> <number>2</number>
</property> </property>
<property name="margin"> <property name="leftMargin">
<number>3</number>
</property>
<property name="topMargin">
<number>3</number>
</property>
<property name="rightMargin">
<number>3</number>
</property>
<property name="bottomMargin">
<number>3</number> <number>3</number>
</property> </property>
<item> <item>
@ -1252,7 +1275,7 @@
</property> </property>
<property name="font"> <property name="font">
<font> <font>
<family>Monospace</family> <family>Liberation Mono</family>
<pointsize>8</pointsize> <pointsize>8</pointsize>
</font> </font>
</property> </property>

View File

@ -24,7 +24,7 @@
</property> </property>
<property name="font"> <property name="font">
<font> <font>
<family>Sans Serif</family> <family>Liberation Sans</family>
<pointsize>9</pointsize> <pointsize>9</pointsize>
</font> </font>
</property> </property>
@ -104,7 +104,7 @@
</property> </property>
<property name="font"> <property name="font">
<font> <font>
<family>DejaVu Sans Mono</family> <family>Liberation Mono</family>
<pointsize>12</pointsize> <pointsize>12</pointsize>
</font> </font>
</property> </property>
@ -398,6 +398,11 @@
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="font">
<font>
<family>Liberation Mono</family>
</font>
</property>
<property name="toolTip"> <property name="toolTip">
<string>Level (% full range) top trace: average, bottom trace: instantaneous peak, tip: peak hold</string> <string>Level (% full range) top trace: average, bottom trace: instantaneous peak, tip: peak hold</string>
</property> </property>

View File

@ -25,7 +25,7 @@
const PluginDescriptor WFMModPlugin::m_pluginDescriptor = { const PluginDescriptor WFMModPlugin::m_pluginDescriptor = {
QString("WFM Modulator"), QString("WFM Modulator"),
QString("3.14.2"), QString("3.14.5"),
QString("(c) Edouard Griffiths, F4EXB"), QString("(c) Edouard Griffiths, F4EXB"),
QString("https://github.com/f4exb/sdrangel"), QString("https://github.com/f4exb/sdrangel"),
true, true,

View File

@ -24,19 +24,19 @@
</property> </property>
<property name="font"> <property name="font">
<font> <font>
<family>Sans Serif</family> <family>Liberation Sans</family>
<pointsize>9</pointsize> <pointsize>9</pointsize>
</font> </font>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
<string>UDP Sample Sink</string> <string>UDP Sample Sink</string>
</property> </property>
<property name="toolTipDuration">
<number>-1</number>
</property>
<property name="statusTip"> <property name="statusTip">
<string>UDP Sample Sink</string> <string>UDP Sample Sink</string>
</property> </property>
<property name="toolTipDuration" stdset="0">
<number>-1</number>
</property>
<widget class="QWidget" name="widget" native="true"> <widget class="QWidget" name="widget" native="true">
<property name="geometry"> <property name="geometry">
<rect> <rect>
@ -56,7 +56,16 @@
<string>Settings</string> <string>Settings</string>
</property> </property>
<layout class="QGridLayout" name="gridLayout"> <layout class="QGridLayout" name="gridLayout">
<property name="margin"> <property name="leftMargin">
<number>2</number>
</property>
<property name="topMargin">
<number>2</number>
</property>
<property name="rightMargin">
<number>2</number>
</property>
<property name="bottomMargin">
<number>2</number> <number>2</number>
</property> </property>
<property name="spacing"> <property name="spacing">
@ -83,7 +92,7 @@
<string>Input sample rate (S/s)</string> <string>Input sample rate (S/s)</string>
</property> </property>
<property name="inputMask"> <property name="inputMask">
<string>0009999; </string> <string>0009999</string>
</property> </property>
<property name="text"> <property name="text">
<string>48000</string> <string>48000</string>
@ -113,7 +122,7 @@
<string>Signal bandwidth (Hz)</string> <string>Signal bandwidth (Hz)</string>
</property> </property>
<property name="inputMask"> <property name="inputMask">
<string>0009999; </string> <string>0009999</string>
</property> </property>
<property name="text"> <property name="text">
<string>32000</string> <string>32000</string>
@ -199,6 +208,11 @@
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="font">
<font>
<family>Liberation Mono</family>
</font>
</property>
<property name="toolTip"> <property name="toolTip">
<string>Amplitude meter in % of maximum</string> <string>Amplitude meter in % of maximum</string>
</property> </property>
@ -497,7 +511,7 @@
<string>FM deviation in Hz</string> <string>FM deviation in Hz</string>
</property> </property>
<property name="inputMask"> <property name="inputMask">
<string>00000; </string> <string>00000</string>
</property> </property>
<property name="text"> <property name="text">
<string>2500</string> <string>2500</string>
@ -523,7 +537,7 @@
<string>Percentage of AM modulation</string> <string>Percentage of AM modulation</string>
</property> </property>
<property name="inputMask"> <property name="inputMask">
<string>000; </string> <string>000</string>
</property> </property>
<property name="text"> <property name="text">
<string>95</string> <string>95</string>
@ -664,7 +678,7 @@
</property> </property>
<property name="font"> <property name="font">
<font> <font>
<family>DejaVu Sans Mono</family> <family>Liberation Mono</family>
<pointsize>12</pointsize> <pointsize>12</pointsize>
</font> </font>
</property> </property>
@ -800,7 +814,7 @@
<string>Local UDP address</string> <string>Local UDP address</string>
</property> </property>
<property name="inputMask"> <property name="inputMask">
<string>000.000.000.000; </string> <string>000.000.000.000</string>
</property> </property>
<property name="text"> <property name="text">
<string>127.0.0.1</string> <string>127.0.0.1</string>
@ -844,7 +858,7 @@
<string>Local UDP port</string> <string>Local UDP port</string>
</property> </property>
<property name="inputMask"> <property name="inputMask">
<string>00000; </string> <string>00000</string>
</property> </property>
<property name="text"> <property name="text">
<string>9998</string> <string>9998</string>
@ -954,14 +968,23 @@
<property name="spacing"> <property name="spacing">
<number>3</number> <number>3</number>
</property> </property>
<property name="margin"> <property name="leftMargin">
<number>2</number>
</property>
<property name="topMargin">
<number>2</number>
</property>
<property name="rightMargin">
<number>2</number>
</property>
<property name="bottomMargin">
<number>2</number> <number>2</number>
</property> </property>
<item> <item>
<widget class="GLSpectrum" name="glSpectrum" native="true"> <widget class="GLSpectrum" name="glSpectrum" native="true">
<property name="font"> <property name="font">
<font> <font>
<family>Sans Serif</family> <family>Liberation Mono</family>
<pointsize>9</pointsize> <pointsize>9</pointsize>
</font> </font>
</property> </property>

View File

@ -27,7 +27,7 @@
const PluginDescriptor UDPSinkPlugin::m_pluginDescriptor = { const PluginDescriptor UDPSinkPlugin::m_pluginDescriptor = {
QString("UDP Channel Sink"), QString("UDP Channel Sink"),
QString("3.14.3"), QString("3.14.5"),
QString("(c) Edouard Griffiths, F4EXB"), QString("(c) Edouard Griffiths, F4EXB"),
QString("https://github.com/f4exb/sdrangel"), QString("https://github.com/f4exb/sdrangel"),
true, true,