mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-07-24 19:14:15 -04:00
MIMO: add channels
This commit is contained in:
@@ -48,6 +48,9 @@ DeviceUISet::DeviceUISet(int tabIndex, int deviceType, QTimer& timer)
|
||||
m_deviceAPI = 0;
|
||||
m_deviceSinkEngine = 0;
|
||||
m_deviceTabIndex = tabIndex;
|
||||
m_nbAvailableRxChannels = 0; // updated at enumeration for UI selector
|
||||
m_nbAvailableTxChannels = 0; // updated at enumeration for UI selector
|
||||
m_nbAvailableMIMOChannels = 0; // updated at enumeration for UI selector
|
||||
|
||||
// m_spectrum needs to have its font to be set since it cannot be inherited from the main window
|
||||
QFont font;
|
||||
|
||||
Reference in New Issue
Block a user