mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-12-01 14:20:11 +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:
@@ -53,7 +53,7 @@ SvcRecDialog::SvcRecDialog(const QString &svcname,QWidget *parent)
|
||||
date_delete_button->
|
||||
setGeometry(10,sizeHint().height()-60,80,50);
|
||||
date_delete_button->setFont(buttonFont());
|
||||
date_delete_button->setText(tr("&Purge\nData"));
|
||||
date_delete_button->setText(tr("Purge\nData"));
|
||||
connect(date_delete_button,SIGNAL(clicked()),this,SLOT(deleteData()));
|
||||
date_delete_button->setEnabled(rda->user()->deleteRec()&&
|
||||
date_picker->dayActive(date_picker->date().day()));
|
||||
@@ -64,7 +64,7 @@ SvcRecDialog::SvcRecDialog(const QString &svcname,QWidget *parent)
|
||||
QPushButton *button=new QPushButton(this);
|
||||
button->setGeometry(sizeHint().width()-90,sizeHint().height()-60,80,50);
|
||||
button->setFont(buttonFont());
|
||||
button->setText(tr("&Close"));
|
||||
button->setText(tr("Close"));
|
||||
button->setDefault(true);
|
||||
connect(button,SIGNAL(clicked()),this,SLOT(closeData()));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user