mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-09 16:13:49 +02:00
2018-08-07 Fred Gleason <fredg@paravelsystems.com>
* Removed the 'pam_rd' plug-in. * Removed rdchunk(1). * Upgraded Qt3 to Qt4.
This commit is contained in:
@@ -21,14 +21,14 @@
|
||||
#include <qdialog.h>
|
||||
#include <qstring.h>
|
||||
#include <qpushbutton.h>
|
||||
#include <qlistbox.h>
|
||||
#include <qtextedit.h>
|
||||
#include <q3listbox.h>
|
||||
#include <q3textedit.h>
|
||||
#include <qlabel.h>
|
||||
#include <qpainter.h>
|
||||
#include <qevent.h>
|
||||
#include <qmessagebox.h>
|
||||
#include <qcheckbox.h>
|
||||
#include <qbuttongroup.h>
|
||||
#include <q3buttongroup.h>
|
||||
#include <qsqldatabase.h>
|
||||
|
||||
#include <rdcatch_connect.h>
|
||||
@@ -74,7 +74,7 @@ EditHostvar::EditHostvar(QString station,QString var,QString *varvalue,
|
||||
QLabel *label=new QLabel(edit_name_edit,tr("Variable Name:"),this);
|
||||
label->setGeometry(10,11,110,19);
|
||||
label->setFont(font);
|
||||
label->setAlignment(AlignRight|AlignVCenter|ShowPrefix);
|
||||
label->setAlignment(Qt::AlignRight|Qt::AlignVCenter|Qt::TextShowMnemonic);
|
||||
|
||||
//
|
||||
// Variable Value
|
||||
@@ -85,7 +85,7 @@ EditHostvar::EditHostvar(QString station,QString var,QString *varvalue,
|
||||
label=new QLabel(edit_varvalue_edit,tr("Variable Value:"),this);
|
||||
label->setGeometry(10,33,110,19);
|
||||
label->setFont(font);
|
||||
label->setAlignment(AlignRight|AlignVCenter|ShowPrefix);
|
||||
label->setAlignment(Qt::AlignRight|Qt::AlignVCenter|Qt::TextShowMnemonic);
|
||||
|
||||
//
|
||||
// Remark
|
||||
@@ -96,7 +96,7 @@ EditHostvar::EditHostvar(QString station,QString var,QString *varvalue,
|
||||
label=new QLabel(edit_remark_edit,tr("Remark:"),this);
|
||||
label->setGeometry(10,55,110,19);
|
||||
label->setFont(font);
|
||||
label->setAlignment(AlignRight|AlignVCenter|ShowPrefix);
|
||||
label->setAlignment(Qt::AlignRight|Qt::AlignVCenter|Qt::TextShowMnemonic);
|
||||
|
||||
//
|
||||
// Ok Button
|
||||
|
Reference in New Issue
Block a user