mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-19 00:51:13 +02:00
2021-02-23 Fred Gleason <fredg@paravelsystems.com>
* Removed the Qt3Support library from the build system. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -58,7 +58,7 @@ AddReport::AddReport(QString *rptname,QWidget *parent)
|
||||
add_name_edit->setGeometry(170,10,sizeHint().width()-180,19);
|
||||
add_name_edit->setMaxLength(64);
|
||||
add_name_edit->setValidator(validator);
|
||||
QLabel *label=new QLabel(add_name_edit,tr("&Report Name:"),this);
|
||||
QLabel *label=new QLabel(tr("&Report Name:"),this);
|
||||
label->setGeometry(10,10,155,19);
|
||||
label->setFont(labelFont());
|
||||
label->setAlignment(Qt::AlignRight|Qt::AlignVCenter);
|
||||
|
Reference in New Issue
Block a user