mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-18 00:21:21 +02: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:
@@ -153,7 +153,7 @@ EditReplicator::EditReplicator(const QString &repl_name,QWidget *parent)
|
||||
repl_format_button=new QPushButton(this);
|
||||
repl_format_button->setGeometry(450,142,40,24);
|
||||
repl_format_button->setFont(subButtonFont());
|
||||
repl_format_button->setText(tr("S&et"));
|
||||
repl_format_button->setText(tr("Set"));
|
||||
connect(repl_format_button,SIGNAL(clicked()),this,SLOT(setFormatData()));
|
||||
|
||||
//
|
||||
@@ -199,7 +199,7 @@ EditReplicator::EditReplicator(const QString &repl_name,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()));
|
||||
|
||||
//
|
||||
@@ -209,7 +209,7 @@ EditReplicator::EditReplicator(const QString &repl_name,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