mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-12-05 16:20:14 +01:00
2021-03-08 Fred Gleason <fredg@paravelsystems.com>
* Removed Qt3-style accelerators from rdadmin(1). * Removed Qt3-style accelerators from rdairplay(1). * Removed Qt3-style accelerators from rdcastmanager(1). * Removed Qt3-style accelerators from rdcatch(1). * Removed Qt3-style accelerators from rdlibrary(1). * Removed Qt3-style accelerators from rdlogedit(1). * Removed Qt3-style accelerators from rdlogin(1). * Removed Qt3-style accelerators from rdlogmanager(1). * Removed Qt3-style accelerators from rdselect(1). * Removed Qt3-style accelerators from rddbconfig(8). Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -80,7 +80,7 @@ AddClock::AddClock(QString *logname,QWidget *parent)
|
||||
clock_name_edit->setGeometry(145,11,sizeHint().width()-155,19);
|
||||
clock_name_edit->setMaxLength(58); // MySQL limitation!
|
||||
clock_name_edit->setValidator(validator);
|
||||
QLabel *clock_name_label=new QLabel(tr("&New Clock Name:"),this);
|
||||
QLabel *clock_name_label=new QLabel(tr("New Clock Name:"),this);
|
||||
clock_name_label->setGeometry(10,11,130,19);
|
||||
clock_name_label->setFont(labelFont());
|
||||
clock_name_label->setAlignment(Qt::AlignRight|Qt::AlignVCenter);
|
||||
@@ -92,7 +92,7 @@ AddClock::AddClock(QString *logname,QWidget *parent)
|
||||
ok_button->setGeometry(sizeHint().width()-180,sizeHint().height()-60,80,50);
|
||||
ok_button->setDefault(true);
|
||||
ok_button->setFont(buttonFont());
|
||||
ok_button->setText(tr("&OK"));
|
||||
ok_button->setText(tr("OK"));
|
||||
connect(ok_button,SIGNAL(clicked()),this,SLOT(okData()));
|
||||
|
||||
//
|
||||
@@ -102,7 +102,7 @@ AddClock::AddClock(QString *logname,QWidget *parent)
|
||||
cancel_button->setGeometry(sizeHint().width()-90,sizeHint().height()-60,
|
||||
80,50);
|
||||
cancel_button->setFont(buttonFont());
|
||||
cancel_button->setText(tr("&Cancel"));
|
||||
cancel_button->setText(tr("Cancel"));
|
||||
connect(cancel_button,SIGNAL(clicked()),this,SLOT(cancelData()));
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user