mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-11 15:16:07 +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:
@@ -57,9 +57,9 @@ ListSvcs::ListSvcs(QWidget *parent)
|
||||
list_log_list=new Q3ListView(this);
|
||||
list_log_list->setAllColumnsShowFocus(true);
|
||||
list_log_list->setItemMargin(5);
|
||||
list_log_list->addColumn(tr("SERVICE"));
|
||||
list_log_list->addColumn(tr("Service"));
|
||||
list_log_list->setColumnAlignment(0,Qt::AlignLeft);
|
||||
list_log_list->addColumn(tr("OLDEST REPORT"));
|
||||
list_log_list->addColumn(tr("Oldest Report"));
|
||||
list_log_list->setColumnAlignment(1,Qt::AlignCenter);
|
||||
connect(list_log_list,
|
||||
SIGNAL(doubleClicked(Q3ListViewItem *,const QPoint &,int)),
|
||||
|
||||
Reference in New Issue
Block a user