mirror of
https://github.com/miek/inspectrum.git
synced 2026-03-11 10:47:12 +01:00
Fix file types in open dialog
This commit is contained in:
@@ -172,11 +172,11 @@ void SpectrogramControls::fileOpenButtonClicked()
|
||||
QSettings settings;
|
||||
QString fileName;
|
||||
QFileDialog fileSelect(this);
|
||||
fileSelect.setNameFilter(tr("All files (*)",
|
||||
fileSelect.setNameFilter(tr("All files (*);;"
|
||||
"complex<float> file (*.cfile *.cf32 *.fc32);;"
|
||||
"complex<int8> HackRF file (*.cs8 *.sc8 *.c8);;"
|
||||
"complex<int16> Fancy file (*.cs16 *.sc16 *.c16);;"
|
||||
"complex<uint8> RTL-SDR file (*.cu8 *.uc8);;"));
|
||||
"complex<uint8> RTL-SDR file (*.cu8 *.uc8)"));
|
||||
|
||||
// Try and load a saved state
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user