mirror of
				https://github.com/f4exb/sdrangel.git
				synced 2025-10-30 20:40:20 -04: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
 | // Map main table column numbers to combo box indices
 | ||||||
| std::vector<int> PagerDemodNotificationDialog::m_columnMap = { | 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, | PagerDemodNotificationDialog::PagerDemodNotificationDialog(PagerDemodSettings *settings, | ||||||
| @ -132,6 +132,8 @@ void PagerDemodNotificationDialog::addRow(PagerDemodSettings::NotificationSettin | |||||||
| 
 | 
 | ||||||
|     match->addItem("Address"); |     match->addItem("Address"); | ||||||
|     match->addItem("Message"); |     match->addItem("Message"); | ||||||
|  |     match->addItem("Alpha"); | ||||||
|  |     match->addItem("Numeric"); | ||||||
| 
 | 
 | ||||||
|     QTableWidgetItem *regExpItem = new QTableWidgetItem(); |     QTableWidgetItem *regExpItem = new QTableWidgetItem(); | ||||||
|     QTableWidgetItem *speechItem = new QTableWidgetItem(); |     QTableWidgetItem *speechItem = new QTableWidgetItem(); | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user