mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-12 15:45:59 +01:00
2018-08-14 Fred Gleason <fredg@paravelsystems.com>
* Fixed style inconsistencies in dialogs within rdlogmanager(1).
This commit is contained in:
@@ -25,10 +25,6 @@
|
||||
#include <qmessagebox.h>
|
||||
#include <qpixmap.h>
|
||||
#include <qpainter.h>
|
||||
//Added by qt3to4:
|
||||
#include <QCloseEvent>
|
||||
#include <QResizeEvent>
|
||||
#include <QLabel>
|
||||
|
||||
#include <rd.h>
|
||||
#include <rdapplication.h>
|
||||
@@ -43,10 +39,12 @@
|
||||
#include "rename_item.h"
|
||||
|
||||
ListClocks::ListClocks(QString *clockname,QWidget *parent)
|
||||
: QDialog(parent,"",true)
|
||||
: QDialog(parent)
|
||||
{
|
||||
setModal(true);
|
||||
|
||||
QStringList services_list;
|
||||
setCaption("RDLogManager - "+tr("Log Clocks"));
|
||||
setWindowTitle("RDLogManager - "+tr("Log Clocks"));
|
||||
edit_clockname=clockname;
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user