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

* Fixed style inconsistencies in dialogs within rdlogedit(1).
This commit is contained in:
Fred Gleason
2018-08-14 19:12:56 +00:00
parent 3b87c2e834
commit 2a5cf89b7a
30 changed files with 89 additions and 170 deletions

View File

@@ -28,10 +28,6 @@
#include <qlineedit.h>
#include <qmessagebox.h>
#include <qpushbutton.h>
//Added by qt3to4:
#include <QCloseEvent>
#include <QResizeEvent>
#include <QLabel>
#include <rd.h>
#include <rdconf.h>
@@ -45,6 +41,8 @@ RenderDialog::RenderDialog(RDStation *station,RDSystem *system,RDConfig *config,
: QDialog(parent)
{
setModal(true);
render_station=station;
render_system=system;
render_config=config;
@@ -52,7 +50,7 @@ RenderDialog::RenderDialog(RDStation *station,RDSystem *system,RDConfig *config,
render_first_line=0;
render_last_line=0;
setCaption("RDLogEdit - "+tr("Render Log"));
setWindowTitle("RDLogEdit - "+tr("Render Log"));
QFont button_font("helvetica",12,QFont::Bold);
button_font.setPixelSize(12);