2022-09-17 Fred Gleason <fredg@paravelsystems.com>

* Added type icons to the 'Source' and 'Destination' columns of
	the events list in rdcatch(1).
	* Removed the 'RSS Feed' column from the event list in rdcatch(1).
	* Consolidated the 'Start Date Offset' and 'End Date Offset'
	columns into a single 'Start/End Date' column in rdcatch(1).

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2022-09-17 16:03:38 -04:00
parent 850a0b4ece
commit 91245cab19
12 changed files with 353 additions and 198 deletions

View File

@@ -1210,7 +1210,7 @@ void MainWidget::resizeEvent(QResizeEvent *e)
catch_dow_label->setGeometry(400,deck_height+4,125,26);
catch_dow_box->setGeometry(530,deck_height+4,120,26);
catch_type_label->setGeometry(660,deck_height+4,125,26);
catch_type_box->setGeometry(790,deck_height+4,e->size().width()-800,26);
catch_type_box->setGeometry(790,deck_height+4,sizeHint().width()-800,26);
catch_recordings_view->
setGeometry(10,deck_height+35,e->size().width()-20,
e->size().height()-100-deck_height);