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

* Fixed style inconsistencies in dialogs within rdmonitor(1).
This commit is contained in:
Fred Gleason 2018-08-15 14:17:04 +00:00
parent c372e73010
commit 1fe517c589
7 changed files with 10 additions and 19 deletions

View File

@ -17404,3 +17404,5 @@
* Fixed style inconsistencies in dialogs within rdlogin(1). * Fixed style inconsistencies in dialogs within rdlogin(1).
2018-08-14 Fred Gleason <fredg@paravelsystems.com> 2018-08-14 Fred Gleason <fredg@paravelsystems.com>
* Fixed style inconsistencies in dialogs within rdlogmanager(1). * Fixed style inconsistencies in dialogs within rdlogmanager(1).
2018-08-15 Fred Gleason <fredg@paravelsystems.com>
* Fixed style inconsistencies in dialogs within rdmonitor(1).

View File

@ -2,7 +2,7 @@
// //
// Dialog to set RDMonitor screen position. // Dialog to set RDMonitor screen position.
// //
// (C) Copyright 2013,2016 Fred Gleason <fredg@paravelsystems.com> // (C) Copyright 2013-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
@ -19,19 +19,16 @@
// //
#include "positiondialog.h" #include "positiondialog.h"
//Added by qt3to4:
#include <QResizeEvent>
#include <QLabel>
#include <QCloseEvent>
PositionDialog::PositionDialog(QDesktopWidget *dw,RDMonitorConfig *config, PositionDialog::PositionDialog(QDesktopWidget *dw,RDMonitorConfig *config,
QWidget *parent) QWidget *parent)
: QDialog(parent) : QDialog(parent)
{ {
setModal(true);
pos_desktop_widget=dw; pos_desktop_widget=dw;
pos_config=config; pos_config=config;
setCaption("RDMonitor"); setWindowTitle("RDMonitor");
// //
// Fonts // Fonts

View File

@ -2,7 +2,7 @@
// //
// Dialog to set RDMonitor screen position. // Dialog to set RDMonitor screen position.
// //
// (C) Copyright 2013,2016 Fred Gleason <fredg@paravelsystems.com> // (C) Copyright 2013-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
@ -27,9 +27,6 @@
#include <qlabel.h> #include <qlabel.h>
#include <qpushbutton.h> #include <qpushbutton.h>
#include <qspinbox.h> #include <qspinbox.h>
//Added by qt3to4:
#include <QResizeEvent>
#include <QCloseEvent>
#include <rdmonitor_config.h> #include <rdmonitor_config.h>

View File

@ -2,7 +2,7 @@
// //
// System Monitor for Rivendell // System Monitor for Rivendell
// //
// (C) Copyright 2012,2016 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
@ -35,11 +35,6 @@
#include <qdir.h> #include <qdir.h>
#include <qsignalmapper.h> #include <qsignalmapper.h>
#include <qsqldatabase.h> #include <qsqldatabase.h>
//Added by qt3to4:
#include <QPaintEvent>
#include <QResizeEvent>
#include <QPixmap>
#include <QMouseEvent>
#include <dbversion.h> #include <dbversion.h>
#include <rd.h> #include <rd.h>

View File

@ -2,7 +2,7 @@
// //
// System Monitor Applet for Rivendell // System Monitor Applet for Rivendell
// //
// (C) Copyright 2012,2016 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

View File

@ -2,7 +2,7 @@
// //
// Custom ToolTip for RDMonitor's Status Bubble // Custom ToolTip for RDMonitor's Status Bubble
// //
// (C) Copyright 2012,2016 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

View File

@ -2,7 +2,7 @@
// //
// Custom ToolTip for RDMonitor's Status Bubble // Custom ToolTip for RDMonitor's Status Bubble
// //
// (C) Copyright 2012,2016 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