mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-12-05 16:20:14 +01:00
2018-08-14 Fred Gleason <fredg@paravelsystems.com>
* Fixed style inconsistencies in dialogs within rdlogmanager(1).
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user