mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-21 14:02:58 +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:
@@ -105,12 +105,12 @@ MainWidget::MainWidget(RDConfig *c,QWidget *parent)
|
||||
response_label->setFont(labelFont());
|
||||
response_label->setAlignment(Qt::AlignRight);
|
||||
|
||||
send=new QPushButton(tr("&Send Command"),this);
|
||||
send=new QPushButton(tr("Send Command"),this);
|
||||
send->setGeometry(10,sizeHint().height()-50,120,40);
|
||||
send->setFont(buttonFont());
|
||||
connect(send,SIGNAL(clicked()),this,SLOT(sendCommand()));
|
||||
|
||||
quit=new QPushButton("&Quit",this);
|
||||
quit=new QPushButton("Quit",this);
|
||||
quit->setGeometry(sizeHint().width()-80,sizeHint().height()-50,70,40);
|
||||
quit->setFont(buttonFont());
|
||||
quit->setDefault(true);
|
||||
|
Reference in New Issue
Block a user