mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-18 08:31:16 +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:
@@ -45,7 +45,7 @@ AddSchedCode::AddSchedCode(QWidget *parent)
|
||||
d_code_edit=new QLineEdit(this);
|
||||
d_code_edit->setGeometry(105,11,sizeHint().width()-150,19);
|
||||
d_code_edit->setMaxLength(10);
|
||||
QLabel *label=new QLabel(d_code_edit,tr("&New Code:"),this);
|
||||
QLabel *label=new QLabel(tr("&New Code:"),this);
|
||||
label->setGeometry(10,11,90,19);
|
||||
label->setFont(labelFont());
|
||||
label->setAlignment(Qt::AlignRight|Qt::AlignVCenter);
|
||||
|
Reference in New Issue
Block a user