mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 09:03:40 +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:
@@ -68,7 +68,7 @@ MySqlLogin::MySqlLogin(QString *username,QString *password, QWidget *parent)
|
||||
QPushButton *ok_button=new QPushButton(this);
|
||||
ok_button->setGeometry(sizeHint().width()/2-90,sizeHint().height()-60,80,50);
|
||||
ok_button->setFont(buttonFont());
|
||||
ok_button->setText(tr("&OK"));
|
||||
ok_button->setText(tr("OK"));
|
||||
ok_button->setDefault(true);
|
||||
connect(ok_button,SIGNAL(clicked()),this,SLOT(okData()));
|
||||
|
||||
@@ -79,7 +79,7 @@ MySqlLogin::MySqlLogin(QString *username,QString *password, QWidget *parent)
|
||||
cancel_button->setGeometry(sizeHint().width()/2+10,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()));
|
||||
}
|
||||
|
||||
|
@@ -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);
|
||||
|
@@ -27,10 +27,6 @@
|
||||
<source>Response:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>&Send Command</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>RMLSend</source>
|
||||
<translation type="unfinished"></translation>
|
||||
@@ -51,5 +47,9 @@
|
||||
<source>Macro Command Utility</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Send Command</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
||||
|
@@ -33,7 +33,7 @@
|
||||
</message>
|
||||
<message>
|
||||
<source>&Send Command</source>
|
||||
<translation>Kommando &senden</translation>
|
||||
<translation type="obsolete">Kommando &senden</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>RMLSend</source>
|
||||
@@ -55,5 +55,9 @@
|
||||
<source>Macro Command Utility</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Send Command</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
||||
|
@@ -33,7 +33,7 @@
|
||||
</message>
|
||||
<message>
|
||||
<source>&Send Command</source>
|
||||
<translation>&Enviar Comando</translation>
|
||||
<translation type="obsolete">&Enviar Comando</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>RMLSend</source>
|
||||
@@ -55,5 +55,9 @@
|
||||
<source>Macro Command Utility</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Send Command</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
||||
|
@@ -27,10 +27,6 @@
|
||||
<source>Response:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>&Send Command</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>RMLSend</source>
|
||||
<translation type="unfinished"></translation>
|
||||
@@ -51,5 +47,9 @@
|
||||
<source>Macro Command Utility</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Send Command</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
||||
|
@@ -33,7 +33,7 @@
|
||||
</message>
|
||||
<message>
|
||||
<source>&Send Command</source>
|
||||
<translation>&Send kommando</translation>
|
||||
<translation type="obsolete">&Send kommando</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>RMLSend</source>
|
||||
@@ -55,5 +55,9 @@
|
||||
<source>Macro Command Utility</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Send Command</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
||||
|
@@ -33,7 +33,7 @@
|
||||
</message>
|
||||
<message>
|
||||
<source>&Send Command</source>
|
||||
<translation>&Send kommando</translation>
|
||||
<translation type="obsolete">&Send kommando</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>RMLSend</source>
|
||||
@@ -55,5 +55,9 @@
|
||||
<source>Macro Command Utility</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Send Command</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
||||
|
@@ -33,7 +33,7 @@
|
||||
</message>
|
||||
<message>
|
||||
<source>&Send Command</source>
|
||||
<translation>&Enviar Comando</translation>
|
||||
<translation type="obsolete">&Enviar Comando</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>RMLSend</source>
|
||||
@@ -55,5 +55,9 @@
|
||||
<source>Macro Command Utility</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Send Command</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
||||
|
Reference in New Issue
Block a user