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

* Fixed style inconsistencies in dialogs within rdlogmanager(1).
This commit is contained in:
Fred Gleason
2018-08-14 22:01:57 +00:00
parent 1ea9b0dfcf
commit c372e73010
56 changed files with 187 additions and 270 deletions

View File

@@ -1,8 +1,8 @@
// add_clock.cpp
//
// Add a Rivendell Service
// Add a Rivendell Clock
//
// (C) Copyright 2002,2016 Fred Gleason <fredg@paravelsystems.com>
// (C) Copyright 2002-2018 Fred Gleason <fredg@paravelsystems.com>
//
// 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
@@ -30,16 +30,17 @@
#include <qcheckbox.h>
#include <q3buttongroup.h>
#include <qsqldatabase.h>
//Added by qt3to4:
#include <QCloseEvent>
#include <add_clock.h>
#include <rdpasswd.h>
#include <rdtextvalidator.h>
#include "add_clock.h"
AddClock::AddClock(QString *logname,QWidget *parent)
: QDialog(parent,"",true)
: QDialog(parent)
{
setModal(true);
clock_name=logname;
//
@@ -50,7 +51,7 @@ AddClock::AddClock(QString *logname,QWidget *parent)
setMinimumHeight(sizeHint().height());
setMaximumHeight(sizeHint().height());
setCaption(tr("Add Log Clock"));
setWindowTitle("RDLogManager - "+tr("Add Clock"));
//
// Create Fonts