mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-17 16:11:12 +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:
@@ -144,7 +144,7 @@ RenderDialog::RenderDialog(RDStation *station,RDSystem *system,RDConfig *config,
|
||||
//
|
||||
// Render Button
|
||||
//
|
||||
render_render_button=new QPushButton(tr("&Render"),this);
|
||||
render_render_button=new QPushButton(tr("Render"),this);
|
||||
render_render_button->
|
||||
setGeometry(sizeHint().width()-90,sizeHint().height()-60,80,50);
|
||||
render_render_button->setFont(buttonFont());
|
||||
@@ -154,7 +154,7 @@ RenderDialog::RenderDialog(RDStation *station,RDSystem *system,RDConfig *config,
|
||||
//
|
||||
// Cancel Button
|
||||
//
|
||||
render_cancel_button=new QPushButton(tr("&Cancel"),this);
|
||||
render_cancel_button=new QPushButton(tr("Cancel"),this);
|
||||
render_cancel_button->
|
||||
setGeometry(sizeHint().width()-90,sizeHint().height()-60,80,50);
|
||||
render_cancel_button->setFont(buttonFont());
|
||||
|
Reference in New Issue
Block a user