2018-08-20 Fred Gleason <fredg@paravelsystems.com>

* Changed column headings to lower-case in rdairplay(1).
	* Changed column headings to lower-case in rdlibrary(1).
	* Changed column headings to lower-case in rdcatch(1).
	* Changed column headings to lower-case in rdlogmanager(1).
This commit is contained in:
Fred Gleason
2018-08-20 07:31:23 -04:00
parent 2bbd39baeb
commit eeeb359bc0
43 changed files with 2294 additions and 897 deletions

View File

@@ -66,11 +66,11 @@ ListLogs::ListLogs(RDLogPlay *log,QWidget *parent)
SIGNAL(doubleClicked(Q3ListViewItem *,const QPoint &,int)),
this,
SLOT(doubleClickedData(Q3ListViewItem *,const QPoint &,int)));
list_log_list->addColumn(tr("NAME"));
list_log_list->addColumn(tr("Name"));
list_log_list->setColumnAlignment(0,Qt::AlignLeft);
list_log_list->addColumn(tr("DESCRIPTION"));
list_log_list->addColumn(tr("Description"));
list_log_list->setColumnAlignment(1,Qt::AlignLeft);
list_log_list->addColumn(tr("SERVICE"));
list_log_list->addColumn(tr("Service"));
list_log_list->setColumnAlignment(2,Qt::AlignLeft);
//