mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-21 07:41:46 -05:00
Pager: Add alpha and numeric columns. Implements #2319
This commit is contained in:
parent
86f4a5bc69
commit
d7547e2d25
@ -28,7 +28,7 @@
|
||||
|
||||
// Map main table column numbers to combo box indices
|
||||
std::vector<int> PagerDemodNotificationDialog::m_columnMap = {
|
||||
PagerDemodSettings::MESSAGE_COL_ADDRESS, PagerDemodSettings::MESSAGE_COL_MESSAGE
|
||||
PagerDemodSettings::MESSAGE_COL_ADDRESS, PagerDemodSettings::MESSAGE_COL_MESSAGE, PagerDemodSettings::MESSAGE_COL_ALPHA, PagerDemodSettings::MESSAGE_COL_NUMERIC
|
||||
};
|
||||
|
||||
PagerDemodNotificationDialog::PagerDemodNotificationDialog(PagerDemodSettings *settings,
|
||||
@ -132,6 +132,8 @@ void PagerDemodNotificationDialog::addRow(PagerDemodSettings::NotificationSettin
|
||||
|
||||
match->addItem("Address");
|
||||
match->addItem("Message");
|
||||
match->addItem("Alpha");
|
||||
match->addItem("Numeric");
|
||||
|
||||
QTableWidgetItem *regExpItem = new QTableWidgetItem();
|
||||
QTableWidgetItem *speechItem = new QTableWidgetItem();
|
||||
|
Loading…
Reference in New Issue
Block a user