mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-11 07:05:48 +01:00
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:
@@ -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);
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user