mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-11 15:16:07 +01:00
2018-08-15 Fred Gleason <fredg@paravelsystems.com>
* Fixed style inconsistencies in dialogs within rdcartslots(1).
This commit is contained in:
@@ -17417,3 +17417,5 @@
|
|||||||
* Fixed style inconsistencies in dialogs within rdairplay(1).
|
* Fixed style inconsistencies in dialogs within rdairplay(1).
|
||||||
2018-08-15 Fred Gleason <fredg@paravelsystems.com>
|
2018-08-15 Fred Gleason <fredg@paravelsystems.com>
|
||||||
* Fixed style inconsistencies in dialogs within rdadmin(1).
|
* Fixed style inconsistencies in dialogs within rdadmin(1).
|
||||||
|
2018-08-15 Fred Gleason <fredg@paravelsystems.com>
|
||||||
|
* Fixed style inconsistencies in dialogs within rdcartslots(1).
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
//
|
//
|
||||||
// A Dedicated Cart Slot Utility for Rivendell.
|
// A Dedicated Cart Slot Utility for Rivendell.
|
||||||
//
|
//
|
||||||
// (C) Copyright 2012,2016-2018 Fred Gleason <fredg@paravelsystems.com>
|
// (C) Copyright 2012-2018 Fred Gleason <fredg@paravelsystems.com>
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify
|
// This program is free software; you can redistribute it and/or modify
|
||||||
// it under the terms of the GNU General Public License version 2 as
|
// it under the terms of the GNU General Public License version 2 as
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
//
|
//
|
||||||
// A Dedicated Cart Slot Utility for Rivendell.
|
// A Dedicated Cart Slot Utility for Rivendell.
|
||||||
//
|
//
|
||||||
// (C) Copyright 2012,2016-2018 Fred Gleason <fredg@paravelsystems.com>
|
// (C) Copyright 2012-2018 Fred Gleason <fredg@paravelsystems.com>
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify
|
// This program is free software; you can redistribute it and/or modify
|
||||||
// it under the terms of the GNU General Public License version 2 as
|
// it under the terms of the GNU General Public License version 2 as
|
||||||
@@ -49,7 +49,7 @@
|
|||||||
#include "../icons/rdcartslots-22x22.xpm"
|
#include "../icons/rdcartslots-22x22.xpm"
|
||||||
|
|
||||||
MainWidget::MainWidget(QWidget *parent)
|
MainWidget::MainWidget(QWidget *parent)
|
||||||
:QWidget(parent)
|
: QWidget(parent)
|
||||||
{
|
{
|
||||||
QString err_msg;
|
QString err_msg;
|
||||||
|
|
||||||
@@ -85,7 +85,7 @@ MainWidget::MainWidget(QWidget *parent)
|
|||||||
// Create Icons
|
// Create Icons
|
||||||
//
|
//
|
||||||
lib_rivendell_map=new QPixmap(rdcartslots_22x22_xpm);
|
lib_rivendell_map=new QPixmap(rdcartslots_22x22_xpm);
|
||||||
setIcon(*lib_rivendell_map);
|
setWindowIcon(*lib_rivendell_map);
|
||||||
|
|
||||||
//
|
//
|
||||||
// CAE Connection
|
// CAE Connection
|
||||||
@@ -229,9 +229,9 @@ void MainWidget::closeEvent(QCloseEvent *e)
|
|||||||
void MainWidget::SetCaption()
|
void MainWidget::SetCaption()
|
||||||
{
|
{
|
||||||
QString service=tr("[None]");
|
QString service=tr("[None]");
|
||||||
setCaption(tr("RDCartSlots")+" v"+VERSION+" - "+tr("Station")+": "+
|
setWindowTitle(tr("RDCartSlots")+" v"+VERSION+" - "+tr("Station")+": "+
|
||||||
rda->config()->stationName()+" "+tr("User")+": "+
|
rda->config()->stationName()+" "+tr("User")+": "+
|
||||||
rda->ripc()->user());
|
rda->ripc()->user());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
//
|
//
|
||||||
// A Dedicated Cart Slot Utility for Rivendell.
|
// A Dedicated Cart Slot Utility for Rivendell.
|
||||||
//
|
//
|
||||||
// (C) Copyright 2012,2016-2018 Fred Gleason <fredg@paravelsystems.com>
|
// (C) Copyright 2012-2018 Fred Gleason <fredg@paravelsystems.com>
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify
|
// This program is free software; you can redistribute it and/or modify
|
||||||
// it under the terms of the GNU General Public License version 2 as
|
// it under the terms of the GNU General Public License version 2 as
|
||||||
@@ -26,9 +26,6 @@
|
|||||||
#include <qwidget.h>
|
#include <qwidget.h>
|
||||||
#include <qtimer.h>
|
#include <qtimer.h>
|
||||||
#include <qpixmap.h>
|
#include <qpixmap.h>
|
||||||
//Added by qt3to4:
|
|
||||||
#include <QPaintEvent>
|
|
||||||
#include <QCloseEvent>
|
|
||||||
|
|
||||||
#include <rdstereometer.h>
|
#include <rdstereometer.h>
|
||||||
#include <rdcae.h>
|
#include <rdcae.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user