mirror of
https://github.com/miek/inspectrum.git
synced 2026-03-04 07:24:21 +01:00
Set a reasonable default spectrogram size
This commit is contained in:
@@ -20,6 +20,10 @@ Spectrogram::~Spectrogram()
|
||||
delete inputSource;
|
||||
}
|
||||
|
||||
QSize Spectrogram::sizeHint() const {
|
||||
return QSize(1024, 2048);
|
||||
}
|
||||
|
||||
void Spectrogram::pickFile()
|
||||
{
|
||||
QString fileName = QFileDialog::getOpenFileName(
|
||||
|
||||
Reference in New Issue
Block a user