mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-04-04 02:28:33 -04:00
ATV Modulator: resized GUI
This commit is contained in:
parent
5af808adb7
commit
5ae92bf1b6
@ -250,6 +250,9 @@ void ATVModGUI::setRFFiltersSlidersRange(int sampleRate)
|
||||
ui->rfBW->setMaximum((sampleRate) / m_rfSliderDivisor);
|
||||
ui->rfOppBW->setMaximum((sampleRate) / m_rfSliderDivisor);
|
||||
}
|
||||
|
||||
ui->rfBWText->setText(QString("%1k").arg((ui->rfBW->value()*m_rfSliderDivisor) / 1000.0, 0, 'f', 0));
|
||||
ui->rfOppBWText->setText(QString("%1k").arg((ui->rfOppBW->value()*m_rfSliderDivisor) / 1000.0, 0, 'f', 0));
|
||||
}
|
||||
|
||||
int ATVModGUI::getNbLines()
|
||||
|
@ -6,7 +6,7 @@
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>620</width>
|
||||
<width>580</width>
|
||||
<height>364</height>
|
||||
</rect>
|
||||
</property>
|
||||
@ -18,7 +18,7 @@
|
||||
</property>
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>620</width>
|
||||
<width>580</width>
|
||||
<height>0</height>
|
||||
</size>
|
||||
</property>
|
||||
@ -39,7 +39,7 @@
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>10</y>
|
||||
<width>611</width>
|
||||
<width>561</width>
|
||||
<height>341</height>
|
||||
</rect>
|
||||
</property>
|
||||
|
Loading…
Reference in New Issue
Block a user